Commit Graph
266 Commits
Author SHA1 Message Date
Christoph Ladurner cf7ecf1f81 ui: change paths to data-models 2023-11-10 09:19:01 +01:00
Christoph Ladurner 4c5e888f18 global: change to invenio-records-global-search
* package name change
2023-11-10 09:19:01 +01:00
Christoph Ladurner 9187ffd661 refactor: apply semantic-ui, indentation, copyright 2023-11-10 09:19:01 +01:00
Christoph Ladurner fffd744731 layout: improve
* add frontpage overview

* change recent uploads to global search

* add overview to dashboard

* change default link of the dashboard menu entry from uploads to
  overview

* change text of 'my uploads' buggy
2023-11-10 09:19:01 +01:00
Christoph Ladurner 105db720ea theme: add separate search entry for rdm 2023-11-10 09:19:01 +01:00
Christoph Ladurner 0cee624dbb global: make it compatible with v12 2023-11-10 09:19:01 +01:00
Christoph Ladurner c8035571be release v4.11.3 2023-06-07 23:36:30 +02:00
Christoph Ladurner 6aba6bcaa0 fix: frontpage upload buttons small monitor 2023-06-07 23:36:08 +02:00
Christoph Ladurner 1022fa45f4 release v4.11.2 2023-06-01 12:45:40 +02:00
Christoph Ladurner eb95994afa frontpage: layout changes 2023-06-01 12:00:30 +02:00
Christoph Ladurner bcacce0644 translation: add oer frontpage translation 2023-06-01 12:00:30 +02:00
Christoph Ladurner c2494401e9 WIP: oer upload button on frontpage 2023-06-01 12:00:30 +02:00
Christoph Ladurner 3afaca51c6 release v4.11.1 2023-04-20 23:28:57 +02:00
Christoph Ladurner 02e9b3f90c release v4.11.0 2023-04-20 22:09:40 +02:00
Christoph Ladurner d38e50a489 release v4.10.1 2022-11-10 09:21:59 +01:00
Mojib WaliandGitHub b286b9adaa release: v4.10.0 2022-10-13 11:38:53 +02:00
Mojib WaliandGitHub 19fada5940 global: migrate to v10 2022-10-13 11:32:22 +02:00
Christoph Ladurner 7cb3b5a83b release v4.0.2 2022-09-09 10:37:05 +02:00
DavidandGitHub 936c085f05 css: adapt skip-to-main button (#280) 2022-08-18 18:32:09 +02:00
Christoph Ladurner d43cf0e4b5 release v4.0.1 2022-08-05 10:28:27 +02:00
Christoph Ladurner 73a344eb52 update translation 2022-08-05 10:28:05 +02:00
Christoph Ladurner aa37718a2c improve wording on search options 2022-08-05 10:28:05 +02:00
Christoph Ladurner 3a500543c6 release v4.0.0 2022-07-29 13:27:53 +02:00
Christoph Ladurner e310a4ca38 remove unnecessary html code for header-search-bar
unnecessary because the react component which is handling this id is generating
the html code.
2022-07-29 13:22:52 +02:00
Christoph Ladurner c3f55030dc fix warning from semantic-ui-react Search component 2022-07-29 13:22:52 +02:00
Christoph Ladurner 95d27fdd8c add marc21 and lom to the searchbar
copy pasted code from invenio_app_rdm/searchbar. it was necessary to
do that to configure the shown list.
2022-07-29 13:22:52 +02:00
Christoph Ladurner 28b956cfaa change searchbar layout and use invenio-app-rdm searchbar
the searchbar is now on the top of the header, left of the language switch. the
new searchbar introduced a new feature, it could handle different indices like
all repository or communities. But the problem is where to place the new search
bar. for the moment the compromise is to put it on the top right.

this position may not be compatible with tugraz layout.
2022-07-29 13:22:52 +02:00
Christoph Ladurner 5ac2a68848 remove grey color of community block and reduce size 2022-07-29 13:22:52 +02:00
Christoph Ladurner 0399814fe0 migrate js to use prettier 2022-07-29 13:22:52 +02:00
Christoph Ladurner f11facc9d6 release v3.9.3 2022-07-17 20:55:54 +02:00
Christoph Ladurner c9bc56e168 fix broken search page
the invenioRDM version v9.1 introduced a new search feature. the implementation
assumes that the id header-search-bar exists on the page. if that is not the
case the page will not be rendered.

this fix adds a hidden search element as invenioRDM v9.1 introduced. the page is
not using this at the moment because it would need some further layout
adjustments.

further moves this fix the local search element to the header to be existent on
the index and search page. for the future this should be undone and the new
invenioRDM search should be used.
2022-07-17 20:55:12 +02:00
Mojib WaliandGitHub cb9b80668c release: v3.9.2 2022-06-28 15:48:50 +02:00
DavidandGitHub 5bf5ce4268 fix: adopt renaming of serialize function (#269) 2022-06-28 15:39:44 +02:00
Mojib WaliandGitHub 79a9014878 release v3.9.1 2022-06-02 10:38:05 +02:00
DavidandGitHub 7f1286bd6b fix: add trigger to accordion (#265) 2022-05-30 13:58:20 +02:00
Christoph Ladurner f883dc7760 release v3.9.0 2022-05-27 15:32:50 +02:00
Christoph Ladurner 7c250a41fe refactor 2022-05-25 12:47:09 +02:00
Christoph Ladurner c9ff126c28 align with invenio-app-rdm community changes 2022-05-25 12:47:09 +02:00
Christoph LadurnerandMojib Wali 903498185f migrate to use black as opinionated auto formater 2022-05-12 09:06:52 +02:00
Christoph LadurnerandMojib Wali 4fd0501c58 global: migrate setup.py to setup.cfg 2022-05-12 09:06:52 +02:00
mb-waliandMojib Wali d8c91df396 v3.8.0 2022-03-03 11:01:12 +01:00
Mojib WaliandGitHub 0da96559ec global: migrate to v8 2022-03-03 10:53:03 +01:00
mb-waliandMojib Wali e73fc3633d v3.7.0 2021-12-07 10:01:49 +01:00
DavidandGitHub 07d7e6fa0e update register and login view (#247)
fix: remove redundant closing div tag for register

ui: update register and login template with accordion

styling: modify accordion css

translation: add german translation
2021-11-08 10:33:11 +01:00
Mojib WaliandGitHub 27f1501b31 v3.6.1 2021-09-01 12:02:36 +02:00
David EckhardandMojib Wali 6299da5ca2 fix: css for ui divider 2021-08-10 11:52:50 +02:00
David EckhardandMojib Wali 9ec241684d fix: add font locally and remove google dependency 2021-08-10 10:29:32 +02:00
Mojib WaliandGitHub c73571c2b7 v3.6.0 2021-08-05 10:05:49 +02:00
mb-waliandMojib Wali db52ca8aad config: removes i18n config
This closes #236
2021-08-05 10:05:03 +02:00
mb-waliandMojib Wali 21b67cb3e0 revert: removes override for
* records landingpage (details)
* deposit page (deposit create and depsosit edit)
2021-08-05 09:54:12 +02:00