While looking at ways to clean up the UI, I saw some parts of the front-end HTML structure that could use some TLC.
These changes are pretty insignificant and could probably be apart of an app-wide cleanup effort rather than these random tid-bits I nitpicked.
This PR changes...
- BoltApp.svelte to be less complex.
- Pair with changing the
body element to be more dynamic so children content grows accordingly.
- Adds new
TextArea component to try and reduce tailwind noise from copy/paste.
- Adds "empty logs" to log component.
- "Fix" some buttons code styling.
RSS enabled.
image
RSS disabled.
image
PSA with RSS enabled.
image
PSA with RSS disabled.
image
OSRS config dialog.
image
RS3 config dialog.
image
LogView scrolls its contents.
image
While looking at ways to clean up the UI, I saw some parts of the front-end HTML structure that could use some TLC.
These changes are pretty insignificant and could probably be apart of an app-wide cleanup effort rather than these random tid-bits I nitpicked.
This PR changes...
- BoltApp.svelte to be less complex.
- Pair with changing the `body` element to be more dynamic so children content grows accordingly.
- Adds new `TextArea` component to _try_ and reduce tailwind noise from copy/paste.
- Adds "empty logs" to log component.
- "Fix" some buttons code styling.
**RSS enabled.**

**RSS disabled.**

**PSA with RSS enabled.**

**PSA with RSS disabled.**

**OSRS config dialog.**

**RS3 config dialog.**

**LogView scrolls its contents.**
