You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isark
1ea7246204
Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display
|
2 years ago |
.vscode
|
Some progress on the overlay state machine
|
2 years ago |
data
|
Moved some data around, added some initial types for configs and way of generating the models for it during the build. Added fuzzr (similar to fuzzy_matcher rust crate I've used before). Using custom-built version of fuzzr npm package, git in package.json instead of through npm's packages.
|
2 years ago |
licenses
|
Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display
|
2 years ago |
src
|
Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display
|
2 years ago |
src-tauri
|
Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display
|
2 years ago |
.gitignore
|
Some missing stuff and corrected build script
|
2 years ago |
README.md
|
Updated readme, yarn.lock, package.json
|
2 years ago |
angular.json
|
Decided on carousel implementation for the 'plan elements'. Still need 'content' section of current plan element
|
2 years ago |
package.json
|
Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display
|
2 years ago |
tsconfig.app.json
|
initial commit, pre state machine implementation
|
2 years ago |
tsconfig.json
|
Added fuzzy search to the editor. Missing proper index handling of the plan display, I'd like to keep original indices on the filtered results
|
2 years ago |
yarn.lock
|
Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display
|
2 years ago |
Prerequisites
Setup & Running
# yarn
yarn install
yarn dev
# npm
npm install
npm run dev