[PR #44] [MERGED] [core] Fix Border Radius for Drawer #49

Closed
opened 2025-10-31 16:56:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/44
Author: @ricoberger
Created: 10/22/2023
Status: Merged
Merged: 10/22/2023
Merged by: @ricoberger

Base: mainHead: core-fix-border-radius-for-drawer


📝 Commits (1)

  • 21f3a63 [core] Fix Border Radius for Drawer

📊 Changes

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

View changed files

📝 app/lib/widgets/deck/deck_layout_large.dart (+3 -3)

📄 Description

This commit fixes the border radius for the drawer used in the large deck layout. Until now the drawer used the border radius on all edges. This is now fixed to only use the border radius on the right side of the drawer. This is more aligned how the border radius is used in the side sheet for the item details, where we also only use it on the left side.


🔄 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/feeddeck/feeddeck/pull/44 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/22/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-fix-border-radius-for-drawer` --- ### 📝 Commits (1) - [`21f3a63`](https://github.com/feeddeck/feeddeck/commit/21f3a637cd6f890b4443c9b1e870f98bce1c6195) [core] Fix Border Radius for Drawer ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/deck/deck_layout_large.dart` (+3 -3) </details> ### 📄 Description This commit fixes the border radius for the drawer used in the large deck layout. Until now the drawer used the border radius on all edges. This is now fixed to only use the border radius on the right side of the drawer. This is more aligned how the border radius is used in the side sheet for the item details, where we also only use it on the left side. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#49