[PR #3424] [MERGED] fix: visual bug on board accessory #5723

Closed
opened 2026-03-23 22:20:01 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3424
Author: @onyicodes
Created: 9/17/2023
Status: Merged
Merged: 9/19/2023
Merged by: @LucasXu0

Base: mainHead: fix_visual_bug_board_accessory


📝 Commits (9)

  • d3e38a5 fix: visual bug on board accessory
  • e56329a style-fix: dart analyser fix
  • c51bcf2 style-fix: used dart format
  • 5aa7f2a Merge branch 'main' into fix_visual_bug_board_accessory
  • 417748a fix: visual bug on board accessory
  • ec4b627 feat: integrate appflowy-cloud (#3359)
  • 6882ac3 Merge branch 'fix_visual_bug_board_accessory' of https://github.com/onyicodes/AppFlowy into fix_visual_bug_board_accessory
  • 6fd728a chore: Merge branch 'main' into fix_visual_bug_board_accessory
  • 245e73f Merge branch 'main' into fix_visual_bug_board_accessory

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/container/accessory.dart (+4 -1)

📄 Description

Fixed bug causing discontinuous border on board accessory. The border is now smooth and not discontinuous at the edges like before.
See images below:

Before
rough_accessory

After

rounded_card

rounded_card2

Feature Preview


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/3424 **Author:** [@onyicodes](https://github.com/onyicodes) **Created:** 9/17/2023 **Status:** ✅ Merged **Merged:** 9/19/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_visual_bug_board_accessory` --- ### 📝 Commits (9) - [`d3e38a5`](https://github.com/AppFlowy-IO/AppFlowy/commit/d3e38a5b354dd5c5795b0f704cde9233d1f55b79) fix: visual bug on board accessory - [`e56329a`](https://github.com/AppFlowy-IO/AppFlowy/commit/e56329a0e0896cae7f99e0c107edcb176cc4cd83) style-fix: dart analyser fix - [`c51bcf2`](https://github.com/AppFlowy-IO/AppFlowy/commit/c51bcf25ab9f4e97f0e842de237b1461ba61f923) style-fix: used dart format - [`5aa7f2a`](https://github.com/AppFlowy-IO/AppFlowy/commit/5aa7f2a769ea5991dd66b1dee584d6c0dfcc1e1c) Merge branch 'main' into fix_visual_bug_board_accessory - [`417748a`](https://github.com/AppFlowy-IO/AppFlowy/commit/417748a307ff7e7d2a8625dc0ce4cae9cec9b5c2) fix: visual bug on board accessory - [`ec4b627`](https://github.com/AppFlowy-IO/AppFlowy/commit/ec4b627acfaf1683983b3e0194958d1e772678aa) feat: integrate appflowy-cloud (#3359) - [`6882ac3`](https://github.com/AppFlowy-IO/AppFlowy/commit/6882ac3bde99c3a6aeb96528f9f1e8b6f3aedd43) Merge branch 'fix_visual_bug_board_accessory' of https://github.com/onyicodes/AppFlowy into fix_visual_bug_board_accessory - [`6fd728a`](https://github.com/AppFlowy-IO/AppFlowy/commit/6fd728a4ca9364cff45b113e09c785092ddf23f3) chore: Merge branch 'main' into fix_visual_bug_board_accessory - [`245e73f`](https://github.com/AppFlowy-IO/AppFlowy/commit/245e73f2e5f9994a24e34f21da818b09cb033a65) Merge branch 'main' into fix_visual_bug_board_accessory ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/container/accessory.dart` (+4 -1) </details> ### 📄 Description Fixed bug causing discontinuous border on board accessory. The border is now smooth and not discontinuous at the edges like before. See images below: Before ![rough_accessory](https://github.com/AppFlowy-IO/AppFlowy/assets/25469676/2cb09c9e-53a5-4219-af8e-52a45d3244f6) After ![rounded_card](https://github.com/AppFlowy-IO/AppFlowy/assets/25469676/e0e4ac52-c32d-4b33-b34d-26caf310ab72) ![rounded_card2](https://github.com/AppFlowy-IO/AppFlowy/assets/25469676/d7b62061-1617-4d13-8074-da1deee06de6) <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5723
No description provided.