]> BookStack Code Mirror - bookstack/commit
Started build of tag view
authorDan Brown <redacted>
Sat, 6 Nov 2021 16:30:20 +0000 (16:30 +0000)
committerDan Brown <redacted>
Sat, 6 Nov 2021 16:30:20 +0000 (16:30 +0000)
commit929c8312bd40cffd7914ccc283cd576d68fb7bad
tree5614c1c681e312e6d1a2b310dc40583ac27e01b0
parent8d7c8ac8bfe8deba66386e002ec6ae46d5c63013
Started build of tag view

- Created listing
- Allows drilldown to tag name
- Shows totals

Not yet covered via testing
13 files changed:
app/Actions/TagRepo.php
app/Http/Controllers/TagController.php
resources/icons/info-filled.svg
resources/icons/leaderboard.svg [new file with mode: 0644]
resources/lang/en/common.php
resources/lang/en/entities.php
resources/sass/_blocks.scss
resources/sass/_tables.scss
resources/views/entities/tag-list.blade.php
resources/views/entities/tag.blade.php [new file with mode: 0644]
resources/views/form/request-query-inputs.blade.php [new file with mode: 0644]
resources/views/tags/index.blade.php [new file with mode: 0644]
routes/web.php