Skip to content

Milestone3m [WiP]#369

Merged
bourgeoa merged 75 commits intomainfrom
milestone3m
Apr 24, 2026
Merged

Milestone3m [WiP]#369
bourgeoa merged 75 commits intomainfrom
milestone3m

Conversation

@timea-solid
Copy link
Copy Markdown
Member

@timea-solid timea-solid commented Apr 13, 2026

This work includes:

added mobile capability (viewport)
added theme capability
refactored the table in databrowser.html for better mobile and a11y response

The goal is the Solid Symposium

timea-solid and others added 30 commits March 23, 2026 11:50
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 14 out of 17 changed files in this pull request and generated 10 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/styles/mash-utilities.css Outdated
Comment thread src/styles/mash.css Outdated
Comment thread src/databrowser.html
Comment on lines +45 to 55
<table
id="OutlineView"
class="outline-view"
aria-label="Resource browser"
>
<!--
Pane icon tray (nav) and pane content are injected here by
OutlineManager.GotoSubject / propertyTable / outlineExpand.
Each subject block is a <article class="subject-block">.
-->
</table>
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

src/databrowser.html no longer includes a <table id="outline">, and instead uses <table id="OutlineView">. The rest of the repo (e.g., static/browse.html, tests) consistently uses id="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 keeping id="outline" (or providing it as an alias) unless you can confirm all consumers now target OutlineView.

Copilot uses AI. Check for mistakes.
Comment thread webpack.config.mjs Outdated
Comment thread src/styles/themes/light.css Outdated
Comment thread src/styles/mash.css Outdated
Comment thread src/index.ts
Comment thread src/index.ts
Comment thread README.md Outdated
Comment thread src/styles/mash-utilities.css
timea-solid and others added 12 commits April 23, 2026 20:11
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bourgeoa bourgeoa enabled auto-merge April 24, 2026 13:53
@bourgeoa bourgeoa merged commit 38affb8 into main Apr 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants