From 749c435437ea4b5ba3084d49779106330aba9e84 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:37:37 +0100 Subject: [PATCH 1/4] fixed typo --- src/styles/themes/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/themes/light.css b/src/styles/themes/light.css index 5a8a8839..d64e9d23 100644 --- a/src/styles/themes/light.css +++ b/src/styles/themes/light.css @@ -6,7 +6,7 @@ :root { /* Background and Text */ --color-background: white; - --color-text: ##1A1A1A; + --color-text: #1A1A1A; --color-text-secondary: #666; --color-text-light: #aaa; --color-text-link: #3B5998; From 0449f63780b400ca05b55c56316cecbfd119bb05 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:39:42 +0100 Subject: [PATCH 2/4] fixes skip to main content --- src/databrowser.html | 4 ++-- src/styles/mash-utilities.css | 2 +- static/browse-test.html | 4 ++-- static/browse.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/databrowser.html b/src/databrowser.html index 7bf893c0..15132984 100644 --- a/src/databrowser.html +++ b/src/databrowser.html @@ -10,11 +10,11 @@ - +
-
+
diff --git a/src/styles/mash-utilities.css b/src/styles/mash-utilities.css index c29390bc..fd31ed48 100644 --- a/src/styles/mash-utilities.css +++ b/src/styles/mash-utilities.css @@ -91,7 +91,7 @@ width: auto; height: auto; padding: 0.5em 1em; - background: #005fcc; + background: var(--color-primary); color: #fff; z-index: var(--z-index-skip-links); outline: none; diff --git a/static/browse-test.html b/static/browse-test.html index f43fadc2..76a8ca60 100644 --- a/static/browse-test.html +++ b/static/browse-test.html @@ -99,7 +99,7 @@ - +
diff --git a/static/browse.html b/static/browse.html index f43fadc2..76a8ca60 100644 --- a/static/browse.html +++ b/static/browse.html @@ -99,7 +99,7 @@ - +
From 15d4c9d3135b706ad6bd8d79c65a26510a4b6211 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 4 Feb 2026 17:09:51 +0100 Subject: [PATCH 3/4] temporarily add profile-pane --- package-lock.json | 1 + package.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index fe487b67..b99ee609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "2.1.0", "license": "MIT", "dependencies": { + "profile-pane": "^3.0.0", "rdflib": "^2.3.5", "solid-logic": "^4.0.2", "solid-panes": "^4.1.0", diff --git a/package.json b/package.json index 5bd14129..9b2c3c94 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ }, "homepage": "https://github.com/solidos/mashlib", "dependencies": { + "profile-pane": "^3.0.0", "rdflib": "^2.3.5", "solid-logic": "^4.0.2", "solid-panes": "^4.1.0", @@ -58,7 +59,8 @@ "rdflib": "$rdflib", "solid-logic": "$solid-logic", "solid-panes": "$solid-panes", - "solid-ui": "$solid-ui" + "solid-ui": "$solid-ui", + "profile-pane": "$profile-pane" }, "devDependencies": { "@babel/cli": "^7.28.6", From 5737036797b8ec0b3915c1880fe714cb362cae4a Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 4 Feb 2026 17:39:33 +0100 Subject: [PATCH 4/4] temp profile-pane --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b99ee609..f5f7dfe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "2.1.0", "license": "MIT", "dependencies": { - "profile-pane": "^3.0.0", + "profile-pane": "^3.0.0-264c7cec", "rdflib": "^2.3.5", "solid-logic": "^4.0.2", - "solid-panes": "^4.1.0", + "solid-panes": "^4.1.0-9f0e8dbe", "solid-ui": "^3.0.4" }, "devDependencies": { @@ -8994,9 +8994,9 @@ "license": "MIT" }, "node_modules/profile-pane": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.0.0.tgz", - "integrity": "sha512-LyX2WI7r41vwdFjA8MIshJyGbpccv2tXnrUeMLvqNhllhg9l7MfGt2Vk9YvlRLTeQ17sV6MPiSE2uSZgW8dYaw==", + "version": "3.0.0-264c7cec", + "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.0.0-264c7cec.tgz", + "integrity": "sha512-5A399UyENMmZVMC6xew7oaQN6zl5RYmhr7l8PS7Wf1JrDDE5D6DiAORdaQfMf9vyYeeB+SAPHwxmFXALFEWSRg==", "license": "MIT", "dependencies": { "lit-html": "^3.3.2", @@ -10132,9 +10132,9 @@ "license": "MIT" }, "node_modules/solid-panes": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/solid-panes/-/solid-panes-4.1.0.tgz", - "integrity": "sha512-8X6TClAapBZZcYmRA7vESau1a0rHQV5mHrbAIx1OTfHjIh3sYj8RP3jq+4NA+AzW1sFUQ0vwBKlnpK9uzXIF+Q==", + "version": "4.1.0-9f0e8dbe", + "resolved": "https://registry.npmjs.org/solid-panes/-/solid-panes-4.1.0-9f0e8dbe.tgz", + "integrity": "sha512-9MGO28dpgWrFMaofoobX6oIkY9QqkXEyWbvhfXleSaJr8RiLSEi71oN/UpyHoAm53Ky+XSTbAsIuSwerkKHkDw==", "license": "MIT", "dependencies": { "@solid/better-simple-slideshow": "^0.1.0", @@ -10148,7 +10148,7 @@ "meeting-pane": "^3.0.1", "mime-types": "^3.0.2", "pane-registry": "^3.0.1", - "profile-pane": "^3.0.0", + "profile-pane": "^3.0.0-264c7cec", "solid-namespace": "^0.5.4", "source-pane": "^3.0.1" } diff --git a/package.json b/package.json index 9b2c3c94..c249df8b 100644 --- a/package.json +++ b/package.json @@ -49,10 +49,10 @@ }, "homepage": "https://github.com/solidos/mashlib", "dependencies": { - "profile-pane": "^3.0.0", + "profile-pane": "^3.0.0-264c7cec", "rdflib": "^2.3.5", "solid-logic": "^4.0.2", - "solid-panes": "^4.1.0", + "solid-panes": "^4.1.0-9f0e8dbe", "solid-ui": "^3.0.4" }, "overrides": {