samvera / hyku

Hyku: A multi-tenant Hyrax application built on the latest and greatest Samvera community components. Brought to you by the Hydra-in-a-Box project partners and IMLS; maintained by the Hyku Interest Group.
https://samvera.atlassian.net/wiki/spaces/hyku/overview
Other
96 stars 47 forks source link

Some frontend fixes #2241

Closed kirkkwang closed 3 months ago

kirkkwang commented 3 months ago

Story

This PR has a few frontend fixes

Expected Behavior Before Changes

Screenshot 2024-06-12 at 07 07 06

Expected Behavior After Changes

Screenshot 2024-06-12 at 07 23 48
kirkkwang commented 3 months ago

@ShanaLMoore yup! they should all be changed to font awesome now

github-actions[bot] commented 3 months ago

Test Results

    3 files  ±0      3 suites  ±0   16m 35s :stopwatch: +17s 1 753 tests ±0  1 721 :white_check_mark:  - 1  30 :zzz: ±0  2 :x: +1  1 772 runs  ±0  1 738 :white_check_mark:  - 1  32 :zzz: ±0  2 :x: +1 

For more details on these failures, see this check.

Results for commit d2e3426a. ± Comparison against base commit b3d552b2.

This pull request removes 26 and adds 26 tests. Note that renamed tests count towards both. ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy 353c6efa-cd4b-44d4-a594-a642284efba3 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit 5492692e-0cc7-4912-b208-8707d452cf08 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read e263abb8-5d5d-45e1-9420-9e967a5cd43c spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update d93a54d9-a5e1-44e2-92f0-55c942eb1e63 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy 04947643-1283-4123-949d-59f9faf2e718 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit f986f7c4-43cd-4e2a-a38d-c83c39a8c3c1 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to read ef04eaad-bf20-48f6-9c02-ad319833059b spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to update 6e2b815d-e1a6-4c52-b0d0-5b32067737c9 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to destroy 0d334561-5a17-4823-8cea-99da33b62dd5 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to edit 655a61d2-0b04-4a10-97c4-c3cfbe8fa9c5 … ``` ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy a908df64-b67c-4906-a08d-c8d15a238d46 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit 48ad41c5-71e7-43e0-85ac-cdd63d14dc1b spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read b013a682-3196-45e7-bc9b-cdb9e986e65d spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update 20593325-eb8d-4c9e-8666-7b52c4c12a93 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy f37c8954-b42b-453b-ae09-5d0f5d2e6fb7 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit c460b2c2-5db9-4430-8b8c-504369889a50 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to read 20c12088-a145-40fd-b896-6bce5521d40a spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to update dd3dd1df-b514-4121-9dab-2914ec852063 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to destroy ab3f8838-1675-4162-a318-a18aac43d560 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to edit 31058674-4bc5-416e-9416-09ce566ae0cf … ```