messageLogger deleted attachment hover transition now smoother#603
Merged
Conversation
|
Seems good to me. |
EtorixDev
pushed a commit
to EtorixDev/Vencord
that referenced
this pull request
Dec 28, 2025
…ted#603) * feat(MessageLoggerEnhanced): Add optional time-based cleanup - temporal cleanup preserves DMs and messages in the current channel by default - proper dm detection via ChannelStore (lmk if this is the wrong way to check) - add time limit and server message preservation to mle settings * feat(EquicordHelper): add feat of removed vencord plugin NoDefaultHangStatus it anchors to the default hang status and force it to set enableHangStatus to false. im not sure if it really belongs in EquicordHelper but it feels too small to be its own plugin, and it doesnt fit anywhere else that I can see. Let me know what you think.
This file contains hidden or 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
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.
Moved the transition from :hover to the actual class,
because if you moved your mouse off the attachment the transition would be instant.
Additionally did it a 150ms ease-in-out, because it looks smoother than linear.