-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Empty ProjectManager with button to enter it * Some arrangement * Scrolling, unified project view * initial adventure/project implementation * Exclusive checkboxes with focus * iterate a bit on adventure data structure * Do checkbox better * tests, rename to projects, more implementation * Mostly focusing elemetns and css * Use panes and some other small changes * Move titles outside of content boxes * Use panes and some other things * updating version strings * Hookedup project creation to backend * Missed something * Add proper response to server routes * Use project given from server * Get scripts from server * Run a project, but resource view does not open automatically * Script runs on project start * Run project opens resource view * Accidentally deleted script element * Select any project from frontend * Can clone project from git * Little bit of startview css * Startview css and formatting things * Better toolbar * Back button, some fortmatting, css etc * Back buttons * Changeable project location, and some other things * check for existence of project dir, and only slurp it up when interacting with projects * disable project management buttons when inputs not populated * Remove package-lock.json * Add project metadata and save option * add frontend/backend support to list project scripts in RunScript dropdown * Added ability to delete files * see/change which scripts are associated with each binary * Hide project option if no project and add .trash when deleting * remove leading / * another leading slash * postmerge cleanups * remove unused imports * oops * Do mypy's bidding * make associated script checkboxes work with script reset * core init script functionality * removing debug print * refactor ProjectManagerCheckbox.svelte a bit, better styling * add some on-hover hints for checkboxes, rename "Run" to "Launch" * only show project options if experimental settings enabled * add checkbox for experimental feature to landing page * remove duplicated CSS class * update version numbering * isolate non-python dependencies * correct script options to binary options * Some tests for projects * fix typo * save project test * test delete * refactor bincopy dependency checking for function coverage * double check dependencies on bincopy * update experimental features checkbox colors * test get project script * update version numbers * Test git clone * Test open project * linting * remove empty test, use HTTPS instead of git URLs, fix project id to session id * Changelog * frontend lint from merge conflict * update old project tests, fix minor bugs, use init script by default * finish renaming "adventure" to "project" * fix very dumb typo * remove dead code, refactor for test coverage * update changelog link and test coverage * update version numbers * flesh out changelog a bit more * update version numbers to final release * correctly update PatchMaker version * fix project file deleting so that trashed files are restored on load if the metadata is not updated, and update GUI when files deleted * throw error to notify user if they try to Launch with no binary selected --------- Co-authored-by: Dan Pesce <[email protected]> Co-authored-by: edward <[email protected]> Co-authored-by: Dan Pesce <[email protected]> Co-authored-by: dannyp303 <[email protected]>
- Loading branch information
1 parent
ccb6e15
commit 53503f3
Showing
12 changed files
with
133 additions
and
90 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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.