Arrow leading to Circles administration page missing
See on the mockups, there is a tiny arrow next to Circles you can click on to access the administration panel.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Ghost User changed milestone to %Projects part I
changed milestone to %Projects part I
By Alexandre on 2019-11-14T21:41:44 (imported from GitLab project)
- Author Contributor
@calummackervoy: Do not mind the CSS. Just make it functional, @gaelleM and @Mulletto_00 will take care of making it pretty.
By Alexandre on 2019-11-14T21:43:22 (imported from GitLab project)
- Maintainer
okay this is functional in https://git.happy-dev.fr/startinblox/applications/sib-app/tree/circles-admin-page
before I open a pull request it might need styling/a new icon @gaelleM @Mulletto_00 ?
@alexandre for now I've coded the link like
href=
${sdn}+ "/admin/djangoldp_circle/circle/"
but I think it would be better if I changeconfig.json
(andsample.config.json
) to have an"adminendpoints"
property like it has"endpoints"
?Edited by Calum Mackervoy - Owner
@calummackervoy Beware, latest admin page is on https://git.happy-dev.fr/startinblox/applications/sib-app/tree/circle-css branch.
We've regrouped few MR on https://git.happy-dev.fr/startinblox/applications/sib-app/merge_requests/77 as all included issues to publish on test-paris.
For adding icons, it's there, @gaelleM is more up to date on how it work but she's on vacation: https://git.happy-dev.fr/startinblox/applications/sib-app/tree/circle-css/src/styles/components/icons
Link to admin is inside the app, not the django admin. You may want to do something like there:
https://git.happy-dev.fr/startinblox/applications/sib-app/blob/circle-css/src/page-admin-circles-create.pug#L2
- Calum Mackervoy removed 1 deleted label
removed 1 deleted label
- Maintainer
I've opened up a merge request to
circle-css
!78 (merged)
- Calum Mackervoy closed
closed
- Owner
Merged, thanks ;)
I published on test-paris. (currently blocked by core issues, but it'll be on the roster)
I tag here to be tested for @alexandre :)
Edited by Jean-Baptiste Pasquier
- Jean-Baptiste Pasquier added 1 deleted label
added 1 deleted label
- Author Contributor
Perfect for me. thanks
By Alexandre on 2019-11-21T14:01:54 (imported from GitLab project)