[PR #2737] [MERGED] fix: can't input url in Grid #5399

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2737
Author: @LucasXu0
Created: 6/8/2023
Status: Merged
Merged: 6/8/2023
Merged by: @appflowy

Base: developHead: fix_launch_url


📝 Commits (6)

  • b711731 fix: launch url in url cell
  • d56aa77 fix: can't input url in Grid
  • 54c2211 feat: support selecting or deselecting all items in export page
  • 9c6cead fix: remove the circle shape
  • 127ca70 fix: light mode toolbar color
  • bb7a33b chore: update language and adjust the launch page

📊 Changes

12 files changed (+149 additions, -108 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+7 -4)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/url_cell/url_cell.dart (+57 -64)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+18 -16)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart (+7 -4)
📝 frontend/appflowy_flutter/lib/user/presentation/skip_log_in_screen.dart (+6 -3)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/settings_file_exporter_cubit.dart (+15 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_export_file_widget.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_exporter_widget.dart (+23 -3)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/color_picker.dart (+6 -5)
📝 frontend/rust-lib/flowy-sqlite/src/kv/kv.rs (+1 -1)

📄 Description

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/2737 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `fix_launch_url` --- ### 📝 Commits (6) - [`b711731`](https://github.com/AppFlowy-IO/AppFlowy/commit/b711731352cb8d730bcfd2837a99142f896cac38) fix: launch url in url cell - [`d56aa77`](https://github.com/AppFlowy-IO/AppFlowy/commit/d56aa77a359fa0fd0c641030094c8875769d4f01) fix: can't input url in Grid - [`54c2211`](https://github.com/AppFlowy-IO/AppFlowy/commit/54c2211c8aeef49d38b06944f84ce5a78b3dbe15) feat: support selecting or deselecting all items in export page - [`9c6cead`](https://github.com/AppFlowy-IO/AppFlowy/commit/9c6cead990449ac3d141912be2e8931b11257cff) fix: remove the circle shape - [`127ca70`](https://github.com/AppFlowy-IO/AppFlowy/commit/127ca70943b2b64bcfc154905134d3f18a8861bf) fix: light mode toolbar color - [`bb7a33b`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb7a33bee092f77dedcdbe406f3d416a39b700e0) chore: update language and adjust the launch page ### 📊 Changes **12 files changed** (+149 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+7 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/url_cell/url_cell.dart` (+57 -64) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+18 -16) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart` (+7 -4) 📝 `frontend/appflowy_flutter/lib/user/presentation/skip_log_in_screen.dart` (+6 -3) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/settings_file_exporter_cubit.dart` (+15 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_export_file_widget.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_exporter_widget.dart` (+23 -3) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/color_picker.dart` (+6 -5) 📝 `frontend/rust-lib/flowy-sqlite/src/kv/kv.rs` (+1 -1) </details> ### 📄 Description <!--- 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:18:34 +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#5399
No description provided.