Context-driven Architecture
Open
requested to merge refactoring/feat-details-page/category-context into feature/record-details-page
- Mar 25, 2025
-
-
Fiona D'Mello authored
Merge branch 'refactoring/feat-details-page/categorized-results-component' into 'refactoring/feat-details-page/category-context' Refactoring of Category Context and Categorized Results See merge request !65
-
- Mar 12, 2025
-
-
FionaDmello authored
Merge branch 'refactoring/feat-details-page/category-context' into refactoring/feat-details-page/categorized-results-component
-
FionaDmello authored
-
FionaDmello authored
-
- Mar 11, 2025
-
-
FionaDmello authored
added a loader while the results list is fetched and cleaned out a unnecessary resetting of primaryActiveCategory
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
Merge branch 'refactoring/feat-details-page/category-context' into refactoring/feat-details-page/categorized-results-component
-
FionaDmello authored
-
- Mar 07, 2025
-
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
- Mar 05, 2025
-
-
FionaDmello authored
-
FionaDmello authored
added name and id attributes to search input and used next-intl based formatter for copyright year calculation in footer
-
FionaDmello authored
fixed a race condition based primaryActiveCategory update failure, fixed a cyclic run of useEffect to fetch category counts
-
FionaDmello authored
handled primaryActiveCategory reset when navigating to results from details view via search bar and created a separate component for search examples
-
- Mar 04, 2025
-
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
updating category bar counts on searchtext update and relying on defaultCategories for the landing page categories component
-
FionaDmello authored
turned related active category into a local state that is managed as props, while maintaining default categories and counts
-
- Feb 27, 2025
-
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
narrowed effect running conditions to manage context state and make it more streamlined and specific
-
- Feb 26, 2025
-
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
extended categorized results component to handle different view states depending on inDetailsView flag
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
- Feb 25, 2025
-
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
changes that get the app working with updated packages, context driven architecture and updated footer
-
FionaDmello authored
-
- Feb 24, 2025
-
-
FionaDmello authored
-
FionaDmello authored
syncing category context with params when category changed in details view, with default behavior of navigating to the datasets category
-
FionaDmello authored
syncing context state on navigation from landing page to results view via both search and categories component
-
FionaDmello authored
back to using searchParams for up to date category information during search and clear in landing and results view
-
- Feb 21, 2025
-
-
FionaDmello authored
debugging race conditions, navigation resets, state-context-ref updates in component lifecycles to get category context to run the search component
-
FionaDmello authored
fixed a paragraph within paragraph warning and a useEffect to reset primaryCategory on navigation to landing page
-
- Feb 20, 2025
-
-
FionaDmello authored
-
FionaDmello authored
-
FionaDmello authored
-
- Feb 19, 2025
-
-
FionaDmello authored
-
FionaDmello authored
making categories available on category bar alongside primaryActiveCategory selection in results page
-
FionaDmello authored
created a basic category context, provider and turned the landing page category component into a consumer
-