[PR #480] [MERGED] Design update 2017 #5656

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/480
Author: @ssddanbrown
Created: 8/20/2017
Status: Merged
Merged: 8/26/2017
Merged by: @ssddanbrown

Base: masterHead: design_update_2017


📝 Commits (9)

  • fba7ae9 Darkened a few cm code styles for improved legibility
  • 295f520 Started design update
  • 3da8c01 Rolled out new design further
  • 8fcbe44 Updated styles for auth and books views.
  • 5187d3f Updated chapter views with new design
  • 2f8b8c5 Resolved current failing tests
  • b60d219 Updated error views for redesign
  • 36f524a Updated page view styles to align with 2017 update
  • 4cb4c9e Updated remaining views to 2017 design update.

📊 Changes

77 files changed (+2035 additions, -1784 deletions)

View changed files

📝 app/Http/Controllers/Auth/RegisterController.php (+0 -1)
📝 app/Http/Controllers/BookController.php (+14 -3)
📝 app/Http/Controllers/HomeController.php (+2 -4)
📝 app/Http/Controllers/PageController.php (+2 -0)
📝 app/PageRevision.php (+12 -0)
📝 app/Services/SearchService.php (+1 -1)
📝 gulpfile.js (+7 -1)
📝 package.json (+1 -0)
📝 resources/assets/js/pages/page-show.js (+8 -8)
📝 resources/assets/sass/_blocks.scss (+41 -0)
📝 resources/assets/sass/_buttons.scss (+42 -5)
📝 resources/assets/sass/_codemirror.scss (+3 -3)
📝 resources/assets/sass/_forms.scss (+10 -23)
📝 resources/assets/sass/_grid.scss (+33 -6)
📝 resources/assets/sass/_header.scss (+4 -0)
📝 resources/assets/sass/_html.scss (+6 -0)
📝 resources/assets/sass/_lists.scss (+11 -27)
📝 resources/assets/sass/_pages.scss (+2 -11)
📝 resources/assets/sass/_text.scss (+1 -7)
📝 resources/assets/sass/styles.scss (+1 -8)

...and 57 more files

📄 Description

This pull request will contain the changes for the upcoming design update.

The design update includes a shuffling of the layout to be consistent across views and simplifying the template layouts.

Content will be more 'carded' for better visual separation of UI components.


🔄 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/480 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 8/20/2017 **Status:** ✅ Merged **Merged:** 8/26/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `design_update_2017` --- ### 📝 Commits (9) - [`fba7ae9`](https://github.com/BookStackApp/BookStack/commit/fba7ae923d60db1592731cf139a2f00410387d6c) Darkened a few cm code styles for improved legibility - [`295f520`](https://github.com/BookStackApp/BookStack/commit/295f520f216e3ec15ac96afcedd3503a601f5b47) Started design update - [`3da8c01`](https://github.com/BookStackApp/BookStack/commit/3da8c01c1f8fbb3e2928151f5ba598321020a70d) Rolled out new design further - [`8fcbe44`](https://github.com/BookStackApp/BookStack/commit/8fcbe44d3ed8f1e12bae50a104a91bc9feb00e92) Updated styles for auth and books views. - [`5187d3f`](https://github.com/BookStackApp/BookStack/commit/5187d3fa7870548022a017fc65309c71e9a12b68) Updated chapter views with new design - [`2f8b8c5`](https://github.com/BookStackApp/BookStack/commit/2f8b8c580d9cc2468ba0a299a20f1259aad4f4bb) Resolved current failing tests - [`b60d219`](https://github.com/BookStackApp/BookStack/commit/b60d2190ac95f33cc56c8ce9930e761a0b283c1d) Updated error views for redesign - [`36f524a`](https://github.com/BookStackApp/BookStack/commit/36f524a354ee95753c449e608e245279ae6a5041) Updated page view styles to align with 2017 update - [`4cb4c9e`](https://github.com/BookStackApp/BookStack/commit/4cb4c9e56814d22c33a5955561ee6c05d1e2efbc) Updated remaining views to 2017 design update. ### 📊 Changes **77 files changed** (+2035 additions, -1784 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Auth/RegisterController.php` (+0 -1) 📝 `app/Http/Controllers/BookController.php` (+14 -3) 📝 `app/Http/Controllers/HomeController.php` (+2 -4) 📝 `app/Http/Controllers/PageController.php` (+2 -0) 📝 `app/PageRevision.php` (+12 -0) 📝 `app/Services/SearchService.php` (+1 -1) 📝 `gulpfile.js` (+7 -1) 📝 `package.json` (+1 -0) 📝 `resources/assets/js/pages/page-show.js` (+8 -8) 📝 `resources/assets/sass/_blocks.scss` (+41 -0) 📝 `resources/assets/sass/_buttons.scss` (+42 -5) 📝 `resources/assets/sass/_codemirror.scss` (+3 -3) 📝 `resources/assets/sass/_forms.scss` (+10 -23) 📝 `resources/assets/sass/_grid.scss` (+33 -6) 📝 `resources/assets/sass/_header.scss` (+4 -0) 📝 `resources/assets/sass/_html.scss` (+6 -0) 📝 `resources/assets/sass/_lists.scss` (+11 -27) 📝 `resources/assets/sass/_pages.scss` (+2 -11) 📝 `resources/assets/sass/_text.scss` (+1 -7) 📝 `resources/assets/sass/styles.scss` (+1 -8) _...and 57 more files_ </details> ### 📄 Description This pull request will contain the changes for the upcoming design update. The design update includes a shuffling of the layout to be consistent across views and simplifying the template layouts. Content will be more 'carded' for better visual separation of UI components. --- <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:13:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5656