-
-
Notifications
You must be signed in to change notification settings - Fork 834
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(mentions,tags): tag mentions #3769
Conversation
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works as intended, but is there a way to use routing instead of a href link?
Without that, the linking wouldn't be accessible to screenreaders, nor indexable by search engines, though? |
Signed-off-by: Sami Mazouz <[email protected]>
It shouldn't be the case, the code already uses a click event use the mithril routing for user and post mentions. |
I'd be okay for this to be merged for v1.8, we can properly test this in QA. In fact we should update our PR template to include a checklist item for "Provide steps to properly test this functionality still works during QA" (on it) |
# Conflicts: # extensions/mentions/extend.php # extensions/mentions/js/src/@types/shims.d.ts # extensions/mentions/src/FilterVisiblePosts.php # extensions/mentions/tests/integration/api/ListPostsTest.php
Also Closes #3725
Also Closes #3693
Changes proposed in this pull request:
MentionableModel
andMentionFormat
.#slug
since the slug is unique.Reviewers should focus on:
post_mentions_tag
table migration resides i the tags extension whereas the rest of the tag mention logic resides in the mentions extension. This is done for the following reasons:!id
:Screenshot
Screencast from 03-13-2023 10:45:59 AM.webm
Necessity
Confirmed
composer test
).Required changes: