Skip to content

Commit

Permalink
feat(ux): tips on startup (#3988)
Browse files Browse the repository at this point in the history
* add some tips

* refactoring and max tip index

* add config to disable release notes and startup tips

* allow dismissing startup tips from plugin

* random tip at startup

* custom launch about

* fix tests

* style(fmt): rustfmt
  • Loading branch information
imsnif authored Feb 13, 2025
1 parent e11daf2 commit 7aaa7ae
Show file tree
Hide file tree
Showing 39 changed files with 1,563 additions and 58 deletions.
122 changes: 101 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions default-plugins/about/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ edition = "2021"
license = "MIT"

[dependencies]
ansi_term = "0.12.1"
zellij-tile = { path = "../../zellij-tile" }
chrono = "0.4.0"
rand = "0.9.0"
Loading

0 comments on commit 7aaa7ae

Please sign in to comment.