Skip to content

Commit

Permalink
feat: APPS-2517 Add button for external item record above secondary m…
Browse files Browse the repository at this point in the history
…etadata section (#1139)

* Add External item button above secondary content

* test electronic locator

* add test

* fix linting

* fix linting

* fix linting

* test electronic locator field in other presenters

* add electronic locator to catalog controller

* revert tests

* add identifier and reposition electronic_locator

* fix linting errors

* fix linting errors

* update button

* add conditional

* add conditional

* add conditional

* css for btn

* styling

* add link in button

* add link in button

* add link in button

* add link in button

* add link in button

* add repository as value

* add repository as value

* line up links

* line up links

* style button link

* style button link

* style button link

* style button link

* style button link

* style button link

* style icon

* update css

* update css

* update css

* update css

* update css

* update css

* update css

* update css

* update css

* update css

* link summry

* link summry

* linting

* erblinting

* fix spec

* fix spec

* fix linting

* linting

* linting

* ignore _secondary_metadata.html.erb page for linting errors

* ignore _secondary_metadata.html.erb page for linting errors

* ignore _secondary_metadata.html.erb page for linting errors

* ignore _secondary_metadata.html.erb page for linting errors

* ignore _secondary_metadata.html.erb page for linting errors

* fix presnter spec

* fix presnter spec

* fix presnter spec

* visited link

* add specificity to visited

* target

* cleanup

* cleanup

* rename styles

* update styles

* fix base styles and ursus styles for item_page and delete extraneous button styles

* fix the original Find This Item/Access Condion Block and update the docker

* update linting errors

* update linting errors

* add specificity to item-page secondary ursus

* update the readme to include californica with ursus directions

* ur item page update
  • Loading branch information
jendiamond authored Jan 12, 2024
1 parent f20fdce commit 8b0de79
Show file tree
Hide file tree
Showing 60 changed files with 124 additions and 859 deletions.
5 changes: 3 additions & 2 deletions .erb-lint.yml

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ Or individually:
1. root@ursus:/ursus# yarn run lint
1. root@ursus:/ursus# rubocop

## Ursus WITH Californica's database

Go to the `docker.env` file for directions

#### In the `docker.env file`

1. Comment out `SOLR_URL=http://solr:8983/solr/ursus`

2. Uncomment this line `SOLR_URL=http://host.docker.internal:8983/solr/californica`

3. In your terminal run $`docker-compose -f docker-compose-with-californica.yml up`

#### Before deploying

1. Be sure to comment out `SOLR_URL=http://host.docker.internal:8983/solr/californica`

2. And uncomment this line `SOLR_URL=http://host.docker.internal:8983/solr/californica`

#### You cannot run `docker-compose run web bash` in this environment.

---

### Running the integration tests

Expand Down
Binary file removed app/assets/images/favicons/sinai_favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions app/assets/images/icon-external-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/sinai-icons/calendar-icon.png
Binary file not shown.
Binary file removed app/assets/images/sinai-icons/people-icon.png
Binary file not shown.
1 change: 0 additions & 1 deletion app/assets/images/sinai-icons/people-icon.svg

This file was deleted.

Binary file removed app/assets/images/sinai-icons/world-icon.png
Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-ahmanson-wht.png
Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-ahmanson.png
Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-arcadia-wht.png
Binary file not shown.
80 changes: 0 additions & 80 deletions app/assets/images/sinai-logos/logo-arcadia-yellow.svg

This file was deleted.

Binary file removed app/assets/images/sinai-logos/logo-arcadia.png
Binary file not shown.
1 change: 0 additions & 1 deletion app/assets/images/sinai-logos/logo-arcadia.svg

This file was deleted.

15 changes: 0 additions & 15 deletions app/assets/images/sinai-logos/logo-emel-txt.svg

This file was deleted.

Binary file removed app/assets/images/sinai-logos/logo-emel-wht-txt.png
Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-emel-wht.png
Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-emel.png
Binary file not shown.
1 change: 0 additions & 1 deletion app/assets/images/sinai-logos/logo-emel.svg

This file was deleted.

Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-sinai-wht-hz.png
Binary file not shown.
Binary file removed app/assets/images/sinai-logos/logo-sinai.png
Binary file not shown.
17 changes: 0 additions & 17 deletions app/assets/images/sinai-logos/logo-sinai2.svg

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/images/sinai-logos/logo-uclalib-blk.svg

This file was deleted.

Loading

0 comments on commit 8b0de79

Please sign in to comment.