Left some TODOs, some bugs
[vchess.git] / client / src / views / Hall.vue
2020-02-05 Benjamin AuderLeft some TODOs, some bugs
2020-02-05 Benjamin AuderRelocate board adjuster + start working on translations
2020-02-04 Benjamin AuderConvert all remaining tabs by 2spaces
2020-02-04 Benjamin AuderSome improvements on time controls + vid
2020-02-04 Benjamin AuderSome fixes
2020-02-04 Benjamin AuderFixes on login/logout + challenges sending
2020-02-04 Benjamin Auder'update'
2020-02-03 Benjamin AuderIssue with observer in live games: moveToPlay repeated...
2020-02-03 Benjamin Auder'update'
2020-02-01 Benjamin AuderTODO: fix draw logic
2020-02-01 Benjamin AuderFinished. Now some last styling
2020-01-29 Benjamin AuderStyling, adjustments
2020-01-29 Benjamin AuderAdjustments, handle keyStrokes on BaseGame
2020-01-27 Benjamin AuderAdd chat to Hall, clickable FEN, fix contact form
2020-01-23 Benjamin AuderAdvance on draw logic (for live, not corr)
2020-01-21 Benjamin AuderImplement basic observing logic
2020-01-21 Benjamin AuderFix chat issues when launching a game
2020-01-20 Benjamin AuderFix attempt - still chat issues when tabs are not reloa...
2020-01-20 Benjamin AuderFix online indicators between Hall and Game pages
2020-01-18 Benjamin AuderSave state: draft of askgame logic but some bugs for now
2019-12-18 Benjamin AuderRename gameId --> id in Game.vue
2019-12-06 Benjamin AuderCorr games: almost there. Then remote games + abort...
2019-12-04 Benjamin Audersocket rooms correspnding to pages. TODO: Hall+Game...
2019-12-03 Benjamin AuderA few fixes
2019-12-03 Benjamin AuderImprove notification system after a move or at new...
2019-12-03 Benjamin AuderDraft game update. TODO: debug, finish view/Game.vue
2019-12-02 Benjamin AuderFix 1st move clocks don't move + add message to indicat...
2019-12-02 Benjamin AuderAttempt to fix countdown for live games. Some issues...
2019-11-30 Benjamin AuderGameStorage.getCorrGame ok + add watchers for st.variants
2019-11-29 Benjamin AuderFix challenge send+accept. Now debug game launch from...
2019-11-29 Benjamin AuderAdvance on corr game start
2019-11-29 Benjamin AuderFix challenges retrieval from server
2019-11-28 Benjamin AuderSome fixes, working on corr challenges
2019-11-21 Benjamin Auder'update'
2019-11-08 Benjamin AuderFix clocks while playing live game
2019-11-07 Benjamin AuderFinished Hall.js for now - TODO: live + corr games
2019-09-10 Benjamin AuderSome thoughts in views/Hall.js
2019-09-09 Benjamin Auder'update'
2019-09-03 Benjamin AuderSome adjustments, next: fix time control handling ...
2019-08-22 Benjamin AuderFix accumulation of socket.close code. Ready to finish...
2019-08-22 Benjamin AuderFix multiple challenges bug
2019-08-21 Benjamin AuderFix polling bug. Still multiple challenge sending issue
2019-07-18 Benjamin AuderSteps toward observers in a live game
2019-07-18 Benjamin AuderRefactor challenges logic (start game when accepting...
2019-07-16 Benjamin AuderSmall improvement in Hall
2019-07-08 Benjamin Auder'update'
2019-07-08 Benjamin AuderFix a non-deleted challenge bug
2019-07-04 Benjamin AuderModifs to send current live game
2019-07-03 Benjamin AuderFix challenge persistence issue
2019-07-02 Benjamin AuderSome fixes. TODO: challenge is lost if navigation to...
2019-07-01 Benjamin Auder'update'
2019-06-28 Benjamin AuderRefactor, forget about 3 or 4 players games
2019-06-25 Benjamin AuderAlmost fixed clocks update (incoherent FEN state)
2019-06-19 Benjamin AuderSome fixes. TODO: check clocks update, and continue...
2019-06-12 Benjamin AuderFix moves sending. TODO: fix double opp move + clocks...
2019-06-04 Benjamin AuderFix a few things: ready to work on basic live games
2019-05-31 Benjamin AuderSmall fixes
2019-05-29 Benjamin AuderMove some bits of code from Hall to storage; finish...
2019-05-27 Benjamin AuderTODO: game storage init + get
2019-03-29 Benjamin AuderRefactoring: BaseGame, Game, ComputerGame (ProblemGame?)
2019-03-28 Benjamin AuderFix things. Now on (live) game start + play
2019-03-26 Benjamin AuderAdd debug traces
2019-03-26 Benjamin AuderFix ajax calls after whoami request; TODO: finish chall...
2019-03-20 Benjamin AuderSmall fixes + add some debug traces
2019-03-13 Benjamin AuderOngoing work on challenges + games for correspondance...
2019-03-12 Benjamin AuderRemove test instructions, fix CORS for DELETE method
2019-03-12 Benjamin AuderWork on correspondance challenges system
2019-03-08 Benjamin AuderStart work on challenges + games server side
2019-03-06 Benjamin AuderSave state (Hall + sockets.js)
2019-03-04 Benjamin AuderSave state
2019-02-27 Benjamin AuderSaving state
2019-02-27 Benjamin AuderCan create, send and accept challenge. Next step: targe...
2019-02-26 Benjamin AuderAdvance on challenges (almost OK)
2019-02-26 Benjamin AuderSmall advance on Hall.vue (challenges + display)
2019-02-20 Benjamin AuderSeparate timeControl logic into utils/timeControl
2019-02-19 Benjamin AuderSaving state (hall+sockets)
2019-02-13 Benjamin AuderSome advances in challenge handling (server+client)
2019-02-12 Benjamin AuderSmall changes in Hall + data/challengeCheck
2019-02-12 Benjamin AuderDraft for challenges + games handling in main hall
2019-02-11 Benjamin AuderImplemented players discovery
2019-02-11 Benjamin AuderSave state (nothing really achieved)
2019-02-10 Benjamin AuderSmall update on main hall
2019-02-08 Benjamin AuderSimplify 'to' in newchallenge on hall view
2019-02-08 Benjamin AuderWork on sockets + challenge system
2019-02-08 Benjamin AuderSaving current state
2019-02-07 Benjamin AuderWork on main hall
2019-01-31 Benjamin AuderDraft of Rules view (not working) with computer play
2019-01-30 Benjamin AuderClient now running. Toward fully 1-page (with filters...
2019-01-29 Benjamin AuderCode reorganization