Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e00b513
added preparations for mobile
timea-solid Mar 23, 2026
97728df
cnosolidation of mobile options
timea-solid Mar 24, 2026
323e81c
SolidOS app title
timea-solid Mar 24, 2026
1043c5c
removed old table structure form databrowser.html
timea-solid Mar 24, 2026
0e4918f
removed old table structure form databrowser.html
timea-solid Mar 24, 2026
3a9b087
SolidOS app title
timea-solid Mar 24, 2026
476a36c
cnosolidation of mobile options
timea-solid Mar 24, 2026
d294201
some merge issues
timea-solid Mar 24, 2026
4723132
merge main
timea-solid Mar 24, 2026
7d61e49
merge main
timea-solid Mar 24, 2026
5fd8127
Update README.md
timea-solid Mar 24, 2026
ec908b9
Update src/styles/mash.css
timea-solid Mar 24, 2026
c5ed774
Update src/styles/mash.css
timea-solid Mar 24, 2026
641de88
Update src/styles/mash.css
timea-solid Mar 24, 2026
5a6f721
Update src/index.ts
timea-solid Mar 24, 2026
f23652e
fixed header issue
timea-solid Mar 27, 2026
a2da363
fixed header issue
timea-solid Mar 27, 2026
d579d83
added left side menu to databrowser only
timea-solid Mar 31, 2026
4441a66
updated pane-registry
timea-solid Mar 31, 2026
917fe0b
merge main
timea-solid Mar 31, 2026
81ada6a
updates some css for header
timea-solid Mar 31, 2026
2f9dc1a
added web components and improved header
timea-solid Apr 10, 2026
a361f2b
updated package.json
timea-solid Apr 10, 2026
67da899
add new styles and vars
SharonStrats Apr 11, 2026
22e7dd3
needed to save
SharonStrats Apr 11, 2026
b8a2995
Fix databrowser shell mounts and environment sync
Apr 11, 2026
824349a
Merge branch 'milestone3m' of https://github.com/solidos/mashlib into…
Apr 11, 2026
c8231db
npm run build:workspace for linked packages
Apr 11, 2026
cb0f338
cleanup
Apr 11, 2026
7ca2c38
btn and border styles
SharonStrats Apr 12, 2026
679a830
Merge branch 'milestone3m' of https://github.com/SolidOS/mashlib into…
SharonStrats Apr 12, 2026
e57d57e
delete static styles
timea-solid Apr 13, 2026
b5a179c
updated to node 24
timea-solid Apr 13, 2026
30c7a74
add gray 500
SharonStrats Apr 13, 2026
36762f4
fix build
timea-solid Apr 13, 2026
7484b43
aligned some css
timea-solid Apr 13, 2026
4221068
font weight medium
SharonStrats Apr 14, 2026
33e6fee
gap xxs
SharonStrats Apr 14, 2026
295b47c
Merge branch 'milestone3m' of https://github.com/SolidOS/mashlib into…
SharonStrats Apr 14, 2026
31b6b9d
color and border md
SharonStrats Apr 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,27 @@ A colorful dependency tree can be seen [here](https://github.com/solidos/solidos
- [Solid-ui & Solid-logic related:](#solid-ui--solid-logic-related)
- [The databrowser hack: upgrading your browser](#the-databrowser-hack-upgrading-your-browser)

### [Generative AI usage](#generative-ai-usage)

## Developing mashlib

As part of the SolidOS stack, mashlib can be developed locally by setting up the SolidOS code. Read more about that on the [SolidOS Readme](https://github.com/solidos/solidos#-getting-started-with-the-solidos-code).

### Webpack Resolution Modes

Mashlib webpack now supports two explicit resolution modes:

- `package` mode: default. Resolves `solid-ui` and `solid-panes` from `node_modules`, which is the correct behavior for npm installs and published builds.
- `workspace` mode: opt-in. Resolves selected SolidOS packages from sibling workspace source trees for local linked development.

Use these scripts for local workspace builds:

- `npm run build:workspace`
- `npm run watch:workspace`
- `npm run start:workspace`

`npm run build`, `npm run watch`, and `npm run start` stay on default package resolution.

## Goals

The goals of mashlib overlap with the [SolidOS Goals](https://solidos.solidcommunity.net/Team/docs/SolidOSNorthStar.html).
Expand Down Expand Up @@ -151,3 +168,13 @@ 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 history:
* 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?
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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?
* Auto model: Looking at these 2 files (`databrowser.html` and `index.ts`), I want to redesign mashlib and underlying panes. I have one design for web and another for mobile. How would I go about making sure I can also have a mobile version?


* Claude-Opes 4.6: I don't think this is correct. Mashlib is bundling together all the panes. I do not need to add mashlib.layout or theme to the globals. I can just call the render of each pane with an interface of values or?
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Claude-Opes 4.6: I don't think this is correct. Mashlib is bundling together all the panes. I do not need to add mashlib.layout or theme to the globals. I can just call the render of each pane with an interface of values or?
* Claude-Opes 4.6: I don't think this is correct. Mashlib is bundling together all the panes. I do not need to add `mashlib.layout` or theme to the globals. I can just call the render of each pane with an interface of values or ...?


* Raptor mini: I want to rdesign the main page which contains GlobalDashboard and OtlineView. I keep the header and footer and I want to have a left side menu that chnages content base on logged in or not and also chnages if it is mobile or not. If it is mobile it should fold up in the header menu if it is web it should be rendered on the left side. I want a menu placeholder that changes according to mobile or not. Its functionality I want to implement in solid-panes.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Raptor mini: I want to rdesign the main page which contains GlobalDashboard and OtlineView. I keep the header and footer and I want to have a left side menu that chnages content base on logged in or not and also chnages if it is mobile or not. If it is mobile it should fold up in the header menu if it is web it should be rendered on the left side. I want a menu placeholder that changes according to mobile or not. Its functionality I want to implement in solid-panes.
* Raptor mini: I want to redesign the main page which contains GlobalDashboard and OutlineView. I keep the header and footer and I want to have a left side menu that changes content based on whether logged in or not and also changes based on whether it is mobile or not. If it is mobile, it should fold up in the header menu; if it is web, it should be rendered on the left side. I want a menu placeholder that changes according to mobile or not. I want to implement its functionality in solid-panes.

4 changes: 3 additions & 1 deletion babel.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export default {
browsers: ['> 1%', 'last 3 versions', 'not dead']
}
}],
'@babel/preset-typescript',
['@babel/preset-typescript', {
allowDeclareFields: true
}],
],
plugins: [
'@babel/plugin-transform-runtime'
Expand Down
Loading