* Do not report missing nodes/models warning repeatedly
* Add playwright tests
* cast finalOptions, add comments to interface
* Use old menu in tests to not break top left click methods
* Assert no dialog on undo and on redo separately
* nit
* nit
---------
Co-authored-by: christian-byrne <abolkonsky.rem@gmail.com>
* Double click group title to edit
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com>
* Basic move
* Add back node bookmark
* Move node preview
* Fix drag node to canvas
* Restore click node to add to canvas
* Split bookmark tree and library tree
* Migrate rename and delete context menu
* Fix expanded keys
* Split components
* Support extra menu items
* Context menu only for folder
* Migrate add folder
* Handle drop
* Store color customization
* remove extra padding
* Do not show context menu if no item
* Hide divider if no bookmark
* Sort bookmarks alphabetically default
* nit
* proper edit
* Update test selectors
* Auto expand on item drop
* nit
* Fix tests
* Search also searches bookmarks tree
* Add serach playwright test
* Ctrl + g to group selected noes
* Add playwright test
* nit
* Move button loc
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com>
* Test prep
* Add missing model dialog test
* Basic test of download model
* Add comment
* Adjust setting in test
* Change download dir to not interfere with other tests
* Add bookmark customization support
* WIP
* Fix bugs
* Fix color update
* Handle rename and delete of customization
* nit
* Add custom color picker
* Computed final color
* i18n
* Remove cancel button as dialog already has it
* Add playwright test
* Add new folder button
* Add tree util test
* nit
* Support empty folder in node library
* Drag to bookmark folder
* Use bookmark icon for bookmark folder
* Highlight on dragover
* nit
* Auto-expand on item added
* Extract bookmark system as store
* Add context menu on bookmark folder
* Add editable text
* Fix reactivity
* Plumb editable text
* refactor
* Rename node
* Fix focus
* Prevent name collision
* nit
* Add new folder
* nested folder support
* Change drag behavior
* Add basic playwright tests
* nit
* Target tree-node-content instead of tree-node
* gitignore win32 browser_test files
just so i can local dev with playwright without git cluttering up
* experimental add test for dom widget node toggle open/closed
* Update test expectations [skip ci]
* vs code extension lied to me, manually fix loc
* Update test expectations [skip ci]
* okay that time was my fault
* Update test expectations [skip ci]
* yknow what dont expect exactly default after actually
* Update test expectations [skip ci]
* test for multiple far panning
* Update test expectations [skip ci]
* oops, flip that
* Update test expectations [skip ci]
* more stable pan coords
* Update test expectations [skip ci]
* 'move' is not strictly relative, so compensate accordingly
* Update test expectations [skip ci]
* test to zoom very far out
* Update test expectations [skip ci]
* add hackaround for node search menu popup
* Update test expectations [skip ci]
* make zoom work better
* Update test expectations [skip ci]
* fix preexisting typo
this function is never called so it's fine
* dom widget toggle needs a delay
otherwise it's a double click
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com>