summaryrefslogtreecommitdiffstats
path: root/ui/src/components
AgeCommit message (Collapse)Author
2020-02-02Finishing up interpolation rework.Dessalines
2020-02-02Merge branch 'dev' into richardj-feature/frontend-a11yDessalines
2020-02-02Merge branch 'feature/frontend-a11y' of https://github.com/richardj/lemmy ↵Dessalines
into richardj-feature/frontend-a11y
2020-02-01Adding materia theme. Fixes #478Dessalines
2020-02-01changed h2 back to h5Richard
2020-01-31Merge branch 'feature/frontend-a11y' of https://github.com/richardj/lemmy ↵Dessalines
into richardj-feature/frontend-a11y
2020-01-31usability featuresRichard
This are all the commits from another PR combined into a single commit.
2020-01-30Remove empty div tag containing the navbar.Richie Zhang
In preliminary, the appearance and behavior of the navbar was not affected when the `<nav>` element was not wrapped, and an empty `<div>` element doesn't do anything anyway. I'm also pretty sure that the `<nav>` tag in HTML5 is basically a div with a fancy name, so it can do everything a div can.
2020-01-28Fixing coffee cup offset. Fixes #479Dessalines
2020-01-28Add sorting by old (date, ascending) to comment frontendD Anzorge
2020-01-27Allow pasting images into comment boxes and post url box. Fixes #472Dessalines
2020-01-27Strictly typing websocket forms.Dessalines
2020-01-25Removing disabled from comment and post upvoting, showing toast now. Fixes #450Dessalines
2020-01-25Fixing front end error messages. Fixes #462Dessalines
2020-01-24Comment image uploads resize textarea. Fixes #460Dessalines
2020-01-24Adding autocomplete to post, community, message, and site forms. Fixes #453Dessalines
2020-01-24Moving message preview button. Fixes #459Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-23Remove danger from private-message.tsxDessalines
2020-01-22Adding a toaster to replace alerts. Fixes #457Dessalines
2020-01-22Adding message to comment node actions.Dessalines
2020-01-22Adding private messaging, and matrix user ids.Dessalines
- Fixes #244
2020-01-20Allow comment/post upvoting from other pages.Dessalines
- Fixes #355 - Votes now coming back for posts and comments on search page.
2020-01-20Adding nsfw image blur. Fixes #438Dessalines
2020-01-20Fixing create_post endpoint, changing name url param to title. Fixes #448Dessalines
2020-01-20Adding comment and post vote loading indicators. Fixes #449Dessalines
2020-01-19Fixing new comments and posts voting issue. Fixes #422Dessalines
2020-01-19Hide next paginator.Dessalines
- Fixes #441 - Hide post sort radio if no comments.
2020-01-19Fixing sponsor page. Fixes #444Dessalines
2020-01-19Strongly typing WebsocketJsonResponse. Forgot comment-form.tsxDessalines
2020-01-18First pass at fixing UI to work with new websocketresponses.Dessalines
2020-01-15Fix image expanding and truncation issue.Dessalines
2020-01-15Fix new post fetching. Fixes #422Dessalines
2020-01-15Adding limits to inbox fetching. Fixes #420Dessalines
2020-01-15Temp remove showing post editing on front page, due to glitches.Dessalines
2020-01-15Updating the sponsor list.Dessalines
2020-01-14Fixing text overflow / wrapping for titles and markdown. Fixes #414Dessalines
2020-01-14Removing placeholder image for avatar upload.Dessalines
- Fixes #419
2020-01-14Adding disable vote buttons when not logged in. #416Dessalines
2020-01-13Adding options below comment searches. Fixes #412Dessalines
2020-01-13Add fast comment and post voting. (Doesn't wait for server return)Dessalines
- Fixes #416
2020-01-06Upgrade package.json.Dessalines
2020-01-03Adding pictshare image thumbnailer.Dessalines
- Fixes #377
2020-01-03Fixing create_post, create_community, and login pages.Dessalines
- Includes fetching the site for `enable_nsfw` info. Fixes #400
2020-01-02Adding show_avatar user setting, and option to send notifications to inbox.Dessalines
- Fixes #254 - Fixes #394
2020-01-01Add are you sure dialogs to mod actions.Dessalines
- Fixes #386
2020-01-01Adding some fixes to new docs system.Dessalines
2020-01-01Adding change password and email address from user settings.Dessalines
- Fixes #384 - Fixes #385
2020-01-01Finally got debounce working!Dessalines
- Fixes #367 - Fixes #376
2019-12-29Preview image type post.Dessalines
- Fixes #383