[PR #580] [MERGED] Fixes #466. Adds support for header highlighting using intersection o… #5674

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/580
Author: @Abijeet
Created: 11/1/2017
Status: Merged
Merged: 12/7/2017
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (6)

  • 1031c61 Fixes #466. Adds support for header highlighting using intersection observer.
  • bdba25b Refactored all functionality into one function. Changed margin-top.
  • 10dc851 Merge pull request #1 from BookStackApp/master
  • 8378f06 Highlights all headings currently visible. Also fixes extra scrollbar appearing in Firefox.
  • 7b5edb4 Merge branch 'master' of https://github.com/Abijeet/BookStack
  • 2261308 Removed invalid comments, and formatted the code.

📊 Changes

3 files changed (+61 additions, -1 deletions)

View changed files

📝 resources/assets/js/pages/page-show.js (+57 -0)
📝 resources/assets/sass/_grid.scss (+1 -1)
📝 resources/assets/sass/_lists.scss (+3 -0)

📄 Description

…bserver.


🔄 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/580 **Author:** [@Abijeet](https://github.com/Abijeet) **Created:** 11/1/2017 **Status:** ✅ Merged **Merged:** 12/7/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`1031c61`](https://github.com/BookStackApp/BookStack/commit/1031c61d0c191aeec0707d6dff755fca7ab291a2) Fixes #466. Adds support for header highlighting using intersection observer. - [`bdba25b`](https://github.com/BookStackApp/BookStack/commit/bdba25b6f2e9361229b43c646b40f4e9fbba0ed7) Refactored all functionality into one function. Changed margin-top. - [`10dc851`](https://github.com/BookStackApp/BookStack/commit/10dc85169745e724606f0ea96786f83952810460) Merge pull request #1 from BookStackApp/master - [`8378f06`](https://github.com/BookStackApp/BookStack/commit/8378f068892a51bc456e1dcb65dda34a86d240a7) Highlights all headings currently visible. Also fixes extra scrollbar appearing in Firefox. - [`7b5edb4`](https://github.com/BookStackApp/BookStack/commit/7b5edb4d62ba63b6f7a3003a349939d9e28b1d43) Merge branch 'master' of https://github.com/Abijeet/BookStack - [`2261308`](https://github.com/BookStackApp/BookStack/commit/22613084152c4ec2cca2761710cf6acb436ead21) Removed invalid comments, and formatted the code. ### 📊 Changes **3 files changed** (+61 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/pages/page-show.js` (+57 -0) 📝 `resources/assets/sass/_grid.scss` (+1 -1) 📝 `resources/assets/sass/_lists.scss` (+3 -0) </details> ### 📄 Description …bserver. --- <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:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5674