Done
- Added view counts to posts and user profiles
- Fixed some database indexes
- Frontend improvements
- Poll results must have a single leader before any of the results will be highlighted
- Expiring posts always show expiration with icon
- CSS refactoring
- More icons
- Fixed broken sprites and CSS on some browsers due to caching
Known Issues
- Need to fix a bunch of style issues, especially on mobile
The worst thing about color palettes is that there's no mathematically "correct" way to create them, so I have to choose colors manually as if I know something about that kind of thing. ๐ญ
Do we like icons?
NorthwestwardProstitute
the main post eye/chat icons annoying to tap on my phone, because they're small without accompanying text. the base lines are also funky, so the eye is offset from the rest of the text vertically. i think i resolved similar vertical alignment issues in the past with some simple flex layout logic, but it has been a while.
i deleted the rest of this post because i'm a dumbfuck who is cursed to learn by saying dumb shit before realizing i'm a blind idiot.
Added more text to icons for disabled users with fat fingers.
NorthwestwardProstitute
all of my heavy construction coworkers who i regularly do heavy construction with regularly compliment my supple (yet strong) pink fingers. sometimes they ask if they can hold my hand and blow me kisses. i love my heavy construction coworkers.
OverwhelmingJackhole 15 hours ago
sir, this home page is designed for use on desktop computers ONLY! if you continue to break the rules, we will have no choice but to report you to the fbi.
signed, management
One of the most annoying things I've had to deal with is trying to get the icons vertically aligned with the text. It never seems exactly right for every case no matter what I try. If you want to take a look and figure it out, let me know!
I still don't even fully understand how I'm supposed to think about this. Am I just supposed to apply some sort of vertical align style to the icons themselves? I think that's what AI told me. Or is it better to apply a style to the parent container to vertically align all the children with each other?
NorthwestwardProstitute 7 hours ago
in the anchor tag that wraps the icon & text, i added the styles:
NorthwestwardProstitute
i'll look at it later, but if memory serves, the idea is to create a flex container element (like a
span
withdisplay: flex
&align-items: center
) for the icon/text combo, but like all css usually takes a little rigging & playing around to figure out.AmenableCommie A day ago
Thank you Encino Man