waveterm/wavesrv/pkg/sstore
Red J Adaya 37ab1bca90
allow resizing of left sidebar (#244)
* wip

* integrate original sidebar content

* ResizableSidebar component

* trigger toggleCollapse

* remove debugging code

* minor refactor. disable text select on mousemove

* replace icons with fontawesome icons. fix alignment issues

* fix session view width when tabs overflow

* prevent index and icon from shifting when resizing

* snap effect

* minor refactor

* apply collapsed mode to sidebar contents

* change default width to 240px

* backend implementation

* fix wrong subcmd

* save collapsed state

* retore sidebar state on reload/launch

* use collapse data form db on first load. use previously saved width on expand.

* persist width as well collapse state

* various fixes and improvements

* bind methods

* refactor

* more refactor

* fix minor bug

* fix merge issues

* various fixes

* refactor

* fixes

* fix issues

* fix all issues

* resolve undefind tempWidth

* fix toggleCollapsed

* use Promise in stopResizing method

* use tempCollapsed to for real time toggling between logos

* minor method name change

* refactor

* remove debugging code

* fix conflict

* fix setting collapsed state via CLI

* minor refactor

* remove debugging code

* create setTempWidthAndTempCollapsed method

* handle invalid width set via cli

* refactor: setbycli not actually needed

* remove unused code
2024-01-30 20:17:49 -08:00
..
dbops.go Add indicator to tabs and workspaces to show when commands are running (#254) 2024-01-28 13:47:36 -08:00
fileops.go Restart command (#253) 2024-01-26 16:25:21 -08:00
map.go add license notice (#37) 2023-10-16 21:31:13 -07:00
memops.go code to restore indicator state on refresh (#260) 2024-01-29 23:51:01 -08:00
migrate.go Restart command (#253) 2024-01-26 16:25:21 -08:00
quick.go add license notice (#37) 2023-10-16 21:31:13 -07:00
sstore_migrate.go zsh support (#227) 2024-01-16 16:11:04 -08:00
sstore.go allow resizing of left sidebar (#244) 2024-01-30 20:17:49 -08:00
updatebus.go code to restore indicator state on refresh (#260) 2024-01-29 23:51:01 -08:00