[PR #1354] [CLOSED] Add Tag page. #5804

Closed
opened 2026-02-05 10:17:32 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1354
Author: @jacac
Created: 3/27/2019
Status: Closed

Base: masterHead: bookstack_738


📝 Commits (3)

📊 Changes

13 files changed (+140 additions, -2 deletions)

View changed files

📝 app/Actions/TagRepo.php (+17 -0)
📝 app/Http/Controllers/TagController.php (+30 -0)
📝 resources/assets/sass/_lists.scss (+26 -0)
📝 resources/lang/de/common.php (+1 -0)
📝 resources/lang/en/common.php (+1 -0)
📝 resources/views/books/index.blade.php (+6 -1)
📝 resources/views/shelves/index.blade.php (+6 -1)
resources/views/tags/characterlist.blade.php (+11 -0)
resources/views/tags/index.blade.php (+7 -0)
resources/views/tags/list-item.blade.php (+3 -0)
resources/views/tags/list.blade.php (+23 -0)
resources/views/tags/search.blade.php (+7 -0)
📝 routes/web.php (+2 -0)

📄 Description

Regarding #738.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1354 **Author:** [@jacac](https://github.com/jacac) **Created:** 3/27/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bookstack_738` --- ### 📝 Commits (3) - [`ffca52b`](https://github.com/BookStackApp/BookStack/commit/ffca52b0120893bb45fe6b9629fce81b6c27ddc8) Add tag index page. - [`0b163a4`](https://github.com/BookStackApp/BookStack/commit/0b163a484fd65e1c456e40c170ae2a26df5a5292) Add tag link. - [`5d9c985`](https://github.com/BookStackApp/BookStack/commit/5d9c9859905a607902686017a1f106161a203f66) Add some padding to the tag list. ### 📊 Changes **13 files changed** (+140 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Actions/TagRepo.php` (+17 -0) 📝 `app/Http/Controllers/TagController.php` (+30 -0) 📝 `resources/assets/sass/_lists.scss` (+26 -0) 📝 `resources/lang/de/common.php` (+1 -0) 📝 `resources/lang/en/common.php` (+1 -0) 📝 `resources/views/books/index.blade.php` (+6 -1) 📝 `resources/views/shelves/index.blade.php` (+6 -1) ➕ `resources/views/tags/characterlist.blade.php` (+11 -0) ➕ `resources/views/tags/index.blade.php` (+7 -0) ➕ `resources/views/tags/list-item.blade.php` (+3 -0) ➕ `resources/views/tags/list.blade.php` (+23 -0) ➕ `resources/views/tags/search.blade.php` (+7 -0) 📝 `routes/web.php` (+2 -0) </details> ### 📄 Description Regarding #738. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:17:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5804