Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

fix: align webpack config and sidebar with shared patterns#177

Merged
rubenvdlinde merged 3 commits into
developmentfrom
fix/webpack-sidebar-alignment
May 19, 2026
Merged

fix: align webpack config and sidebar with shared patterns#177
rubenvdlinde merged 3 commits into
developmentfrom
fix/webpack-sidebar-alignment

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

  • Extend base webpack config instead of replacing webpackConfig.resolve and webpackConfig.module
  • Add NodePolyfillPlugin@4.0.0 for process polyfill compatibility
  • Add CnObjectSidebar + objectSidebarState provide/inject for proper Nextcloud sidebar positioning

Why

All Conduction apps should follow the same webpack and sidebar patterns as OpenCatalogi (the reference implementation). See ADR-017 and ADR-018.

- Extend base webpack config instead of replacing resolve/module
- Add NodePolyfillPlugin for process polyfill compatibility
- Add CnObjectSidebar + objectSidebarState for proper sidebar positioning
- Follows ADR-017 (component composition) and ADR-018 (header actions)
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/planix @ 05d5037

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm ✅ 215/215
PHPUnit ⏭️
Newman ⏭️
Playwright ⏭️

Quality workflow — 2026-04-15 07:35 UTC

Download the full PDF report from the workflow artifacts.

Settings link in gear foldout now opens NcAppSettingsDialog modal
instead of routing to /settings page. Matches ADR-004 pattern:
- Admin config: /settings/admin/{appid} (NC admin panel)
- In-app settings: NcAppSettingsDialog modal from gear menu
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/planix @ afdbdd7

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm ✅ 215/215
PHPUnit
Newman ⏭️
Playwright ⏭️

Quality workflow — 2026-04-27 20:51 UTC

Download the full PDF report from the workflow artifacts.

@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/planix @ ca46911

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm ✅ 215/215
PHPUnit
Newman ⏭️
Playwright ⏭️

Coverage: 0% (0/3 statements)


Quality workflow — 2026-05-19 03:34 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit 8808b1a into development May 19, 2026
26 checks passed
@rubenvdlinde rubenvdlinde deleted the fix/webpack-sidebar-alignment branch May 19, 2026 05:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant