Skip to content

Release: merge development into beta#1

Open
github-actions[bot] wants to merge 6 commits intobetafrom
development
Open

Release: merge development into beta#1
github-actions[bot] wants to merge 6 commits intobetafrom
development

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 6, 2026

Automated PR to sync development changes to beta for beta release.

Merging this PR will trigger the beta release workflow.

rubenvdlinde and others added 6 commits February 6, 2026 13:16
Add unstable release, dev-to-beta PR creation, branch protection check,
and lint check workflows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enforce that PRs to main can only come from beta or hotfix branches,
and PRs to beta can only come from development or hotfix branches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add Rijkshuisstijl header styling to MyDash app

- Create header-override.css for white header with blue logo bar
- Override nldesign theme CSS with maximum specificity selectors
- Add Nederland logo in blue bar (matching login page design)
- Load override CSS in Application.php boot() method
- Header is now white with dark icons/text for better contrast

* Update blue bar to stick out above header with Nederland logo

- Blue bar now extends 50px above header (top: -50px)
- Bar height increased to 100px for proper visibility
- Nederland logo copied to mydash/img/ folder for accessibility
- Logo positioned at bottom of blue bar (bottom: 5px)
- Logo uses relative path from CSS folder (../img/nederland-logo.svg)
- Body overflow set to visible to allow bar to extend above page
- Header overflow set to visible for pseudo-elements

* Fix header text and icons to be dark/blue on white background

- Remove filter: invert(1) from icons (was making them white)
- Set all header text to dark gray (#333333)
- Set app name and header links to Rijksblauw (#154273)
- App menu active/hover states use blue (#154273) with bold text
- Unified search icon and SVGs set to dark (#333333)
- User menu, notifications, contacts icons set to dark (opacity: 0.8)
- Settings menu icon filter removed for proper dark display
- All icons and text now properly visible on white header background

* Replace pseudo-element approach with fixed positioning for blue logo bar

BREAKING CHANGE: Switch from CSS ::before/::after to real DOM element positioning

- Use position: fixed on header-appname-container/dashboard link
- Blue bar now targets actual logo element instead of pseudo-elements
- Logo displays at bottom of bar with flexbox (align-items: flex-end)
- Z-index: 9999 ensures bar floats above all content
- Logo made white via filter: brightness(0) invert(1)
- Works with both <img> and <svg> logo elements
- Bar dimensions: 60px wide × 100px tall, positioned at top: 0, left: 5px
- Remove old ::before and ::after pseudo-element code
- Logo now properly visible at bottom of blue bar across all pages

* Update selectors to target correct DOM structure (a#nextcloud)

- Target actual Nextcloud logo link: a#nextcloud and a[href="/"]
- Also target .header-start wrapper (in addition to .header-left)
- Logo div (.logo) background replaced with nederland-logo.svg
- Remove incorrect selectors (.header-appname-container, dashboard link)
- Add legacy support for img/svg elements inside logo link
- Box-sizing: border-box for proper padding calculation
- Logo positioned at bottom via flexbox (align-items: flex-end)
- Fixed positioning ensures logo bar floats above all content

* Fix white space at top and logo positioning at bottom of blue bar

- Remove margin-top and padding-top from html, body, and #body-user
- Eliminates white space above blue bar
- Change flexbox to flex-direction: column with justify-content: flex-end
- Logo now correctly positioned at bottom of blue bar
- Adjust padding: remove all padding except padding-bottom: 10px
- Logo displays at bottom with proper spacing from edge

* Center logo in blue bar with margin: 0 auto and flex-shrink: 0

* Adjust blue bar dimensions and positioning

- Height reduced from 100px to 60px for more compact look

- Left position changed from 5px to 15px

- margin-top: 0px !important to override Nextcloud header.scss

- margin-left: 0px !important for precise positioning

- Logo height adjusted to 30px to fit 60px bar

* Increase blue bar height to 80px and adjust logo size

- Height changed from 60px to 80px for better visual balance

- Logo height adjusted to 32px to fit proportionally

* Add aggressive overrides to center and show logo properly

- visibility: visible !important (was hidden)

- padding: 0 !important (remove 70px left padding)

- text-indent: 0 !important (was -9999px)

- min-height and max-height: 32px (override 50px)

- text-align: center for proper centering

- Logo now properly visible and centered in blue bar

* More fixes on mydash

* Add ESLint configuration and fix linting errors

- Add eslint.config.js with Nextcloud ESLint config
- Add required ESLint dependencies
- Fix indentation and trailing spaces
- All linting checks now pass

* Trying to figure out why the widgets stopt loading

* fix: resolve lint errors in WidgetRenderer

- Merge duplicate pinia imports into single import statement
- Remove unused NcDashboardWidgetItem component registration
- Fix indentation of widgetItems computed property (1 tab too few)
- Remove trailing whitespace

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: add /js/ to gitignore and remove tracked build artifacts

Build output should not be committed to the repository.
Simplified gitignore to ignore the entire /js/ directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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