nextcloud / nextcloud/whiteboard

Prevent Nextcloud core styles from bleeding into Whiteboard UI

Open
#722 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop design high
Dominant language
JavaScript
Stars
215
Forks
39
Avg merge
1d 3h
Merged PRs (30d)
32

Description

Problem

Global Nextcloud CSS occasionally overrides Whiteboard canvas styles, altering typography, colors, and control appearance.

Tasks

  • Audit components for unintended inheritance from global CSS.
  • Tighten style scoping so Excalidraw primitives keep their intended appearance across themes.
  • Document the isolation approach to avoid regressions.

Acceptance criteria

  • Canvas UI matches Excalidraw defaults regardless of parent theme.
  • Checklist or guidelines exist for future UI to stay isolated.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by auditing Whiteboard components and Excalidraw primitives for inherited global styles, then compare the canvas UI under different parent themes. Done means the canvas matches Excalidraw defaults regardless of theme and a checklist or guideline documents the isolation approach for future UI.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, javascript
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.