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
32a2424783
Allow stopwatch and resuming runs, low resolution on saves, to not write to disk too often...
|
1 year ago |
.vscode
|
Some progress on the overlay state machine
|
2 years ago |
data
|
Patched base plan to correct wrong zone in note
|
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
|
Allow stopwatch and resuming runs, low resolution on saves, to not write to disk too often...
|
1 year ago |
src-tauri
|
Allow stopwatch and resuming runs, low resolution on saves, to not write to disk too often...
|
1 year ago |
.gitignore
|
Added keys to .gitignore
|
2 years ago |
README.md
|
Updated readme, yarn.lock, package.json
|
2 years ago |
angular.json
|
Fixed the overlay syncing zone changes with client file updates. Some visuals at minimum before 'usable'
|
2 years ago |
epic test.json
|
Added poe client log reader (currently seems broken), keybinding in settings, log file detection
|
2 years ago |
package.json
|
Initial support for synchronizing url-imported plans based on the etag http header. This obviously requires the server hosting the plan files to correct enough etags
|
1 year ago |
tsconfig.app.json
|
Some artifacts left from undone gem finder testing
|
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 |
version.json
|
1.0.1: bump to test new release-build scripts
|
2 years ago |
yarn.lock
|
Initial support for synchronizing url-imported plans based on the etag http header. This obviously requires the server hosting the plan files to correct enough etags
|
1 year ago |
Prerequisites
Setup & Running
# yarn
yarn install
yarn dev
# npm
npm install
npm run dev