This repository was archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Better Notifications & Messaging #20
Open
GStudiosX2
wants to merge
152
commits into
face-hh:master
Choose a base branch
from
GStudiosX2:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
This reverts commit 3eac222.
Omg why is git so dumb |
Give me a second to test to make sure I didn't break anything because I had to resolve it in the web editor |
Face can you fix the conflicts I don't want to fix it xD |
That is a bug in master and it's probably fixed now but I gotta merge it first I think pr #19 caused it but not sure |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
todos
At the moment it scrolls a bit funny
I have no idea where to start on that
Summary
Faster loading times (Go faster. Literally. Go faster. Literally. GStudiosX2/lyntr#8)
Set max cache age to 1 day: 2e589c5broke open graph so removed for nowRemoved DB_* and use DATABASE_URL in drizzle.config.ts (aefb592)
Prevent users from sending empty messages (5c82c7c)
Added messaging to other users that follow you back
Notification plays a ding animation every time you receive notifications (516bb07)
Fix search not displaying images etc
Search now has filters
from:@handle
(d46736d) andtype:users
(f800e3f)Comments can now have images (dc4a832) (de4f244)
Reply now has a character counter (21f0cc5)
Clear inputs after posting (d6442f9)
Moved dark mode switcher into the profile button (141d01d)
Should fix #35