| - - |
|---|
| - - |
|---|
| - - |
|---|
From e00b513acf43f5f109f191476e8a86464a711268 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:50:37 +0100 Subject: [PATCH 01/18] added preparations for mobile --- README.md | 7 +++ src/databrowser.html | 5 +- src/index.ts | 115 ++++++++++++++++++++++++++++++++++++++-- src/styles/mash.css | 73 +++++++++++++++++++++++++ static/browse-test.html | 2 +- static/browse.html | 2 +- 6 files changed, 197 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 477f993c..1dbba86b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A colorful dependency tree can be seen [here](https://github.com/solidos/solidos - [Developing mashlib](#developing-mashlib) - [Goals](#goals) - [Typical uses](#typical-uses) +- [Generative AI usage](#generative-ai-usage) ### Documentation @@ -151,3 +152,9 @@ The mashlib part of SolidOS Databrowser Frontend is *read-write;* that is, the u A major limitation of this data browser hack is that current web browsers are made to distrust any code loaded from one domain that uses data from another domain. This makes it hard, strangely complicated, and sometimes impossible to do some things. +## Generative AI usage +The SolidOS team is using GitHub Copilot integrated in Visual Studio Code. +We have added comments in the code to make it explicit which parts are 100% written by AI. + +### Prompt usage hitory: +* Auto model: Looking at these 2 files (databrowser.html and index.ts), I want to redesign mashlib and underlying panes. I have a design for web and one for mobile. How would I go about making sure I can also have a mobile version? \ No newline at end of file diff --git a/src/databrowser.html b/src/databrowser.html index 34b2fc37..066e9d44 100644 --- a/src/databrowser.html +++ b/src/databrowser.html @@ -2,6 +2,7 @@
+| - - |
|---|
| - - |
|---|
| - - |
|---|