- 11 Nov, 2018 1 commit
-
-
- 30 Oct, 2018 2 commits
-
-
Matija Obreza authored
- Fixed SSR for admin/requests
-
Matija Obreza authored
- all modules require `loadMore(paged: FilteredPage<>)` action - onPaginationChange obsolete, using `loadMoreData(FilteredPage.resort(...))` - loads 1st page
-
- 26 Oct, 2018 2 commits
-
-
Matija Obreza authored
- Components should receive translated strings - Components may use t() for their internal texts
-
- src/translations.json for application strings - translations for common components - translations split into modules, a script compiles one translation file - i18n for user module - i18n for requests module - i18n for list module - i18n for accessions module - i18n for repository module - i18n for subsets - i18n for institutes module - i18n for crop module
-
- 09 Oct, 2018 1 commit
-
-
Matija Obreza authored
- Pagination from querystring updated
-
- 08 Oct, 2018 1 commit
-
-
Matija Obreza authored
-
- 03 Oct, 2018 2 commits
-
-
Matija Obreza authored
-
- move requestService actions in service folder - user root actions and reducer renamed to public, some fixes related to getState() func - fixed stepper view, fixed subset editor actions, now stepper routes declared only in steps.ts - Migrate to modular layout merged - added module for accessions - added module for institute - added module for subsets
-
- 21 Sep, 2018 1 commit
-
-
- added some fix to sidebar view on mobile
-
- 16 Sep, 2018 1 commit
-
-
Matija Obreza authored
-
- 05 Sep, 2018 1 commit
-
-
Viacheslav Pavlov authored
implemented relevant reducer variant
-
- 13 Aug, 2018 1 commit
-
-
Viacheslav Pavlov authored
-
- 10 Aug, 2018 1 commit
-
-
Viacheslav Pavlov authored
-
- 26 Jul, 2018 1 commit
-
-
Matija Obreza authored
-
- 25 Jul, 2018 1 commit
-
-
Matija Obreza authored
- navigateTo ignored on the server - [ ...undefined ] throws error, must test if value is present - Debugging SSR with npm run ssr2 -- --client-id=..
-
- 24 Jul, 2018 3 commits
-
-
Matija Obreza authored
- includes updates to existing functions - Implemented NumberFilter - PagedLoader more sensitive to page size
-
Matija Obreza authored
-
Matija Obreza authored
- Subsets client services, actions and models - BrowsePage - DisplayPage
-