-
Notifications
You must be signed in to change notification settings - Fork 27
Milestone3m [WiP] #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
timea-solid
wants to merge
72
commits into
main
Choose a base branch
from
milestone3m
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Milestone3m [WiP] #369
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
e00b513
added preparations for mobile
timea-solid 97728df
cnosolidation of mobile options
timea-solid 323e81c
SolidOS app title
timea-solid 1043c5c
removed old table structure form databrowser.html
timea-solid 0e4918f
removed old table structure form databrowser.html
timea-solid 3a9b087
SolidOS app title
timea-solid 476a36c
cnosolidation of mobile options
timea-solid d294201
some merge issues
timea-solid 4723132
merge main
timea-solid 7d61e49
merge main
timea-solid 5fd8127
Update README.md
timea-solid ec908b9
Update src/styles/mash.css
timea-solid c5ed774
Update src/styles/mash.css
timea-solid 641de88
Update src/styles/mash.css
timea-solid 5a6f721
Update src/index.ts
timea-solid f23652e
fixed header issue
timea-solid a2da363
fixed header issue
timea-solid d579d83
added left side menu to databrowser only
timea-solid 4441a66
updated pane-registry
timea-solid 917fe0b
merge main
timea-solid 81ada6a
updates some css for header
timea-solid 2f9dc1a
added web components and improved header
timea-solid a361f2b
updated package.json
timea-solid 67da899
add new styles and vars
SharonStrats 22e7dd3
needed to save
SharonStrats b8a2995
Fix databrowser shell mounts and environment sync
824349a
Merge branch 'milestone3m' of https://github.com/solidos/mashlib into…
c8231db
npm run build:workspace for linked packages
cb0f338
cleanup
7ca2c38
btn and border styles
SharonStrats 679a830
Merge branch 'milestone3m' of https://github.com/SolidOS/mashlib into…
SharonStrats e57d57e
delete static styles
timea-solid b5a179c
updated to node 24
timea-solid 30c7a74
add gray 500
SharonStrats 36762f4
fix build
timea-solid 7484b43
aligned some css
timea-solid 4221068
font weight medium
SharonStrats 33e6fee
gap xxs
SharonStrats 295b47c
Merge branch 'milestone3m' of https://github.com/SolidOS/mashlib into…
SharonStrats 31b6b9d
color and border md
SharonStrats cc5423c
font size xxs
SharonStrats 53f9ff7
added colors, header style, fixed build, changed header
timea-solid 7bc9b03
Merge branch 'milestone3m' of https://github.com/solidos/mashlib into…
timea-solid 152d2bc
header colors
SharonStrats e09bf75
merge with main
SharonStrats a25e751
additional vars
SharonStrats 970cc1c
fixed build with web components form solid-ui
timea-solid a19f587
Merge branch 'milestone3m' of https://github.com/solidos/mashlib into…
timea-solid 235c48c
updated lock
timea-solid e6a2dec
new lav color
SharonStrats 9adad2e
cleanup + few contact-pane additions
SharonStrats 77517e7
.hidden add important
SharonStrats fd29afd
new blue color
SharonStrats a5312e2
imporved left side menu style
timea-solid b0df481
Merge branch 'main' into milestone3m
bourgeoa dc7d835
profile pane render fix
timea-solid d447052
comment out selected color mash css */
SharonStrats 09fb3dc
improved menu and style
timea-solid c9e0037
Merge branch 'milestone3m' of https://github.com/solidos/mashlib into…
timea-solid a279ca7
Update README.md
timea-solid f6b8310
Update README.md
timea-solid 57174be
Update README.md
timea-solid 57f37f8
Merge branch 'main' into milestone3m
timea-solid b361124
Update src/styles/mash-utilities.css
timea-solid cfc73c0
Update src/styles/mash.css
timea-solid 0f7833b
Update webpack.config.mjs
timea-solid ed13b88
Update src/styles/themes/light.css
timea-solid 07bd57a
Update src/styles/mash.css
timea-solid 861cf6c
Update README.md
timea-solid e4a3e5c
update solid-ui
timea-solid ad3c074
updated browser.html
timea-solid 6773081
fix browse.html
timea-solid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| // AI generated as a solution to cannot find SolidLogic | ||
| // Must be imported BEFORE solid-ui / solid-panes. | ||
| // Their prebuilt bundles treat `solid-logic` (and `rdflib`) as UMD externals | ||
| // with `root: "SolidLogic"` / `root: "$rdf"`, so the globals must exist on | ||
| // `window` at module-evaluation time, not after all imports have run. | ||
| import * as $rdf from 'rdflib' | ||
| import * as SolidLogic from 'solid-logic' | ||
|
|
||
| const w: any = window | ||
| w.$rdf = $rdf | ||
| w.SolidLogic = SolidLogic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/databrowser.htmlno longer includes a<table id="outline">, and instead uses<table id="OutlineView">. The rest of the repo (e.g.,static/browse.html, tests) consistently usesid="outline"as the outliner mount point, so this is very likely to break Solid panes/outliner initialization unless the downstream code was updated to match. Consider keepingid="outline"(or providing it as an alias) unless you can confirm all consumers now targetOutlineView.