[PR #5910] [MERGED] chore: replace property icons in database #7078

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5910
Author: @annieappflowy
Created: 8/9/2024
Status: Merged
Merged: 8/9/2024
Merged by: @appflowy

Base: mainHead: replace_property_icons


📝 Commits (1)

  • 214b724 chore: replace property icons in database

📊 Changes

17 files changed (+117 additions, -43 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/util/field_type_extension.dart (+2 -2)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text.dart (+4 -3)
📝 frontend/resources/flowy_icons/16x/ai_summary.svg (+25 -1)
📝 frontend/resources/flowy_icons/16x/ai_translate.svg (+9 -1)
📝 frontend/resources/flowy_icons/16x/checkbox.svg (+12 -2)
📝 frontend/resources/flowy_icons/16x/checklist.svg (+6 -2)
frontend/resources/flowy_icons/16x/created_at.svg (+0 -7)
frontend/resources/flowy_icons/16x/created_time.svg (+5 -0)
📝 frontend/resources/flowy_icons/16x/date.svg (+14 -4)
frontend/resources/flowy_icons/16x/last_edited_time.svg (+4 -0)
frontend/resources/flowy_icons/16x/last_modified.svg (+0 -3)
📝 frontend/resources/flowy_icons/16x/multiselect.svg (+7 -6)
📝 frontend/resources/flowy_icons/16x/number.svg (+4 -1)
📝 frontend/resources/flowy_icons/16x/relation.svg (+10 -6)
📝 frontend/resources/flowy_icons/16x/single_select.svg (+4 -2)
📝 frontend/resources/flowy_icons/16x/text.svg (+7 -2)
📝 frontend/resources/flowy_icons/16x/url.svg (+4 -1)

📄 Description

Feature Preview

image image

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.

🔄 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/5910 **Author:** [@annieappflowy](https://github.com/annieappflowy) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `replace_property_icons` --- ### 📝 Commits (1) - [`214b724`](https://github.com/AppFlowy-IO/AppFlowy/commit/214b7243b4086b3cad4aa2c5e6c19853d91aa7a8) chore: replace property icons in database ### 📊 Changes **17 files changed** (+117 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/util/field_type_extension.dart` (+2 -2) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text.dart` (+4 -3) 📝 `frontend/resources/flowy_icons/16x/ai_summary.svg` (+25 -1) 📝 `frontend/resources/flowy_icons/16x/ai_translate.svg` (+9 -1) 📝 `frontend/resources/flowy_icons/16x/checkbox.svg` (+12 -2) 📝 `frontend/resources/flowy_icons/16x/checklist.svg` (+6 -2) ➖ `frontend/resources/flowy_icons/16x/created_at.svg` (+0 -7) ➕ `frontend/resources/flowy_icons/16x/created_time.svg` (+5 -0) 📝 `frontend/resources/flowy_icons/16x/date.svg` (+14 -4) ➕ `frontend/resources/flowy_icons/16x/last_edited_time.svg` (+4 -0) ➖ `frontend/resources/flowy_icons/16x/last_modified.svg` (+0 -3) 📝 `frontend/resources/flowy_icons/16x/multiselect.svg` (+7 -6) 📝 `frontend/resources/flowy_icons/16x/number.svg` (+4 -1) 📝 `frontend/resources/flowy_icons/16x/relation.svg` (+10 -6) 📝 `frontend/resources/flowy_icons/16x/single_select.svg` (+4 -2) 📝 `frontend/resources/flowy_icons/16x/text.svg` (+7 -2) 📝 `frontend/resources/flowy_icons/16x/url.svg` (+4 -1) </details> ### 📄 Description ### Feature Preview <img width="1069" alt="image" src="https://github.com/user-attachments/assets/560b12a5-8b08-42c7-8874-272f953203a2"> <img width="165" alt="image" src="https://github.com/user-attachments/assets/b3e8c1a1-6455-4826-a7da-ffd109968c2f"> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:00 +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#7078
No description provided.