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
refactor(articles-thread): extract articles thread#1108
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
22 commits Select commitHold shift + click to select a range
aa30936
refactor(articlesFilter): adjust props
mydearxym2158cc2
feat: add useMST hooks, awesome
mydearxym851e73c
chore: missing inline doc
mydearxym836c17d
chore(articles-thread): basic setup
mydearxym552a23d
chore(articles-thread): drop PostsThread
mydearxyme2b63b6
refactor(articlesFilter): wip
mydearxym4f0a490
fix(preview): edge case
mydearxyme54cf3e
chore(types): add common used useMST store type
mydearxym6528a81
refactor(useMST): split it into useAccount
mydearxym5e0d676
refactor(useAccount): improve type
mydearxymbaf1b6f
refactor(useAccount): imporve substore hooks
mydearxym9a2586a
chore(articles-thread): filter naming
mydearxymdff5841
refactor: wip
mydearxym3c6cfab
refactor(loadingEffect): rename to loading & ts
mydearxym20c1f1d
refactor: wip
mydearxymc8575e3
refactor: wip
mydearxym5d0830b
refactor(articlesThread): adjust props
mydearxyme7af260
refactor(articlesThread): make onPreview eventify
mydearxym2f2cd30
chore(articlesThread): fmt
mydearxym0d554f5
chore(articlesThread): mv holygrail tabs to common layout
mydearxym3eb439c
refactor(community-content): re-org
mydearxym9b33d35
refactor(articlesThread): tab change wip
mydearxymFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
5 changes: 0 additions & 5 deletionsserver/routes.js
This file contains hidden or 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
11 changes: 5 additions & 6 deletionssrc/components/ArticleItemPrefixLabel/ReadLabel.tsx
This file contains hidden or 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
12 changes: 2 additions & 10 deletionssrc/components/ArticleItemPrefixLabel/index.tsx
This file contains hidden or 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
62 changes: 40 additions & 22 deletionssrc/components/ArticlesFilter/DesktopView.tsx
This file contains hidden or 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
11 changes: 4 additions & 7 deletionssrc/components/ArticlesFilter/FilterButton.tsx
This file contains hidden or 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
7 changes: 6 additions & 1 deletionsrc/components/ArticlesFilter/FilterResult.tsx
This file contains hidden or 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
6 changes: 3 additions & 3 deletions...omponents/ArticlesFilter/SelectedTags.tsx → ...onents/ArticlesFilter/SelectedFilters.tsx
This file contains hidden or 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
8 changes: 3 additions & 5 deletionssrc/components/ArticlesFilter/index.tsx
This file contains hidden or 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
1 change: 0 additions & 1 deletionsrc/components/ArticlesFilter/styles/filter_result.ts
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,5 +7,4 @@ export const Wrapper = styled.div` | ||
` | ||
export const ResultText = styled.div` | ||
color: ${theme('thread.filterResultHint')}; | ||
` |
File renamed without changes.
2 changes: 1 addition & 1 deletionsrc/components/Buttons/DropdownButton/index.tsx
This file contains hidden or 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
6 changes: 1 addition & 5 deletionssrc/components/JobItem/index.js
This file contains hidden or 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
31 changes: 15 additions & 16 deletions...s/LoadingEffects/ArticleContentLoading.js → ...ponents/Loading/ArticleContentLoading.tsx
This file contains hidden or 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
21 changes: 8 additions & 13 deletions...nents/LoadingEffects/CheatSheetLoading.js → src/components/Loading/CheatSheetLoading.tsx
This file contains hidden or 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
10 changes: 6 additions & 4 deletions...mponents/LoadingEffects/CommentLoading.js → src/components/Loading/CommentLoading.tsx
This file contains hidden or 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.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.