Open
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…dOS/folder-pane into refactor/styles-separateCSS
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>
…dOS/folder-pane into refactor/styles-separateCSS
There was a problem hiding this comment.
Pull request overview
This PR introduces responsive, CSS-based styling for the folder pane and adds a Webpack-based build/dev workflow (including a local dev server harness) to bundle the pane and its styles.
Changes:
- Add component styles (
src/styles/*.css) and wire them intosrc/folderPane.tsvia CSS imports; replace several inline styles with CSS classes. - Introduce Webpack configs (prod + dev server) and shared module rules to bundle TS/JS and CSS, plus copy styles to
lib/styles. - Update packaging/build: switch
buildto Webpack + declaration-only TS emit, addtypes, mark CSS as side effects, and add astartdev-server script.
Reviewed changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| webpack.module.rules.mjs | Adds shared Webpack loader rules for TS/JS, global CSS, CSS modules, and TTL assets. |
| webpack.dev.config.mjs | Adds a dev-server Webpack config for local development. |
| webpack.config.mjs | Adds production Webpack bundling (normal + minified UMD) and copies styles into lib/. |
| tsconfig.json | Includes an additional .d.ts file in the TS program. |
| src/styles/utilities.css | Adds shared CSS variables (e.g., icon sizing). |
| src/styles/folderPane.css | Adds responsive CSS for folder pane layout and elements. |
| src/folderPane.ts | Switches from inline styles to CSS classes and imports the new CSS. |
| package.json | Updates entrypoints/build scripts and adds Webpack-related devDependencies and dev-server script. |
| dev/index.js | Adds a standalone dev harness to render the pane against a target Solid pod. |
| dev/index.html | Adds the dev server HTML shell. |
| dev/dev-global.css | Adds a large set of global dev-only CSS variables/resets for local testing. |
| dev/context.js | Adds a minimal Solid-Logic based context for the dev harness. |
| declarations.d.ts | Adds TypeScript declarations for importing .css files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
added 2 commits
April 16, 2026 14:43
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
responsive css