Hi,
I just found this project today and (as you can see by me firing patches) am
falling in love with it already.
I would like to ask what the plans for hitide are in general? I feel like that
the goal is to provide a javascript-free user interface with a minimal style,
is that correct?
I would love that! Would you mind a few minor visual tweaks, tho? Just CSS of
course! I would love to play around with the UI design a bit (I am no way a UI
person) to see what I can do and would then propose it here!
Best,
--
Matthias
On 20-12-23 16:08, Matthias Beyer wrote:
> Hi,> > I just found this project today and (as you can see by me firing patches) am > falling in love with it already.> > I would like to ask what the plans for hitide are in general? I feel like that > the goal is to provide a javascript-free user interface with a minimal style, > is that correct?> I would love that! Would you mind a few minor visual tweaks, tho? Just CSS of > course! I would love to play around with the UI design a bit (I am no way a UI > person) to see what I can do and would then propose it here!
hitide will never require javascript to use but at some point will
probably have some small enhancements for users that want it (e.g.
upvoting without reloading the entire page)
As far as exact UI design, I'm not sure what I'm going for here, but I'm
thinking roughly the style of old reddit or hacker news. Certainly open
to suggestions within that field, as the current state feels a little
awkward in places
Hi,
folling up on yesterdays discussion, here's two (RFC) patches for some style
tweaks.
If you like them, I'd follow with some more tweaks here and there in the same
direction.
Coloring is held lightly in general, with the light blue as "main theme" (so to
speak).
I hope you like what you see!
Matthias
Matthias Beyer (2):
Make comments lightly colored
Style submission part of post
res/main.css | 20 +++++++++++++++++
src/routes/posts.rs | 52 ++++++++++++++++++++++++---------------------
2 files changed, 48 insertions(+), 24 deletions(-)
--
2.29.2
[RFC PATCH hitide v1 1/2] Make comments lightly colored
Using a background color here feels out of place somehow, but I do like
the idea of improving visual distinction for comments & post content.
Just pushed an attempt at doing this more subtly, what do you think?