Aron Berenyi
Aron Berenyi
I have issues with actions which have no payloads (eg. init or reset functions) ```ts import { useStateMachine } from "little-state-machine"; export type GlobalState = { stateValue: string; }; const...
Refactor
Made a little refactoring. It's quite subjective, but I think it's a bit more readable now, and the theming is also easier. + added an i3 like theme to the...
## Description Remove the mouse hover effect. ## Reference Issue #6 https://github.com/fthx/workspaces-bar/issues/6