Commit 4671318
authored
Feat/181,191 - Preprint provider discover (#108)
* refactor(preprint-hero): Extracted logic of handling search input
* feat(preprints-discover): Added discover page, registered route, basic template
* refactor(resource-req-type): Moved enum to shared
* refactor(resource-filter-label): Moved model to shared
* refactor(search-state-defaults): Moved constant to shared
* refactor(resource-filters-defaults): Moved constant to shared
* feat(preprints-resources-filters-state): Implemented state
* refactor(preprints-state): Moved to separate folder
* fix(shared-const-index): Fixed index file
* feat(preprints-search-state): Implemented state for preprints discover page
* feat(preprints-resources-filters-options): Implemented state for preprints resources filters options
* feat(preprints-filters-chips): Implemented filters chips component
* feat(preprints-date-created-filter): Implemented filter component
* fix(preprints-search-state): Created new state to fix strange error
* fix(state-provider): Providing states on route level
* refactor(sort-options): extracted to shared constants
* feat(store): Added selectors to simplify logic
* refactor(resource-card-service): Moved to shared
* fix(preprints-filter-chips): Add PrimeTemplate import
* feat(preprints-resources): Implemented section to handle sorting, filters, search cards
* feat(filters-store): Added new filter to the store
* fix(style): Fix styles for preprints resources component
* feat(preprints-hero): Added ability to pass search control
* fix(resource-card): Loading user related counts only for items with ResourceType.Agent
* fix(resource-card): Removed link to my projects for almost all resources
* feat(home): Added links to already exising preprints and meetings page
* feat(preprint-filters): Added all filters needed, Implemented discover page logic
* fix(preprint-filters-tests): Fixed imports
* fix(preprint-resources-filters): Fixed anyOptionsCount signal
* fix(preprint-filters): Added export to index file, fixed imports
* fix(resource-card): Removed global styles, added styles to shared component
* feat(preprints-discover): Added iri prop to PreprintProviderDetails, used in search requests
* fix(filters-chips): Reordered chips, removed unused
* fix(preprints-discover): Minor fixes1 parent 0114b09 commit 4671318
File tree
113 files changed
+2885
-652
lines changed- src/app
- core/constants
- features
- home
- my-profile
- components
- my-profile-resource-card
- my-profile-resource-filters/store
- my-profile-resources
- services
- store
- preprints
- components
- filters
- preprints-creators-filter
- preprints-date-created-filter
- preprints-institution-filter
- preprints-license-filter
- preprints-subject
- preprint-provider-hero
- preprints-filter-chips
- preprints-resources-filters
- preprints-resources
- constants
- mappers
- models
- pages
- landing
- preprint-provider-discover
- preprint-provider-overview
- services
- store
- preprints-discover
- preprints-resources-filters-options
- preprints-resources-filters
- preprints
- search
- components
- resource-card
- resource-filters/store
- resources-wrapper
- resources
- services
- store
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+2885
-652
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
Lines changed: 0 additions & 182 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments