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
Commit47bf8c7
authored
feat(global): try TS workflow (#1013)
* chore(ts-workflow): basic setup* chore(ts-workflow): testId -> testid to avoid warning* chore(ts-workflow): resolve type warnings* chore(ts-workflow): rename _app* chore(ts-workflow): basic lint & rules setup* chore(ts-workflow): logic & store with ts support && rules adjust* chore(ts-workflow): tsx test* chore(ts-workflow): add tsc check, resolve errors* chore(ts-workflow): add tsc check, resolve errors* fix(ts-workflow): rootStore TS hint* refactor(ts-workflow): generator container store.js -> store.ts* refactor(ts-workflow): cycle import issue doc* refactor(ts-workflow): generator logic.js -> logic.ts* refactor(ts-workflow): generator index.js && styles.js to ts version* chore(ts-workflow): styles/*.js -> ts && resolve error/warning* chore(ts-workflow): more styles/*.js -> ts && resolve error/warning* chore(ts-workflow): more styles/*.js -> ts && resolve error/warning* chore(ts-workflow): resolve type warning* chore(ts-workflow): more js -> ts* ci(actions): use offical elixir action* fix(build): missing style error* chore(ts-workflow): utils js -> ts* fix(ts-workflow): type warnings1 parent13dafc3 commit47bf8c7
File tree
643 files changed
+1084
-686
lines changed- .github/workflows
- src
- components
- AlertBar
- styles
- Buttons
- NotifyButton
- styles/notify_button
- Charger
- styles
- CollapseMenu
- CrashErrorHint
- styles
- DigestSentence
- styles
- DivideText
- styles
- EmailSubscriber
- DefaultLayout
- styles
- default_layout
- ErrorPage
- styles
- ExpandIcon
- styles
- FaqPeekList
- styles
- FiltersMenu
- styles
- Folder
- styles
- GotoTop
- styles
- IconText
- styles
- ImgFallback
- styles
- Input
- styles
- LinksCard
- Modal/styles
- NaviCatalog
- styles
- list
- NaviIntro
- styles
- Navigator
- MainEntries
- styles
- more_panel
- PagedContents/styles
- Pagi/styles
- next
- perv
- PostItem/styles
- digest_view
- mobile_view
- PromotionList/styles
- PromptIcon/styles
- RepoItem/styles
- SearchingLabel/styles
- SectionLabel/styles
- Select
- styles
- Sticky/styles
- SubTitle
- styles
- Switcher
- PagiOptionSwitcher
- Tabs
- MobileView
- styles
- metric
- pagi_option_selector
- tabs
- mobile_view
- TabBar/styles/desktop_view
- TabSelector/styles
- Tag
- styles
- TheAvatar
- styles
- ThemeSelector
- styles
- ThreadSelector/styles
- Tooltip/styles
- UserBrief/styles
- UserCell/styles
- VerifiedSign/styles
- VideoInfoCard/styles
- VideoItem/styles
- VideoSourceInfo/styles
- WorksCard
- styles
- containers
- content
- CommunityContent
- styles
- CoolGuideContent
- styles
- footer
- DiscoveryContent
- styles
- FriendsContent
- styles
- HaveADrinkContent/styles
- body
- footer
- header
- HelpCenterContent
- styles
- MeetupsContent/styles
- card
- date_selector
- filter_bar
- MembershipContent
- styles
- illustrations
- PostContent/styles
- RecipesContent
- styles
- cheatsheets
- footer
- snippets
- RepoContent/styles
- SponsorContent
- styles
- SubscribeContent
- Actions
- styles
- actions
- content
- TrendingContent
- styles
- footer
- UserContent/styles
- sidebar
- VideoContent/styles
- WorksContent
- Banner
- styles
- banner
- list
- mile_stone
- right_sidebar
- digest
- ArticleDigest/styles
- desktop_view
- mobile_view
- CommunityDigest
- styles
- digest_view
- column_view
- row_view
- editor
- AccountEditor/styles
- ArticleEditor
- styles
- editor
- header
- settings
- CommunityEditor
- Banner
- styles
- banner
- select_type
- setup_domain
- content
- fake_browser
- JobEditor/styles
- PostEditor/styles
- RichEditor/styles
- VideoEditor/styles
- WorksEditor
- styles
- content
- article_part
- basic_info_part
- tech_stack_part
- layout
- GlobalLayout/styles
- ThemePalette
- thread
- CheatsheetThread/styles
- JobsThread/styles
- PostsThread/styles
- ReposThread/styles
- RoadmapThread
- styles
- todo_list
- UsersThread/styles
- tool
- ArticleSticker
- styles
- left_sticker
- AvatarAdder/styles
- C11NSettingPanel
- styles
- Cashier/styles
- CommunityJoinBadge
- styles
- CommunitySetter/styles
- Doraemon
- styles
- Drawer
- Viewer
- styles
- content
- header
- ErrorBox/styles
- FavoritesCats/styles
- GirlVerifier/styles
- Informer/styles
- JoinModal
- styles
- MailBox
- styles
- unit
- ArticleAuthorCard/styles
- ArticleBodyHeader/styles
- ArticleFooter
- AuthorInfo
- styles
- actions
- author_info
- ArticleViewerHeader/styles
- Comments/styles
- comment
- mobile_view
- Footer
- DesktopView
- styles
- desktop_view
- digest_view
- Header
- DesktopView
- styles
- desktop_view
- Labeler/styles
- ModeLineMenu
- styles
- filter_menu
- sort_column
- global_menu
- ModeLine
- BottomBar
- TopBar
- MobileView/CommunityBar
- styles
- bottom_bar
- top_bar
- mobile_view
- article_bar
- community_bar
- Sidebar
- styles
- menu_list
- TagsBar
- DesktopView
- styles
- desktop_view
- user
- UserBilling/styles
- UserFavorited/styles
- UserLister/styles
- UserProfile
- styles
- activities
- UserPublishedComments/styles
- UserSettings/styles
- viewer
- JobViewer/styles
- MailsViewer
- styles
- PostViewer/styles
- pages
- stores
- RootStore
- types
- utils
- async
- css
- scripts/generators
- component
- container
- store
- themes
- skins
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
643 files changed
+1084
-686
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
6 | 18 |
| |
7 | 19 |
| |
8 | 20 |
| |
| |||
14 | 26 |
| |
15 | 27 |
| |
16 | 28 |
| |
17 |
| - | |
18 | 29 |
| |
19 | 30 |
| |
20 | 31 |
| |
21 | 32 |
| |
22 | 33 |
| |
23 | 34 |
| |
24 | 35 |
| |
| 36 | + | |
25 | 37 |
| |
26 |
| - | |
| 38 | + | |
27 | 39 |
| |
28 | 40 |
| |
29 | 41 |
| |
30 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
31 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
32 | 59 |
| |
33 | 60 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
| |||
160 | 163 |
| |
161 | 164 |
| |
162 | 165 |
| |
163 |
| - | |
| 166 | + | |
| 167 | + | |
164 | 168 |
| |
165 | 169 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments
Comments
(0)