[PR #3002] [CLOSED] WIP: Chapter sorting feature #6108

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3002
Author: @Shubhamt04
Created: 10/22/2021
Status: Closed

Base: masterHead: chapter-sorting


📝 Commits (10+)

  • 6ad21ce Added built assets for release
  • 448ac14 Merge branch 'master' into release
  • d2cacf1 Release update
  • e99507d Merge branch 'master' into release
  • f517ef3 Added new asset structure
  • a91d426 Merge branch 'master' into release
  • f184d76 Added build folder to release
  • 910faab Merge branch 'master' into release
  • 3b3bc0c Updated compiled assets
  • 4fc75be Merge branch 'master' into release

📊 Changes

14 files changed (+447 additions, -4 deletions)

View changed files

📝 .gitignore (+3 -3)
app/Http/Controllers/ChapterSortController.php (+85 -0)
public/dist/app.js (+72 -0)
public/dist/export-styles.css (+1 -0)
public/dist/print-styles.css (+1 -0)
public/dist/styles.css (+1 -0)
resources/js/components/chapter-sort.js (+189 -0)
📝 resources/js/components/index.js (+2 -0)
📝 resources/lang/en/entities.php (+9 -0)
resources/views/chapters/parts/sort-box.blade.php (+26 -0)
📝 resources/views/chapters/show.blade.php (+4 -0)
resources/views/chapters/sort.blade.php (+50 -0)
📝 routes/web.php (+3 -0)
📝 version (+1 -1)

📄 Description

No description provided


🔄 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/3002 **Author:** [@Shubhamt04](https://github.com/Shubhamt04) **Created:** 10/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `chapter-sorting` --- ### 📝 Commits (10+) - [`6ad21ce`](https://github.com/BookStackApp/BookStack/commit/6ad21ce885b9e96680387003bd616ba72add5334) Added built assets for release - [`448ac14`](https://github.com/BookStackApp/BookStack/commit/448ac1405b089c8b32070884ee30713d5be8b0e0) Merge branch 'master' into release - [`d2cacf1`](https://github.com/BookStackApp/BookStack/commit/d2cacf1945eb4640607bc3d1c84ee7e1010a3db5) Release update - [`e99507d`](https://github.com/BookStackApp/BookStack/commit/e99507ddcfe6867d8cc8be51e89353c249d3be6e) Merge branch 'master' into release - [`f517ef3`](https://github.com/BookStackApp/BookStack/commit/f517ef361696ed467c77609d10d1dae3be5d4cbd) Added new asset structure - [`a91d426`](https://github.com/BookStackApp/BookStack/commit/a91d42634d3a8eeb804c1818c10fbdce8b0beec7) Merge branch 'master' into release - [`f184d76`](https://github.com/BookStackApp/BookStack/commit/f184d763ad45b6e46d53ccc27e4a2ade856c10bd) Added build folder to release - [`910faab`](https://github.com/BookStackApp/BookStack/commit/910faab88e34d1a0f50d7d422c79a5e9bf64b28b) Merge branch 'master' into release - [`3b3bc0c`](https://github.com/BookStackApp/BookStack/commit/3b3bc0c4bffb6d9e735eca9d99dbcdb88cd104e4) Updated compiled assets - [`4fc75be`](https://github.com/BookStackApp/BookStack/commit/4fc75beed4663abd2ca077cc8aa26f36e9b793c9) Merge branch 'master' into release ### 📊 Changes **14 files changed** (+447 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -3) ➕ `app/Http/Controllers/ChapterSortController.php` (+85 -0) ➕ `public/dist/app.js` (+72 -0) ➕ `public/dist/export-styles.css` (+1 -0) ➕ `public/dist/print-styles.css` (+1 -0) ➕ `public/dist/styles.css` (+1 -0) ➕ `resources/js/components/chapter-sort.js` (+189 -0) 📝 `resources/js/components/index.js` (+2 -0) 📝 `resources/lang/en/entities.php` (+9 -0) ➕ `resources/views/chapters/parts/sort-box.blade.php` (+26 -0) 📝 `resources/views/chapters/show.blade.php` (+4 -0) ➕ `resources/views/chapters/sort.blade.php` (+50 -0) 📝 `routes/web.php` (+3 -0) 📝 `version` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:24:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6108