summaryrefslogtreecommitdiffstats
path: root/default-plugins/status-bar/src/tip/data/mod.rs
AgeCommit message (Collapse)Author
2024-02-19feat: add moving tab to other position (#3047)Bartosz Zbytniewski
* feat: add moving tab to other position * docs(changelog): revert changes * test: update config snapshots * refactor: get rid of HorizontalDirection enum * refactor: cleanup code order * refactor: use debug! instead of info! * refactor: use more defensive way to switch tabs * refactor: revert tip changes * refactor: code formatting * refactor: improve invalid input notification * refactor: inline fns for calculating target index --------- Co-authored-by: Jae-Heon Ji <atx6419@gmail.com>
2022-06-07feat(ui): add status bar tips (#1462)Aram Drevekenin
* feat(ui): add more tips to status bar * fix(e2e): clear status-bar-tips cache for each test * style(fmt): rustfmt