[PR #789] [MERGED] feature: Shortcut for collapse the left sidebar #692 #4343

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/789
Author: @naughtz
Created: 8/8/2022
Status: Merged
Merged: 8/29/2022
Merged by: @appflowy

Base: mainHead: #692


📝 Commits (10+)

📊 Changes

26 files changed (+168 additions, -23 deletions)

View changed files

📝 .github/workflows/ci.yaml (+1 -0)
📝 frontend/app_flowy/assets/translations/ca-ES.json (+4 -0)
📝 frontend/app_flowy/assets/translations/de-DE.json (+4 -0)
📝 frontend/app_flowy/assets/translations/en.json (+4 -0)
📝 frontend/app_flowy/assets/translations/es-VE.json (+4 -0)
📝 frontend/app_flowy/assets/translations/fr-CA.json (+4 -0)
📝 frontend/app_flowy/assets/translations/fr-FR.json (+4 -0)
📝 frontend/app_flowy/assets/translations/hu-HU.json (+4 -0)
📝 frontend/app_flowy/assets/translations/id-ID.json (+4 -0)
📝 frontend/app_flowy/assets/translations/it-IT.json (+4 -0)
📝 frontend/app_flowy/assets/translations/ja-JP.json (+4 -0)
📝 frontend/app_flowy/assets/translations/pl-PL.json (+4 -0)
📝 frontend/app_flowy/assets/translations/pt-BR.json (+4 -0)
📝 frontend/app_flowy/assets/translations/pt-PT.json (+4 -0)
📝 frontend/app_flowy/assets/translations/ru-RU.json (+4 -0)
📝 frontend/app_flowy/assets/translations/tr-TR.json (+4 -0)
📝 frontend/app_flowy/assets/translations/zh-CN.json (+4 -0)
📝 frontend/app_flowy/assets/translations/zh-TW.json (+4 -0)
📝 frontend/app_flowy/lib/main.dart (+4 -0)
📝 frontend/app_flowy/lib/workspace/presentation/home/home_screen.dart (+6 -2)

...and 6 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/789 **Author:** [@naughtz](https://github.com/naughtz) **Created:** 8/8/2022 **Status:** ✅ Merged **Merged:** 8/29/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `#692` --- ### 📝 Commits (10+) - [`88423c1`](https://github.com/AppFlowy-IO/AppFlowy/commit/88423c1e86ead2816804dd30af39ad72f8fb1bb1) feature: Shortcut for collapse the left sidebar #692 - [`1c19bee`](https://github.com/AppFlowy-IO/AppFlowy/commit/1c19bee773d4774c8b33a698ba20989198a61dbf) fix: fix actions fail - [`799d2c5`](https://github.com/AppFlowy-IO/AppFlowy/commit/799d2c57ab28f60737f0b70f59c09307d913533b) Update ci.yaml - [`fd57b0d`](https://github.com/AppFlowy-IO/AppFlowy/commit/fd57b0dc3635154acb5a2577e7d0600dd20b0517) feat: install keybinder-3.0 on ubuntu - [`0538bb4`](https://github.com/AppFlowy-IO/AppFlowy/commit/0538bb44e329f881c2937f17717d7192b20497d8) Merge branch '#692' of https://github.com/naughtz/appflowy into #692 - [`2853831`](https://github.com/AppFlowy-IO/AppFlowy/commit/2853831442a15ae4177d9ae457d8db56eecff0e4) Merge branch 'main' into #692 - [`22f544a`](https://github.com/AppFlowy-IO/AppFlowy/commit/22f544a9100fc4af7360eab79535858c78fa8a14) feat: add translation - [`1a59bd7`](https://github.com/AppFlowy-IO/AppFlowy/commit/1a59bd75e233aa73a27747e5433963bc07653d64) Merge branch '#692' of https://github.com/naughtz/appflowy into #692 - [`6dca0fd`](https://github.com/AppFlowy-IO/AppFlowy/commit/6dca0fddf9a1af5f68cd647ce776d62ca11a6b83) Merge branch 'main' into #692 - [`11d5c9d`](https://github.com/AppFlowy-IO/AppFlowy/commit/11d5c9d53ade495d4a90d09d285b2d8177bb3dd6) Merge branch 'main' into #692 ### 📊 Changes **26 files changed** (+168 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+1 -0) 📝 `frontend/app_flowy/assets/translations/ca-ES.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/de-DE.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/en.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/es-VE.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/fr-CA.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/fr-FR.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/hu-HU.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/id-ID.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/it-IT.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/ja-JP.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/pl-PL.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/pt-BR.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/pt-PT.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/ru-RU.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/tr-TR.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/zh-CN.json` (+4 -0) 📝 `frontend/app_flowy/assets/translations/zh-TW.json` (+4 -0) 📝 `frontend/app_flowy/lib/main.dart` (+4 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/home/home_screen.dart` (+6 -2) _...and 6 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 21:37:23 +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#4343
No description provided.