You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Mashlib works best with `--conneg` enabled for Turtle support.
335
336
337
+
**Modern UI (SolidOS UI):**
338
+
```bash
339
+
jss start --mashlib --solidos-ui --conneg
340
+
```
341
+
Serves a modern Nextcloud-style UI shell while reusing mashlib's data layer. The `--solidos-ui` flag swaps the classic databrowser interface for a cleaner, mobile-friendly design with:
342
+
- Modern file browser with breadcrumb navigation
343
+
- Profile, Contacts, Sharing, and Settings views
344
+
- Path-based URLs (browser URL reflects current resource)
345
+
- Responsive design for mobile devices
346
+
347
+
Requires solidos-ui dist files in `src/mashlib-local/dist/solidos-ui/`. See [solidos-ui](https://github.com/solidos/solidos/tree/main/workspaces/solidos-ui) for details.
348
+
336
349
### Profile Pages
337
350
338
351
Pod profiles (`/alice/`) use HTML with embedded JSON-LD data islands and are rendered using:
0 commit comments