-
-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mentions,tags): tag mentions (#3769)
* feat: add tag search Signed-off-by: Sami Mazouz <[email protected]> * feat(mentions): tag mentions backend Signed-off-by: Sami Mazouz <[email protected]> * feat: tag mention design Signed-off-by: Sami Mazouz <[email protected]> * refactor: revamp mentions autocomplete Signed-off-by: Sami Mazouz <[email protected]> * fix: unauthorized mention of hidden groups Signed-off-by: Sami Mazouz <[email protected]> * feat(mentions,tags): use hash format for tag mentions Signed-off-by: Sami Mazouz <[email protected]> * refactor: frontend mention format API with mentionable models Signed-off-by: Sami Mazouz <[email protected]> * feat: implement tag search on the frontend Signed-off-by: Sami Mazouz <[email protected]> * fix: tag color contrast Signed-off-by: Sami Mazouz <[email protected]> * fix: tag suggestions styling Signed-off-by: Sami Mazouz <[email protected]> * test: works with disabled tags extension Signed-off-by: Sami Mazouz <[email protected]> * chore: move `MentionFormats` to `formats` Signed-off-by: Sami Mazouz <[email protected]> * fix: mentions preview bad styling Signed-off-by: Sami Mazouz <[email protected]> * docs: further migration location clarification Signed-off-by: Sami Mazouz <[email protected]> * Apply fixes from StyleCI * fix: bad test namespace Signed-off-by: Sami Mazouz <[email protected]> * fix: phpstan Signed-off-by: Sami Mazouz <[email protected]> * fix: conditionally add tag related extenders Signed-off-by: Sami Mazouz <[email protected]> * Apply fixes from StyleCI * feat(phpstan): evaluate conditional extenders Signed-off-by: Sami Mazouz <[email protected]> * feat: use mithril routing for tag mentions Signed-off-by: Sami Mazouz <[email protected]> --------- Signed-off-by: Sami Mazouz <[email protected]> Co-authored-by: StyleCI Bot <[email protected]>
- Loading branch information
1 parent
b868c3d
commit 5e28113
Showing
46 changed files
with
1,786 additions
and
364 deletions.
There are no files selected for viewing
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 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 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 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
Oops, something went wrong.