[PR #1831] [MERGED] Feat/appflowy tauri #4964

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1831
Author: @mikiastilahun
Created: 2/9/2023
Status: Merged
Merged: 2/10/2023
Merged by: @appflowy

Base: feat/appflowy_tauriHead: feat/appflowy_tauri


📝 Commits (10+)

  • b922312 feat:grid view structure
  • 8d5fa03 feat:add store and refactor grid page
  • 43f461e chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar
  • 1c8f756 feat: auth screens(login, signup and confirm-account) ui done
  • bd68179 chore: add tailwind class sorter and formatted all files
  • d90d003 chore: group svgs into single folder
  • a2858b2 chore: resolve warnings in svg files
  • 5a8ffe2 fix: use exported fieldType enum
  • 4c33b30 fix: resolve FieldType referances
  • 7b3b8f1 chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click

📊 Changes

88 files changed (+1246 additions, -131 deletions)

View changed files

frontend/appflowy_tauri/.prettierrc (+0 -20)
frontend/appflowy_tauri/.prettierrc.cjs (+20 -0)
📝 frontend/appflowy_tauri/package.json (+3 -0)
📝 frontend/appflowy_tauri/postcss.config.cjs (+1 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/App.tsx (+23 -12)
📝 frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestApiButton.tsx (+1 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/components/TestColors/TestColors.tsx (+30 -30)
📝 frontend/appflowy_tauri/src/appflowy_app/components/TestFonts/TestFonts.tsx (+3 -3)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/Popup.tsx (+2 -2)
frontend/appflowy_tauri/src/appflowy_app/components/_shared/SearchInput.tsx (+21 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/AddSvg.tsx (+0 -0)
frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/AppflowyLogo.tsx (+42 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/BoardSvg.tsx (+0 -0)
frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/ChecklistTypeSvg.tsx (+13 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/CopySvg.tsx (+0 -0)
frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/DateTypeSvg.tsx (+15 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/Details2Svg.tsx (+0 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/DocumentSvg.tsx (+0 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/EditSvg.tsx (+0 -0)
frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/EyeClosedSvg.tsx (+13 -0)

...and 68 more files

📄 Description

No description provided


🔄 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/1831 **Author:** [@mikiastilahun](https://github.com/mikiastilahun) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 2/10/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `feat/appflowy_tauri` ← **Head:** `feat/appflowy_tauri` --- ### 📝 Commits (10+) - [`b922312`](https://github.com/AppFlowy-IO/AppFlowy/commit/b922312ce3ee222e92a4f9ca356ad691f36683c1) feat:grid view structure - [`8d5fa03`](https://github.com/AppFlowy-IO/AppFlowy/commit/8d5fa031eafe483fe1118350b7dd8afa7e6c75c4) feat:add store and refactor grid page - [`43f461e`](https://github.com/AppFlowy-IO/AppFlowy/commit/43f461e975528262455ebcf26c28e7cd5b5b1839) chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar - [`1c8f756`](https://github.com/AppFlowy-IO/AppFlowy/commit/1c8f756327b9475568956a97c4460faa86af4bde) feat: auth screens(login, signup and confirm-account) ui done - [`bd68179`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd68179968a015bdeebed0eb4a535e2fb0a3bb14) chore: add tailwind class sorter and formatted all files - [`d90d003`](https://github.com/AppFlowy-IO/AppFlowy/commit/d90d0032b40de34b78725499378674a7ad8b2259) chore: group svgs into single folder - [`a2858b2`](https://github.com/AppFlowy-IO/AppFlowy/commit/a2858b2f596698e59ac069ade6d503236f4c4fc8) chore: resolve warnings in svg files - [`5a8ffe2`](https://github.com/AppFlowy-IO/AppFlowy/commit/5a8ffe2f05de05f288483df20a2a3df9380f117f) fix: use exported fieldType enum - [`4c33b30`](https://github.com/AppFlowy-IO/AppFlowy/commit/4c33b306bc38b872d71e255819276c3ea7cc06c5) fix: resolve FieldType referances - [`7b3b8f1`](https://github.com/AppFlowy-IO/AppFlowy/commit/7b3b8f1028c7456fc52d7867d04e5cd585ad6279) chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click ### 📊 Changes **88 files changed** (+1246 additions, -131 deletions) <details> <summary>View changed files</summary> ➖ `frontend/appflowy_tauri/.prettierrc` (+0 -20) ➕ `frontend/appflowy_tauri/.prettierrc.cjs` (+20 -0) 📝 `frontend/appflowy_tauri/package.json` (+3 -0) 📝 `frontend/appflowy_tauri/postcss.config.cjs` (+1 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/App.tsx` (+23 -12) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestApiButton.tsx` (+1 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/TestColors/TestColors.tsx` (+30 -30) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/TestFonts/TestFonts.tsx` (+3 -3) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/Popup.tsx` (+2 -2) ➕ `frontend/appflowy_tauri/src/appflowy_app/components/_shared/SearchInput.tsx` (+21 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/AddSvg.tsx` (+0 -0) ➕ `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/AppflowyLogo.tsx` (+42 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/BoardSvg.tsx` (+0 -0) ➕ `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/ChecklistTypeSvg.tsx` (+13 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/CopySvg.tsx` (+0 -0) ➕ `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/DateTypeSvg.tsx` (+15 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/Details2Svg.tsx` (+0 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/DocumentSvg.tsx` (+0 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/EditSvg.tsx` (+0 -0) ➕ `frontend/appflowy_tauri/src/appflowy_app/components/_shared/svg/EyeClosedSvg.tsx` (+13 -0) _...and 68 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:36 +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#4964
No description provided.