Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

main.js should bind more specific objects to controls #3502

Closed
bsclifton opened this issue Aug 28, 2016 · 1 comment
Closed

main.js should bind more specific objects to controls #3502

bsclifton opened this issue Aug 28, 2016 · 1 comment

Comments

@bsclifton
Copy link
Member

Discussed in #3346, more specific objects should be bound to controls inside main.js.

For example with history, the entire sites array is passed on to the about/history page when only valid history entries should be sent.

history={frame.get('location') === 'about:history'
                ? this.props.appState.get('sites') || emptyMap
                : null}
@bsclifton
Copy link
Member Author

One step forward for mankind with #5559

@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@bsclifton bsclifton removed this from the Triage Backlog milestone Jul 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant