Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidos/pane-registry
An index to hold all loaded solid panes, whether statically or dynamically loaded
https://github.com/solidos/pane-registry
running-code
Last synced: 2 months ago
JSON representation
An index to hold all loaded solid panes, whether statically or dynamically loaded
- Host: GitHub
- URL: https://github.com/solidos/pane-registry
- Owner: SolidOS
- License: mit
- Created: 2018-11-17T19:15:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:58:39.000Z (7 months ago)
- Last Synced: 2024-09-21T12:43:50.088Z (4 months ago)
- Topics: running-code
- Language: JavaScript
- Homepage:
- Size: 907 KB
- Stars: 4
- Watchers: 13
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pane-registry
An index to hold all loaded solid panes, whether statically or dynamically loaded
# Adendum
The pane registry is a crucial part of the Solid Panes system. It is where any pane inserts itself or is inserted. In the standard working of SolidOS, there is one place in solid-panes where all the normal panes are loaded into the pane registry (see: [registerPanes.js](https://github.com/solidos/solid-panes/blob/main/src/registerPanes.js) in solid-panes). But other apps, and especially developers developing new panes can insert their own panes. And so we hope we will end up with panes dynamically laoded according to user configuration preferences.