Karl Krägelin
Karl Krägelin
Hi! It’s a great app, thanks for it! Do you consider having an option to hide it from the Dock and have a white Menubar Icon when macOS Dark mode...
Hi! Thanks for your great running apps workflow. It works just fine but doesn’t show any icons of the running apps: Is there anything to fix this? I’m running OSX...
Hi! Great work you did there, I’m using it all the time! Alas, I do not fully understand how you could add a new custom layout. Mind helping me or...
... for people who only use one folder instead of asking every time
:heart: Thank you for your contribution! ### Description This change makes[ `APP_RDM_USER_DASHBOARD_ROUTES`](https://github.com/inveniosoftware/invenio-app-rdm/blob/56893c6a21e6ff58dd6732fa77ae34554c263a7b/invenio_app_rdm/config.py#L766) configurable by using an approach like this in invenio.cfg: ``` from invenio_app_rdm.config import APP_RDM_ROUTES from invenio_app_rdm.config import APP_RDM_USER_DASHBOARD_ROUTES...
We wanted to overwrite [APP_RDM_USER_DASHBOARD_ROUTES](https://github.com/inveniosoftware/invenio-app-rdm/blob/0fbb4db2cc35b04854378c217ea7e1091b15d514/invenio_app_rdm/config.py#L766C1-L766C30) to point `/me/uploads` to a custom view function like so in our invenio.cfg: ``` from invenio_app_rdm.config import APP_RDM_USER_DASHBOARD_ROUTES from mysite.views import render_custom_dashboard APP_RDM_USER_DASHBOARD_ROUTES["uploads"] = ("/me/uploads",...
:heart: Thank you for your contribution! ### Description Hi, we would like to propose Devbox installation as an alternative way to install InvenioRDM to the official docs. Please review and...