Go to file
Kasper Juul Hermansen d0d5efc3e3
Some checks failed
continuous-integration/drone/push Build is failing
chore(release): v0.2.0 (#4)
### 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
2024-06-01 13:37:14 +02:00
crates feat: add archive sub command 2024-06-01 13:13:18 +02:00
scripts feat: server can actually create root and sections 2024-05-13 22:57:20 +02:00
templates feat: move core to tui and begin grpc work 2024-05-11 23:23:00 +02:00
.drone.yml feat: make into service instead 2024-05-29 19:43:12 +02:00
.env feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00
.gitignore feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00
Cargo.lock feat: add actual remote 2024-05-30 22:24:01 +02:00
Cargo.toml chore(release): v0.2.0 (#4) 2024-06-01 13:37:14 +02:00
CHANGELOG.md chore(release): v0.2.0 (#4) 2024-06-01 13:37:14 +02:00
cuddle.yaml feat: add grpc as well 2024-05-29 21:37:43 +02:00
README.md docs: add some more notes 2024-05-11 14:54:03 +02:00
renovate.json feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00

hyperlog

  • Display todos as todos

  • Create sections

  • Edit todos

  • Move items

  • Display summaries and limit todos

    • [-] Implement scroll

      Maybe not required anyways

  • 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