[PR #8010] chore: remove change and reset path settings #16681

Closed
opened 2026-03-24 21:57:19 +00:00 by mirror · 0 comments
Owner

Original Pull Request: https://github.com/AppFlowy-IO/AppFlowy/pull/8010

State: closed
Merged: Yes


Screenshot 2025-06-02 at 11 11 48 AM

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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.

Summary by Sourcery

Remove the ability to change or reset the data storage path and refactor the current path display to use consistent theming, interactive hover effects, and improved copy/open actions.

Enhancements:

  • Convert the data path text into a clickable link that opens the directory via system file manager
  • Replace hover handling with MouseRegion and GestureDetector, applying AppFlowyTheme for styling and spacing
  • Upgrade the copy-to-clipboard button to use an IndexedStack with a tooltip and theme-aware UI
  • Remove legacy change/reset actions and their associated widgets and imports

Chores:

  • Remove unused imports and comment out obsolete path-setting code
**Original Pull Request:** https://github.com/AppFlowy-IO/AppFlowy/pull/8010 **State:** closed **Merged:** Yes --- ![Screenshot 2025-06-02 at 11 11 48 AM](https://github.com/user-attachments/assets/7cbf9b2f-8500-4af6-9602-f67e130eb476) ### 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 - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. ## Summary by Sourcery Remove the ability to change or reset the data storage path and refactor the current path display to use consistent theming, interactive hover effects, and improved copy/open actions. Enhancements: - Convert the data path text into a clickable link that opens the directory via system file manager - Replace hover handling with MouseRegion and GestureDetector, applying AppFlowyTheme for styling and spacing - Upgrade the copy-to-clipboard button to use an IndexedStack with a tooltip and theme-aware UI - Remove legacy change/reset actions and their associated widgets and imports Chores: - Remove unused imports and comment out obsolete path-setting code
mirror 2026-03-24 21:57:19 +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#16681
No description provided.