-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Private Message UX improvements #1543
Merged
SleeplessOne1917
merged 30 commits into
LemmyNet:main
from
jsit:feat/create-private-message-updates
Jun 25, 2023
Merged
feat: Private Message UX improvements #1543
SleeplessOne1917
merged 30 commits into
LemmyNet:main
from
jsit:feat/create-private-message-updates
Jun 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jsit
requested review from
dessalines,
SleeplessOne1917 and
alectrocute
as code owners
June 24, 2023 03:47
SleeplessOne1917
requested changes
Jun 24, 2023
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
… navigation buttons.
…ssage-updates * lemmy/main: (21 commits) Fix comments expanding when they're not supposed to (LemmyNet#1540) Remove federation worker count fix: Add triangle alert icon to language warning Refactor first load handling fix: Add aria-describedby for language warning Fix issue when navigating awat from settings Give function better name Cache post listings and restore listing state when using browser back navigation buttons. Change function name Make date distance format use correct verbiage Extract date fns setup Fix homepage `scrollTo(0, 0)` failing when document size changes. v0.18.0 v0.18.0-rc.8 Moved `!isBrowser()` check to `FirstLoadServer.isFirstLoad` Fix server-side rendering after first load. Remove unused dep Replace momentjs with date-fns added litely-compact changed where custom compact code goes ...
SleeplessOne1917
approved these changes
Jun 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lots of little improvements to the private message UX.
Before
After