forked from glitch-soc/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Quote posts #52
Draft
sneakers-the-rat
wants to merge
59
commits into
dev
Choose a base branch
from
quote-posts
base: dev
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.
Draft
Quote posts #52
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 pull request has merge conflicts that must be resolved before it can be merged. |
sneakers-the-rat
force-pushed
the
quote-posts
branch
from
July 28, 2024 04:27
1edb8d3
to
dd1e31c
Compare
I think for the sake of this PR i'm gonna punt on a lot of the style problems and just try and get functional problems to work and then iterate in future PRs by putting the TODOs on the wiki before i merge |
mentioning is just about that easy: d8fcac6 3c |
sneakers-the-rat
force-pushed
the
quote-posts
branch
from
August 11, 2024 06:05
44a37e7
to
88c9d6a
Compare
(cherry picked from commit b1bce9d)
…skey quoteUrl (cherry picked from commit 0990d5a)
(cherry picked from commit 6b07407)
…ceived (cherry picked from commit 968bd6f)
(cherry picked from commit ba965be)
(cherry picked from commit ee98c0a)
(cherry picked from commit 56d4b04)
(cherry picked from commit 28fb5c8)
(cherry picked from commit 1df2577)
(cherry picked from commit 0b48ae2)
(cherry picked from commit a697e1d)
(cherry picked from commit 1cef1eb)
(cherry picked from commit 36955a7)
(cherry picked from commit 8d86c77)
(cherry picked from commit 6156548)
…em up (cherry picked from commit 14d0015)
(cherry picked from commit b36e884)
(cherry picked from commit 0d3df3e)
(cherry picked from commit 5be6a59)
(cherry picked from commit 005256a)
(cherry picked from commit 08aecd2)
sneakers-the-rat
force-pushed
the
quote-posts
branch
from
August 19, 2024 04:14
98b5619
to
7dd2591
Compare
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.
This is a ripoff of treehouse's quote posts.
upstream masto is going too slow in implementing quote posts and i want them. we can vote on merging this if we'd like to but i just want to get the patch working and prepared anyway.
So far what i've done is just cherrypick the commits from the two pull requests and any that have "quote" in the commit message....
So far that's a woefully inadequate job, so what i think this gets us is places to look for changes.
TODO
UI
Status
component within the status component? probably some redux nightmare reasonFederation
Importing from treehouse
make sure we got a complete import of prior work so we don't have a messy ass merge when we try and contrib back to them:
i can already see a number of changes in other commits where quote stuff was changed along with other stuff, which is fine, they make no promises about feature portability or anything. anyway opening this up as a draft