Updates
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@ The client shell is a **Pear desktop application** built with `pear-electron` +
|
||||
|------|------|
|
||||
| `index.js` | Pear process entry — starts `pear-electron` Runtime + `pear-bridge` |
|
||||
| `index.html` | GUI main (`pear.gui.main`) — titlebar + panels |
|
||||
| `app.js` | UI logic (connect, room, presence, invites) |
|
||||
| `app.js` | UI logic (connect, fleet, live charts, invites) |
|
||||
| `ui/styles.css` | Layout, theme, **titlebar drag regions** |
|
||||
| `client/*` | HyperDHT connection stack used by the UI |
|
||||
|
||||
@@ -25,8 +25,8 @@ Requires the [Pear](https://docs.pears.com) CLI installed and bootstrapped (`pea
|
||||
| Field | Template default | Purpose |
|
||||
|-------|------------------|---------|
|
||||
| `main` | `index.html` | HTML entry |
|
||||
| `width` / `height` | `1100` / `780` | Initial size |
|
||||
| `minWidth` / `minHeight` | `720` / `480` | Resize floor |
|
||||
| `width` / `height` | `1280` / `860` | Initial size |
|
||||
| `minWidth` / `minHeight` | `900` / `560` | Resize floor |
|
||||
| `resizable` | `true` | Edge/corner resize |
|
||||
| `movable` | `true` | Allow OS move (with drag region) |
|
||||
| `minimizable` / `maximizable` / `closable` | `true` | Window buttons |
|
||||
|
||||
Reference in New Issue
Block a user