]> BookStack Code Mirror - bookstack/commit
Reviewed tag in seach work
authorDan Brown <redacted>
Mon, 24 May 2021 15:12:09 +0000 (16:12 +0100)
committerDan Brown <redacted>
Mon, 24 May 2021 15:12:09 +0000 (16:12 +0100)
commit3eaf03a7ac77d3d2765541659312d45e10890824
tree68beef0374ec17139c2533dfc39b61b50beaec40
parent5420f3451c669c57cf1e1ce3157bb0f88ac42b61
Reviewed tag in seach work

- Refactored some tag code bits while reviewing.
- Updated tag design in search listing to be more subtle.
- Moved tags out of entity-list-item-basic template and instead moved
  them into entity-list-item, below the existing content.
- Tweaked existing tag colors a little.
- Changed tag icon to be more tag-like.
- Added tag-on-search test case.

Review of #2487, Related to #2462
app/Actions/Tag.php
resources/icons/tag.svg
resources/sass/_blocks.scss
resources/sass/_lists.scss
resources/views/components/tag-list.blade.php
resources/views/partials/entity-list-item-basic.blade.php
resources/views/partials/entity-list-item.blade.php
tests/Entity/TagTest.php