Thomas Linford
19a502cb28
fix(tab-bar,compact-bar): tab switching with mouse sometimes not working ( #2587 )
...
* tab-bar: fix clicks sometimes not registering
Caching the click position wasn't working across multiple plugin
instances.
Also a couple of refactors:
- move the code with the tab switching logic inside update
- avoid rendering when calling switch_tab_to, since it will happen
anyway afterwards
* same fix for compact-bar
2023-06-30 09:42:23 +02:00
imsuck
a001833975
fix(compact-bar): mouse-click in simplified-ui ( #1917 )
...
* fix(compact-bar): mouse-click in simplified-ui
* fix(compact-bar): fix formatting
2022-11-17 22:53:41 +09:00
Aram Drevekenin
4a8d72d7b9
feat(ui): tweak simplified UI ( #1458 )
...
* fix(ui): tweak simplified-ui tabs
* fix(ui): tweak simplified-ui status bar
* style(fmt): rustfmt
2022-06-06 22:32:14 +02:00
a-kenji
d62e6fb57e
add(plugin): compact-bar & compact layout ( #1450 )
...
* add(plugin): `compact-bar` & `compact` layout
* add(nix): `compact-bar` plugin
* add(config): `compact-bar` to the config
* add(workspace): `compact-bar` to workspace members
* add(assets): `compact-bar`
* chore(fmt): rustfmt
* add(nix): add `compact-bar`
* add: compact layout to dump command
* nix(build): fix destination of copy command
* add(makefile): add `compact-bar` to `plugin-build`
* add(layout): `compact-bar` to layout
* add: install `compact-bar` plugin
* fix(test): update input plugin test
* fix(plugin): default colors for compact-bar
2022-06-03 11:14:38 +02:00