[PR #439] [MERGED] Fix mobile app #756

Closed
opened 2026-03-03 00:23:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/439
Author: @Rokt33r
Created: 4/26/2020
Status: Merged
Merged: 4/26/2020
Merged by: @Rokt33r

Base: masterHead: fix-mobile-app


📝 Commits (10+)

  • e36e457 Replace custom icons with mdi
  • 6097f26 Replace all custom icons with mdi
  • c3eb5e4 Restructure Navigator components
  • ccda984 Extract StorageNavigatorFragment from Navigator
  • 67ff274 Adjust nav icon size
  • 7a631ec Improve style of NavigatorItem of mobile
  • e920d73 Fix title of NotePage
  • e202ad6 Fix title style of TopBar
  • 35a7339 Fix redirect in mobile app
  • e0bb576 Fix storage page margin

📊 Changes

80 files changed (+816 additions, -2098 deletions)

View changed files

📝 src/components/PreferencesModal/GeneralTab.tsx (+1 -5)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+3 -2)
📝 src/components/atoms/ButtonIcon.tsx (+4 -3)
📝 src/components/atoms/PageContainer.tsx (+1 -1)
src/components/atoms/ToolbarIconInput.tsx (+0 -48)
src/components/icons/AddRound.tsx (+0 -27)
src/components/icons/AdjustVertical.tsx (+0 -27)
src/components/icons/Alert.tsx (+0 -34)
src/components/icons/Alphabet.tsx (+0 -27)
src/components/icons/ArrowAgain.tsx (+0 -27)
src/components/icons/ArrowOutput.tsx (+0 -27)
src/components/icons/ArrowRotate.tsx (+0 -27)
src/components/icons/Bold.tsx (+0 -27)
src/components/icons/Book.tsx (+0 -27)
src/components/icons/Check.tsx (+0 -27)
src/components/icons/CheckActive.tsx (+0 -27)
src/components/icons/Close.tsx (+0 -27)
src/components/icons/Edit.tsx (+0 -27)
src/components/icons/EditView.tsx (+0 -35)
src/components/icons/Eye.tsx (+0 -27)

...and 60 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/BoostIO/BoostNote-App/pull/439 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 4/26/2020 **Status:** ✅ Merged **Merged:** 4/26/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix-mobile-app` --- ### 📝 Commits (10+) - [`e36e457`](https://github.com/BoostIO/BoostNote-App/commit/e36e457414ff19a3e83890bc7d21f69781e381ed) Replace custom icons with mdi - [`6097f26`](https://github.com/BoostIO/BoostNote-App/commit/6097f26404fabcb67c21f405fdd38f96083635b6) Replace all custom icons with mdi - [`c3eb5e4`](https://github.com/BoostIO/BoostNote-App/commit/c3eb5e4cc06fb16c4edfd11abf9ff4fe68ff56bb) Restructure Navigator components - [`ccda984`](https://github.com/BoostIO/BoostNote-App/commit/ccda98479ac683794a9f6e09af056bce3c9b6a91) Extract StorageNavigatorFragment from Navigator - [`67ff274`](https://github.com/BoostIO/BoostNote-App/commit/67ff27452a0f408f28706e494eae00cef2a23b52) Adjust nav icon size - [`7a631ec`](https://github.com/BoostIO/BoostNote-App/commit/7a631eca426f0d3c9271bef394f04bf2ee0d2d59) Improve style of NavigatorItem of mobile - [`e920d73`](https://github.com/BoostIO/BoostNote-App/commit/e920d738e9693d93a31cef283af2fd6db25e37e5) Fix title of NotePage - [`e202ad6`](https://github.com/BoostIO/BoostNote-App/commit/e202ad629121b3d4d14bc08e310500102f3055cd) Fix title style of TopBar - [`35a7339`](https://github.com/BoostIO/BoostNote-App/commit/35a7339fe7848688097b48fef10b14439b139d8e) Fix redirect in mobile app - [`e0bb576`](https://github.com/BoostIO/BoostNote-App/commit/e0bb5766619b71ae8438f83a151456850cec030f) Fix storage page margin ### 📊 Changes **80 files changed** (+816 additions, -2098 deletions) <details> <summary>View changed files</summary> 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+1 -5) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+3 -2) 📝 `src/components/atoms/ButtonIcon.tsx` (+4 -3) 📝 `src/components/atoms/PageContainer.tsx` (+1 -1) ➖ `src/components/atoms/ToolbarIconInput.tsx` (+0 -48) ➖ `src/components/icons/AddRound.tsx` (+0 -27) ➖ `src/components/icons/AdjustVertical.tsx` (+0 -27) ➖ `src/components/icons/Alert.tsx` (+0 -34) ➖ `src/components/icons/Alphabet.tsx` (+0 -27) ➖ `src/components/icons/ArrowAgain.tsx` (+0 -27) ➖ `src/components/icons/ArrowOutput.tsx` (+0 -27) ➖ `src/components/icons/ArrowRotate.tsx` (+0 -27) ➖ `src/components/icons/Bold.tsx` (+0 -27) ➖ `src/components/icons/Book.tsx` (+0 -27) ➖ `src/components/icons/Check.tsx` (+0 -27) ➖ `src/components/icons/CheckActive.tsx` (+0 -27) ➖ `src/components/icons/Close.tsx` (+0 -27) ➖ `src/components/icons/Edit.tsx` (+0 -27) ➖ `src/components/icons/EditView.tsx` (+0 -35) ➖ `src/components/icons/Eye.tsx` (+0 -27) _...and 60 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>
kerem 2026-03-03 00:23:04 +03: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
starred/BoostNote-App#756
No description provided.