-
-
Notifications
You must be signed in to change notification settings - Fork 622
Add folders to frontend and folder creation to backend #315
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
5b46774
Add folders to frontend and folder creation to backend
Keavon f235329
Add Group keybind
TrueDoctor bdb103f
Add logic to handle expanding of folders
TrueDoctor 824e269
Send all paths as (u32, u32)
TrueDoctor 0fa6bf6
Add custom serialization for path
TrueDoctor 90723d8
Merge two layer_panel files
TrueDoctor 72c06a0
Refactor frontend layer merging
TrueDoctor e471f2f
Fix JS linting
Keavon 01d8d48
Update upstream thumbnail changes
TrueDoctor 67ee317
Add paste into selected folder + fix thumbnail dirtification
TrueDoctor 34e1bb1
Implement CollapseFolder function
TrueDoctor c16c70d
Skip folders on a different indentation level during reorder
TrueDoctor 14f1eac
Only reorder within the same folder
TrueDoctor f570650
Merge branch 'master' into add-folders
Keavon 711521c
Add folder node icon for folder layers
Keavon 74f1e44
Add expand/collapse folder button; partly implement new layer tree de…
Keavon c36a73c
Update terminology in the docs
Keavon 7c7957c
Add number labels to ruler marks
Keavon cda530c
Replace promise with await in MenuList.vue
Keavon 325d416
Miscellaneous minor code cleanup
Keavon 3763bcc
Disallow snake_case variable names in frontend
Keavon 78e0e20
Add support for saving and opening files (#325)
azeemba 9cb9da9
Refactor ViewportPosition from u32 (UVec2) to f64 (DVec2) (#345)
Keavon c7adb2f
Improve Frontend -> Backend user input system (#348)
Keavon 735d5c8
Update the readme
Keavon ae390f5
Make scrollbars interactable (#328)
0HyperCube ec93adb
Improve scrollbar behavior (#351)
0HyperCube 06e028b
Implement bounding box for selected layers (#349)
TrueDoctor 8a4e408
Fix collapsing of folders
TrueDoctor e8faf21
Add have pixel offset to selection bounding box
TrueDoctor 2100f83
Don't panic on Ctrl + A
TrueDoctor ba238da
Merge branch 'master' into add-folders
TrueDoctor 1c3b2e2
Rename to camel case
TrueDoctor bd679f8
Add todo comment for Keavon
TrueDoctor 92f67fa
Merge branch 'master' into add-folders
TrueDoctor 94e6d9a
Apply @Hypercubes review suggestions
TrueDoctor 41a5ffe
Merge branch 'master' into add-folders
Keavon 006a1bc
Fix many panics, improve behavior of copy/paste and grouping (but gro…
Keavon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit, but I would have expected this to also select the newly created folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sortof done but still wonky because of a different part of the codebase