-
Couldn't load subscription status.
- Fork 0
Prod #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Lxdovic
wants to merge
48
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix(history-page): delete column move, use date_fns, and change result
* feat(analysis): started rewriting analysis with a dynamic layout * fix(analysis): fix panels order * feat(analysis): put layout in storage and add preview when moving panels * feat(analysis): finished implementing panel manager * improve(analysis): improve panel dragging * feat(analysis): added move list * improve(move-list): add scroll * improve(move-list): add current move highlight * improve(analysis): move opening name in move-list * improve(analysis): change default theme * improve(analysis): add eval history as a panel * refactor(analysis) * improve(analysis): improve panel management * fix(classification): fix classification * improve(analysis): add controls and set chessboard to be fixed at center * style(start-analysis): cut form into two columns for more space
* style(navbar): homogenize with the rest of the ui * style(navbar): homogenize with the rest of the ui
* style(navbar): homogenize with the rest of the ui * style(navbar): homogenize with the rest of the ui * style(navbar): improve styling * style: improve styling * style: overhaul * chore: delete old unused pages
* feat(move-list): added line suggestion * chore(move-list): added translations * feat(controls): change behaviour of the display line button
* feat(move-list): added line suggestion * chore(move-list): added translations * feat(controls): change behaviour of the display line button * fix(auth): fix refresh
* feat(move-list): added line suggestion * chore(move-list): added translations * feat(controls): change behaviour of the display line button * fix(auth): fix refresh * fix(history): fix opening game analysis * chore: minor fixes
* Prod (#102) * fix(history-page): delete column move, use date_fns, and change result * Improve/analysis (#96) * feat(analysis): started rewriting analysis with a dynamic layout * fix(analysis): fix panels order * feat(analysis): put layout in storage and add preview when moving panels * feat(analysis): finished implementing panel manager * improve(analysis): improve panel dragging * feat(analysis): added move list * improve(move-list): add scroll * improve(move-list): add current move highlight * improve(analysis): move opening name in move-list * improve(analysis): change default theme * improve(analysis): add eval history as a panel * refactor(analysis) * improve(analysis): improve panel management * fix(classification): fix classification * improve(analysis): add controls and set chessboard to be fixed at center * style(start-analysis): cut form into two columns for more space * Improve/navbar (#97) * style(navbar): homogenize with the rest of the ui * style(navbar): homogenize with the rest of the ui * Style/overhaul (#98) * style(navbar): homogenize with the rest of the ui * style(navbar): homogenize with the rest of the ui * style(navbar): improve styling * style: improve styling * style: overhaul * chore: delete old unused pages * Improve/move list (#99) * feat(move-list): added line suggestion * chore(move-list): added translations * feat(controls): change behaviour of the display line button * Improve/move list (#100) * feat(move-list): added line suggestion * chore(move-list): added translations * feat(controls): change behaviour of the display line button * fix(auth): fix refresh * Fix/history open (#101) * feat(move-list): added line suggestion * chore(move-list): added translations * feat(controls): change behaviour of the display line button * fix(auth): fix refresh * fix(history): fix opening game analysis * chore: minor fixes --------- Co-authored-by: J-Babin <babin.jeremy29@gmail.com> Co-authored-by: Inês <113347210+seterB@users.noreply.github.com> * hotfix: fix build errors --------- Co-authored-by: J-Babin <babin.jeremy29@gmail.com> Co-authored-by: Inês <113347210+seterB@users.noreply.github.com>
* docs(storybook): added storybook and a few stories * docs(storybook): added story for calendar * docs(storybook): added story for card * docs(storybook): added story for checkbox * docs(storybook): added story for command * docs(storybook): added story for dialog * docs(storybook): added story for label * docs(storybook): refactor stories for input * feat(database): added database POC * feat(move-list): fix vertical stretching * chore: replace api route
* improve(start-analysis): add advanced options and rework layout * style(dashboard): fix right side data table alignment
* docs(storybook): added storybook and a few stories * docs(storybook): added story for calendar * docs(storybook): added story for card * docs(storybook): added story for checkbox * docs(storybook): added story for command * docs(storybook): added story for dialog * docs(storybook): added story for label * docs(storybook): refactor stories for input
* fix(elitedb): fix elitedb move entity and cleanup * improve(db): add caching
* feat(interpret): added foundations for the interpretation system and PoC * improve(analysis): improve interpretation PoC * feat(interpret): added foundations for the interpretation system and PoC * improve(analysis): improve interpretation PoC * improve(analysis): add pressure and attacks heatmaps PoC * improve(analysis): add piece roles PoC * improve(piece-roles): added square highlights
Co-authored-by: OualidZejli <oualid@keltio.fr>
- Simplifies UI and gains space
* feat(analytics): setup vercel analytics * feat(analytics): add login, register and start-analysis events
* feat(theme): added theme switch and fixed tailwind * shadcn variables * feat(theme): fixed light theme details
* Doc: Gitflow * Doc: CICD --------- Co-authored-by: OualidZejli <oualid@keltio.fr>
* feat(analysis): added window tiling * chore(analysis): cleanup * chore(analysis): cleanup * feat(analysis): added extra layout features * style(analysis): changed tiling preview colors * feat(analysis): last changes
* feat(tutorial): first few steps - Dashboard step - Create ANalysis step * feat(tutorial): first few steps * feat(tutorial): add interactive tutorial! * feat(tutorial): add translations
* feat(tutorial): first few steps * feat(engine): added castled engine! * fix(engine): fix castled engine cache path * fix(engine): fix castled engine cache path
* feat(tutorial): first few steps * feat(engine): added castled engine! * fix(engine): fix castled engine cache path * fix(engine): fix castled engine cache path * fix(engine): fix build
* feat(tutorial): first few steps * feat(engine): added castled engine! * fix(engine): fix castled engine cache path * fix(engine): fix castled engine cache path * fix(engine): fix build * fix(engine): fix build
* feat(tutorial): first few steps * feat(engine): added castled engine! * fix(engine): fix castled engine cache path * fix(engine): fix castled engine cache path * fix(engine): fix build * fix(engine): fix build * fix(engine): fix worker url
* improve(auth): added error messages from backend + rework styles * improve(auth): added error messages from backend + rework styles * feat(oauth): add oauth with lichess
* fix(profile): connection to back * fix(profile): Modify front UI * fix(profile): forgot import not used
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.