Closed djjuhasz closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.48%. Comparing base (
37c59a9
) to head (edb5d31
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Screenshot:
@djjuhasz, I'm out tomorrow but some early feedback.
I just realized we already have a tabs component with links and icons that is even "responsive", it's used from the location index page. It would be nice to tweak that one a bit to make it work in this case, maybe accepting a parameter in the URLs or something like that:
https://github.com/artefactual-sdps/enduro/blob/main/dashboard/src/components/Tabs.vue https://github.com/artefactual-sdps/enduro/blob/main/dashboard/src/pages/locations/%5Bid%5D.vue#L22-L41 https://github.com/artefactual-sdps/enduro/blob/main/dashboard/src/pages/locations/%5Bid%5D.vue#L54
Having to scroll horizontally on a phone to click a tab seems like a terrible UI experience to me. :confused:
@jraddaoui this is ready for another look. :pray:
Refs #989.