[PR #160] [CLOSED] Added integration with browser history #1172

Closed
opened 2026-02-26 02:35:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/160
Author: @juliusvdijk
Created: 12/29/2015
Status: Closed

Base: 1.1Head: 158


📝 Commits (2)

  • 7f55bca Added integration with browser history
  • dabba29 Fixed typo in a comment

📊 Changes

2 files changed (+20 additions, -1 deletions)

View changed files

📝 resources/assets/js/app.vue (+14 -0)
📝 resources/assets/js/main.js (+6 -1)

📄 Description

In issue 158 Beanow requested support for using the previous and next button in the browser.

I've modified the loadMainView function to save the loaded view in the history state. A listener listening for the popstate event restores the requested view.


🔄 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/koel/koel/pull/160 **Author:** [@juliusvdijk](https://github.com/juliusvdijk) **Created:** 12/29/2015 **Status:** ❌ Closed **Base:** `1.1` ← **Head:** `158` --- ### 📝 Commits (2) - [`7f55bca`](https://github.com/koel/koel/commit/7f55bca8b8f828b8dfb8d53ec16db270b593a1a4) Added integration with browser history - [`dabba29`](https://github.com/koel/koel/commit/dabba29fecdf797f924c46a9a58882d583ac6503) Fixed typo in a comment ### 📊 Changes **2 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/app.vue` (+14 -0) 📝 `resources/assets/js/main.js` (+6 -1) </details> ### 📄 Description In [issue 158](https://github.com/phanan/koel/issues/158) Beanow requested support for using the previous and next button in the browser. I've modified the loadMainView function to save the loaded view in the history state. A listener listening for the popstate event restores the requested view. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:35:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1172
No description provided.