Commit 2d8bdbc
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]>1 parent 04af6c4 commit 2d8bdbc
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
94 | 111 | | |
95 | 112 | | |
96 | 113 | | |
| |||
0 commit comments