This repository was archived by the owner on Nov 8, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork37
Commitdcc6aed
authored
refactor(post): publish/update workflow redesign (#1168)
* refactor(workflow): query target community & fix mobx-react issue* refactor(workflow): create route adjust* refactor(publish-post): wip* refactor(workflow): naming & new favicon* refactor(workflow): wip* chore(workflow): ts spec* chore(workflow): basic publish done* refactor(publish-post): re-org route system* refactor(workflow): update post wip* refactor(workflow): update post with real data* refactor(workflow): general TagsList wip* refactor(workflow): use common viewingArticle as update article* refactor(article-editor): publish after behaviors* refactor(article-editor): add counter & improve editor inline style* refactor(article-editor): extract submit button & re-org tagsetter wip* refactor(TagSetter): add canActOnSeleted opt* refactor(TagSetter): wip* fix(Modal): close logic, esc hint style* refactor(CommunityTagSetter): re-org* refactor(CommunityTagSetter): type issue* chore(type): add TInput type* refactor(publish): communityBadege change community logic* refactor: community setter logo* refactor(community-card): add slash for raw* chore: account-solid svg back-in* refactor(taglist): setter style adjust & re-org* refactor(word-counter): add TSpace to WordCounter* refactor(community-tag-setter): debug with real data & re-org* refactor(tag-setter): basic workflow* refactor: enhance publish after & tag, and style1 parentf30ec85 commitdcc6aed
File tree
123 files changed
+1973
-958
lines changed- public
- server
- src
- components
- ArticleCard
- ArticleEditToolbar
- styles
- BlogItem
- DesktopView
- MobileView
- Buttons
- styles
- metircs
- Cards
- styles
- Checker
- styles
- CommunityFaceLogo
- CommunityStatesPad
- styles
- ErrorPage
- Header
- styles
- Icons
- InlineTags
- Modal
- styles
- PostItem
- DesktopView
- MobileView
- RepoItem
- TagsList
- styles
- tests
- WordsCounter
- styles
- tests
- containers
- content/ExploreContent
- editor
- ArticleEditor
- TitleInput
- styles
- BlogEditor
- RichEditor
- Options
- styles
- layout/GlobalLayout
- thread
- ArticlesThread
- RoadmapThread/TodoList
- tool/CommunityTagSetter
- CommunitySetter
- TagSetter
- styles/community_setter
- unit
- ArticleFooter
- ModeLine
- BottomBar
- styles/bottom_bar
- pages
- create
- post
- publish
- update/post
- schemas
- fragments
- pages
- spec
- stores
- Model
- helper
- RootStore
- ViewingStore
- utils
- constant
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+1973
-958
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + |
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
|
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
25 |
| - | |
| 24 | + | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
| |||
85 | 84 |
| |
86 | 85 |
| |
87 | 86 |
| |
88 |
| - | |
| 87 | + | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 |
| |
110 | 115 |
| |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 |
| |
115 | 121 |
| |
116 | 122 |
| |
117 |
| - | |
118 |
| - | |
| 123 | + | |
| 124 | + | |
119 | 125 |
| |
120 | 126 |
| |
121 | 127 |
| |
122 |
| - | |
123 |
| - | |
| 128 | + | |
| 129 | + | |
124 | 130 |
| |
125 | 131 |
| |
126 | 132 |
| |
| |||
137 | 143 |
| |
138 | 144 |
| |
139 | 145 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
| 146 | + | |
150 | 147 |
| |
151 | 148 |
| |
152 | 149 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 51 deletions
This file was deleted.
0 commit comments
Comments
(0)