Kasper Juul Hermansen
d0d5efc3e3
Some checks failed
continuous-integration/drone/push Build is failing
### Added - enable creating items on the same level - add command for quickly creating an item - remove removal of spaces in title - with toggle item - with backend - can get actual available roots - can add items - server can actually create root and sections - abstract commander - with async commands instead of inline mutations phew. - add command pattern - allow async function in command - move core to tui and begin grpc work - add protos - update deps - with basic server ### Fixed - *(deps)* update rust crate serde to v1.0.203 - *(deps)* update rust crate prost to 0.12.6 - *(deps)* update rust crate prost to 0.12.5 - *(deps)* update rust crate serde to 1.0.202 ### Other - *(deps)* update all dependencies - *(deps)* update rust crate itertools to 0.13.0 - move unused imports into cfg - remove unused functions and fix warnings - remove unused variables - fix formatting - refactor out graph created event - let state use either local or backend - remove warnings - remove extra logs Co-authored-by: cuddle-please <bot@cuddle.sh> Reviewed-on: #4 |
||
---|---|---|
crates | ||
scripts | ||
templates | ||
.drone.yml | ||
.env | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
cuddle.yaml | ||
README.md | ||
renovate.json |
hyperlog
-
Display todos as todos
-
Create sections
-
Edit todos
-
Move items
-
Display summaries and limit todos
- [-] Implement scroll
Maybe not required anyways
- [-] Implement scroll
-
Create onboarding experience
-
[-] Let users choose a root
Skipped for now
-
Remove footguns (session with @edb)
- Should not be able to create todos on todos (don't even enter the dialog, print a message instead)
- Highlight bold so that non-true-color terms still function
- Create a help menu
- At some point create a small demo
-
Add create item command