Skip to content

local dev setup#184

Open
timea-solid wants to merge 12 commits intomainfrom
devSetup
Open

local dev setup#184
timea-solid wants to merge 12 commits intomainfrom
devSetup

Conversation

@timea-solid
Copy link
Member

I added a dev folder and a dev webpack together with a npm run start script to be able to develop contacts pane standalone.

Copilot AI review requested due to automatic review settings February 16, 2026 09:29
Copy link
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

Adds a standalone local development setup so the contacts pane can be run outside the larger app environment.

Changes:

  • Introduce a dev-only webpack config and npm start script for webpack-dev-server
  • Add a dev/ entrypoint (index.ts), HTML template, and supporting context/CSS to render the pane standalone
  • Add webpack-related dev dependencies for the dev server setup

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
webpack.dev.config.mjs New webpack dev-server configuration for standalone pane development
package.json Adds start script and webpack dev tooling dependencies
dev/index.ts Dev entrypoint wiring auth + fetch + pane rendering into the page
dev/index.html Dev HTML template that loads globals and hosts the dev UI
dev/dev-global.css Dev-only global styling overrides
dev/context.ts Minimal DataBrowserContext + fetcher export for the dev app

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

Copy link

Copilot AI commented Feb 16, 2026

@timea-solid I've opened a new pull request, #185, to work on those changes. Once the pull request is ready, I'll request review from you.

timea-solid and others added 4 commits February 16, 2026 10:40
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

Copilot AI commented Feb 16, 2026

@timea-solid I've opened a new pull request, #186, to work on those changes. Once the pull request is ready, I'll request review from you.

timea-solid and others added 5 commits February 16, 2026 10:42
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: timea-solid <4144203+timea-solid@users.noreply.github.com>
Co-authored-by: timea-solid <4144203+timea-solid@users.noreply.github.com>
[WIP] Address feedback on local dev setup pull request
[WIP] Update local dev setup based on review feedback
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.

2 participants