Highlights
Taking a new direction with colours in the app (largely in the technical sense), entirely adopting the Material colour palette as the basic building block of what UI elements are styled (in terms of colour) from. If you're curious what themes will be able to change in the future, you can check out the, very much work in progress, theme reference in the documentation.
- Fixed file uploads for messages not working.
- Added a 'mature' toggle to channel settings (modal pending).
- Added a test switch for light/dark theme at the top.
Here's a comparison of what they look like right now:
It's worth noting that there will be a neutral (grayscale) light/dark theme later!
Highlight messages which are jumped to with a short little animation, subject to change, but something that isn't that red outline 🥲
I kept getting complaints about the settings close button, so it's a lot more neutral now.
Bunch of UI refactoring:
- The bars that go over the message stack are now distinctly positioned from anything else.
- They're also tinted according to your theme.
- Animations for the bars are back.
- Icon buttons are more like icon buttons now (where applicable).
- Fixed colours in a bunch of different places, mainly dark on dark icons.
- Other clean-up including the file carousel & list views.
OH! And a technical note, Axios is gone now, frontend only uses Fetch API now! 🎊
Full Changelog: 0.0.1...0.0.2


