DigitalFlux / WorkSprite

Just a little something I use to help me here and there. Menu and CLI for quick access to stuff. Made with NWJS and Vue.
MIT License
2 stars 0 forks source link

GUI Omnibox layout #3

Closed DigitalFlux closed 1 year ago

DigitalFlux commented 1 year ago

Set up the layout of the omnibox and the history window beneath it.

The omnibox will have a Submit button, which will execute do and shard commands. Commands and results are stored in a history for that session, and can be scrolled through and past results copied to clipboard via button in the result bubble. For stored results, a tabbed system would be good to give access to those objects instead of scrolling through history.

DigitalFlux commented 1 year ago

Done as per commit message.