aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-04-24Finish layer selector functionalityNick Coutsos
2022-04-23Fix missing config flagsNick Coutsos
2022-04-23Use cross-env to support Windows environmentsNick Coutsos
2022-04-22Add layer selectorNick Coutsos
2022-04-22Move keyboard componentsNick Coutsos
2022-04-22Add keyboard and keyboard layoutNick Coutsos
2022-04-21More source picker functionalityNick Coutsos
2022-04-15Update screenshot and mention demo sourceNick Coutsos
2022-04-15Remove unused filesNick Coutsos
2022-04-15Get rid of arbitrary split keyboard formattingNick Coutsos
2022-04-15Apparently fontawesome key symbols were always brokenNick Coutsos
2022-04-15Fix fontawesome icon keycodesNick Coutsos
2022-04-15Start porting frontend to reactNick Coutsos
2022-04-11Update screenshotNick Coutsos
2022-04-11Update README.mdNick Coutsos
2022-04-11Update dependenciesNick Coutsos
2022-04-11Merge pull request #24 from ↵Nick Coutsos
nickcoutsos/dependabot/npm_and_yarn/application/follow-redirects-1.14.9 Bump follow-redirects from 1.14.5 to 1.14.9 in /application
2022-04-11Bump follow-redirects from 1.14.5 to 1.14.9 in /applicationdependabot[bot]
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-04-11Bugfix: deleting layer when currently viewing topmost layer causes crashNick Coutsos
2022-04-11Catching up on new zmk behavioursNick Coutsos
2022-01-07Merge pull request #20 from panzerstadt/feature/delete-layerNick Coutsos
Do the Delete
2022-01-07flesh out the delete handlerpanzerstadt
2021-12-22Handle app installations for GitHub organizationsNick Coutsos
2021-12-21Log validation errorsNick Coutsos
2021-12-21Fix error logging for upstream auth failuresNick Coutsos
2021-12-21Document GitHub integrationNick Coutsos
2021-12-20Experimental support for .keymap templateNick Coutsos
2021-12-20Move default keybind and template into separate moduleNick Coutsos
2021-12-20Fill out more behaviour definitionsNick Coutsos
2021-12-14Fill in any missing key binds with &noneNick Coutsos
2021-12-14Generate an empty keymap if keymap.json can't be foundNick Coutsos
2021-12-14Add &none behaviour bindingNick Coutsos
2021-12-07Fix index error when rendering keymap with too many keysNick Coutsos
2021-11-17CORS originNick Coutsos
2021-11-13Easily reload keyboard dataNick Coutsos
2021-11-13Support layouts that don't define row/col positionsNick Coutsos
2021-11-13Lint and display warnings client-sideNick Coutsos
2021-11-12Namespace persisted branch by repo nameNick Coutsos
2021-11-12Validate config/<name>.keymap existence on initial loadNick Coutsos
2021-11-08Fix lookup of .keymap fileNick Coutsos
2021-11-08Merge pull request #11 from PolarityWorks/masterNick Coutsos
Add all zmk behaviours
2021-11-08Add new behavioursReFil
2021-11-07Display load errors in UINick Coutsos
2021-11-07Send validation errors down to the applicationNick Coutsos
2021-11-07Refactor app's github integration and loaderNick Coutsos
2021-11-07Organize github-related componentsNick Coutsos
2021-11-07Remove unused variablesNick Coutsos
2021-11-07Update invalid repo modalNick Coutsos
2021-11-05Add some visual cue for commit progress/successNick Coutsos
2021-11-05Fix default repo selectionNick Coutsos