You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
u/FloatyFish came in clutch with suggestions on how to improve Unearth's UX. Below is the list they gave me, might break these into individual tickets in the future.
When the tag dialog is open, have a few of the most recent tags in a section below the main tagging area, users can click on them to add them.
Scrollbar (vertical) doesn't seem to actually scroll if you drag it in the home section, but if you scroll using the scroll wheel on the mouse it'll scroll.
Personally, I would have the trashcans for tags greyed out instead of hidden. This will help with discoverability. However, redditors are generally more tech savvy and may overlook that.
When hovering over subreddits, have some sort of visual indicator. Text change is too subtle.
Reuse the hover effect that shows when hovering over the link/delete/tag buttons
When viewing a post or a comment, can we see when it was made?
Total # of saved comments, saved posts, or both may be a nice feature to have
Custom scrollbars similar to those that are native on Macs (checkout simplebar or react-custom-scrollbars on npm)
@Logan1x yes that's correct. Due to the SQL query we use to append tags to saved things on the backend, the ordering of things is seemingly broken/random. We would want saved things to always be in reverse chronological order (most recent to oldest).
u/FloatyFish came in clutch with suggestions on how to improve Unearth's UX. Below is the list they gave me, might break these into individual tickets in the future.
simplebar
orreact-custom-scrollbars
on npm)The text was updated successfully, but these errors were encountered: