[PR #230] [MERGED] Persist screen binding state using URL hash #264

Closed
opened 2026-02-26 05:31:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NarrativeScience-old/log.io/pull/230
Author: @msmathers
Created: 4/2/2020
Status: Merged
Merged: 4/2/2020
Merged by: @msmathers

Base: masterHead: feature/persist-screen-binding-state


📝 Commits (1)

  • d7265c6 Persist screen binding state using URL hash

📊 Changes

8 files changed (+117 additions, -6 deletions)

View changed files

📝 ui/src/components/app/index.tsx (+3 -3)
ui/src/components/app/initialize.ts (+54 -0)
ui/src/middleware/url.ts (+36 -0)
📝 ui/src/reducers/bindings/index.ts (+17 -1)
📝 ui/src/reducers/bindings/types.ts (+3 -1)
📝 ui/src/reducers/index.ts (+2 -0)
📝 ui/src/reducers/screens/index.ts (+1 -1)
📝 ui/src/reducers/screens/types.ts (+1 -0)

📄 Description

Implements feature requested by #210

All screen bindings are stored in the URL hash, which gets updated as a user binds & unbinds inputs. Allows users to share their specific binding session by sending their URL to other users.


🔄 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/NarrativeScience-old/log.io/pull/230 **Author:** [@msmathers](https://github.com/msmathers) **Created:** 4/2/2020 **Status:** ✅ Merged **Merged:** 4/2/2020 **Merged by:** [@msmathers](https://github.com/msmathers) **Base:** `master` ← **Head:** `feature/persist-screen-binding-state` --- ### 📝 Commits (1) - [`d7265c6`](https://github.com/NarrativeScience-old/log.io/commit/d7265c6abd2c9f5482f50cc8b1c4c0db8620b896) Persist screen binding state using URL hash ### 📊 Changes **8 files changed** (+117 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ui/src/components/app/index.tsx` (+3 -3) ➕ `ui/src/components/app/initialize.ts` (+54 -0) ➕ `ui/src/middleware/url.ts` (+36 -0) 📝 `ui/src/reducers/bindings/index.ts` (+17 -1) 📝 `ui/src/reducers/bindings/types.ts` (+3 -1) 📝 `ui/src/reducers/index.ts` (+2 -0) 📝 `ui/src/reducers/screens/index.ts` (+1 -1) 📝 `ui/src/reducers/screens/types.ts` (+1 -0) </details> ### 📄 Description Implements feature requested by #210 All screen bindings are stored in the URL hash, which gets updated as a user binds & unbinds inputs. Allows users to share their specific binding session by sending their URL to other users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:31:47 +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/log.io-NarrativeScience-old#264
No description provided.