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
94 stars 46 forks source link

πŸ› Break long links in catalog search #2240

Closed kirkkwang closed 3 weeks ago

kirkkwang commented 3 weeks ago

This will make any long links break. Prior to this commit any links that didn't have a - or a character that would create a natural word break would push the UI until it looked weird.

Before:

image

After:

image

Before:

image

After:

image

github-actions[bot] commented 3 weeks ago

Test Results

β€‡β€ˆβ€‡β€‡3 files  Β±0β€‚β€ƒβ€‡β€ˆβ€‡β€‡3 suites  Β±0   16m 23s :stopwatch: -1s 1β€ˆ753 tests Β±0  1β€ˆ723 :white_check_mark: Β±0  30 :zzz: Β±0  0 :x: Β±0  1β€ˆ772 runsβ€Š Β±0  1β€ˆ740 :white_check_mark: Β±0  32 :zzz: Β±0  0 :x: Β±0 

Results for commit 88c2ba63. ± Comparison against base commit 1a3374de.

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 dfe8055c-01d1-421b-9026-d9f018f0202f spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit b4a637de-4145-4ae0-87e0-09bf9da1f308 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read 7fdaaa97-df89-4c1f-82c2-d078a6f17975 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update e1e1cac4-71b3-4d80-905b-02cd8c14f28f spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy 84bb39ea-8100-4790-9bef-a126ee8407e5 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit 00072fc9-2eb6-472f-8948-14ca4a64e2eb spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to read b8ca83ed-51fa-483f-9add-2021a6f944e7 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to update f0f2522d-d45e-4f58-9351-07f8050e1b2a spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to destroy 8849ddfc-fcfb-4b8e-b952-835d92c535da spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to edit af6e313a-b218-4573-95fc-3f04032e0297 … ``` ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy 08c1a287-3ead-400b-8d88-1129bec83afa spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit 5ba4c30d-7e18-4427-8226-2bb8daca486b spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read 5cf81a9c-d454-4236-b0c6-2e8250b42810 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update b767c1a0-eb06-4da0-919b-f7cb880b21ac spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy 10344abd-fd95-4dc2-a47e-4cc4041c223e spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit b73ae688-50c9-4926-a64b-6e0c41bf75f9 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to read eb543056-1335-4d5b-9fc3-54c6787fe121 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to update 681ceca0-d4fc-4f2d-8adf-d0448dcb5b46 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to destroy 1426cc14-e9fe-4930-b010-b228144b774d spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to edit 2e9020cd-4f70-4035-b27d-75b99b79e2d6 … ```

:recycle: This comment has been updated with latest results.