-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/solid/pane-registry into main
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 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 systerm. It is wherre any pane inserts itself or is inserted. In the standard working of solidOS, there is one place in solid-panes where all the nomal panes are loaded into the pane registry. 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. |