Commit e86b79f
committed
Enhance article page functionality by integrating ArticleTag model to fetch associated tags for articles. Update the Article interface to include optional tag relationships, improving the article retrieval process. Refactor the page component to display tags in the ArticleEditor.
1 parent e1b20f0 commit e86b79f
File tree
2 files changed
+26
-4
lines changed- src
- app/(dashboard-editor)/dashboard/articles/[uuid]
- backend/models
2 files changed
+26
-4
lines changedLines changed: 22 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
38 | 58 | | |
39 | 59 | | |
40 | 60 | | |
41 | 61 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 62 | + | |
45 | 63 | | |
46 | 64 | | |
47 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
111 | 115 | | |
0 commit comments