forked from andychase/gbajs2
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: controls profile form - wip control profile form form poc * feat: wip design - not sure this is the best application of this style of button list * feat: show behavior * feat: edit name - not sure I like this iteration, but a decent idea * feat: tentative edit impl * feat: editable profile name * feat: remove debug info, fix form submits * feat: hoist shared icon * feat: independent profiles with same name * fix: zooming behavior * feat: tests
- Loading branch information
1 parent
e207feb
commit cce3bfa
Showing
13 changed files
with
509 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export const saveStateSlotLocalStorageKey = 'currentSaveStateSlot'; | ||
export const virtualControlsLocalStorageKey = 'areVirtualControlsEnabled'; | ||
export const virtualControlProfilesLocalStorageKey = 'virtualControlProfiles'; |
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.