Skip to content

Feat/all panels styling#87

Draft
cavenel wants to merge 6 commits intodevelopmentfrom
feat/all-panels-styling
Draft

Feat/all panels styling#87
cavenel wants to merge 6 commits intodevelopmentfrom
feat/all-panels-styling

Conversation

@cavenel
Copy link
Contributor

@cavenel cavenel commented Mar 23, 2026

No description provided.

@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.78%. Comparing base (ca88f16) to head (91eb141).

Additional details and impacted files
@@             Coverage Diff              @@
##           development      #87   +/-   ##
============================================
  Coverage        99.78%   99.78%           
============================================
  Files                9        9           
  Lines              459      459           
  Branches           115      115           
============================================
  Hits               458      458           
  Misses               1        1           
Flag Coverage Δ
unittests 99.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

onDragEnd={(event) => {
const { source, canceled } = event.operation;
if (isSortable(source) && !canceled) {
// dnd-kit optimistically updates the DOM
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to keep

<Button
variant="ghost"
onClick={() => {
if (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (
// TODO replace by dialog overlay
if (

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