[PR #954] [CLOSED] UI settings & sidenav bookmark ordering #1034

Closed
opened 2026-03-03 00:24:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/954
Author: @Davy-c
Created: 5/19/2021
Status: Closed

Base: masterHead: ui-settings-tmp


📝 Commits (10+)

📊 Changes

110 files changed (+4650 additions, -4824 deletions)

View changed files

📝 package-lock.json (+8 -0)
📝 package.json (+1 -0)
📝 src/cloud/components/Application.tsx (+44 -921)
src/cloud/components/atoms/CopyReadInput.tsx (+0 -62)
src/cloud/components/atoms/CustomSwitch.tsx (+0 -57)
📝 src/cloud/components/atoms/Link/AccountLink.tsx (+3 -5)
📝 src/cloud/components/atoms/Link/CloudLink.tsx (+7 -15)
src/cloud/components/atoms/Link/EmphasizedLink.tsx (+0 -15)
📝 src/cloud/components/atoms/Link/TeamLink.tsx (+3 -6)
📝 src/cloud/components/atoms/MarkdownView/styles.ts (+1 -2)
📝 src/cloud/components/molecules/AppFeedbackForm/index.tsx (+36 -44)
src/cloud/components/molecules/AppFeedbackForm/styled.ts (+0 -45)
📝 src/cloud/components/molecules/DocShare.tsx (+3 -15)
📝 src/cloud/components/molecules/Editor/index.tsx (+4 -4)
📝 src/cloud/components/molecules/GuestInvitesSection.tsx (+31 -28)
📝 src/cloud/components/molecules/Helper.tsx (+4 -1)
src/cloud/components/molecules/IconInput.tsx (+0 -94)
src/cloud/components/molecules/NewDocButton.tsx (+99 -0)
📝 src/cloud/components/molecules/OpenInviteSection.tsx (+40 -43)
📝 src/cloud/components/molecules/SettingsTeamForm.tsx (+79 -180)

...and 80 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/954 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/19/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ui-settings-tmp` --- ### 📝 Commits (10+) - [`3738bb0`](https://github.com/BoostIO/BoostNote-App/commit/3738bb0b02291542fc69b977aafbbb143c458b3f) Polishing Sidebar - [`c95a1bf`](https://github.com/BoostIO/BoostNote-App/commit/c95a1bf533215228f67003343763621bc62a80eb) Created Settings Layout - [`6c351bd`](https://github.com/BoostIO/BoostNote-App/commit/6c351bd5e46d43a83be1e0e9ce1f2da2a3b263b9) Adding SettingsLayout - [`683fa94`](https://github.com/BoostIO/BoostNote-App/commit/683fa94edcc0bc14a44f3ae038af6d6ae47faaeb) Removed GlobalStyle - [`2ef4004`](https://github.com/BoostIO/BoostNote-App/commit/2ef400410394176516a9156a5b8085be56f83f64) Removed Styled Components - [`690b4fe`](https://github.com/BoostIO/BoostNote-App/commit/690b4fe87615f744a6391fd0bc8e115781caa486) Added SettingSidenavItem - [`cd312fd`](https://github.com/BoostIO/BoostNote-App/commit/cd312fda616b25c5f4fb2d4d850f64f65a359b21) Removed TabButton - [`545df89`](https://github.com/BoostIO/BoostNote-App/commit/545df890f4fb5b312e1d6d15f7d70080c669dbdb) Moved SettingsLayout - [`c6ce86e`](https://github.com/BoostIO/BoostNote-App/commit/c6ce86e10936b620be31bcd25289bb8a7de6fe05) Removed Styled Component - [`8810d4c`](https://github.com/BoostIO/BoostNote-App/commit/8810d4c6f7c1e32e51b2d37d6db03059e445cf30) Use Same Font Family Set ### 📊 Changes **110 files changed** (+4650 additions, -4824 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+8 -0) 📝 `package.json` (+1 -0) 📝 `src/cloud/components/Application.tsx` (+44 -921) ➖ `src/cloud/components/atoms/CopyReadInput.tsx` (+0 -62) ➖ `src/cloud/components/atoms/CustomSwitch.tsx` (+0 -57) 📝 `src/cloud/components/atoms/Link/AccountLink.tsx` (+3 -5) 📝 `src/cloud/components/atoms/Link/CloudLink.tsx` (+7 -15) ➖ `src/cloud/components/atoms/Link/EmphasizedLink.tsx` (+0 -15) 📝 `src/cloud/components/atoms/Link/TeamLink.tsx` (+3 -6) 📝 `src/cloud/components/atoms/MarkdownView/styles.ts` (+1 -2) 📝 `src/cloud/components/molecules/AppFeedbackForm/index.tsx` (+36 -44) ➖ `src/cloud/components/molecules/AppFeedbackForm/styled.ts` (+0 -45) 📝 `src/cloud/components/molecules/DocShare.tsx` (+3 -15) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+4 -4) 📝 `src/cloud/components/molecules/GuestInvitesSection.tsx` (+31 -28) 📝 `src/cloud/components/molecules/Helper.tsx` (+4 -1) ➖ `src/cloud/components/molecules/IconInput.tsx` (+0 -94) ➕ `src/cloud/components/molecules/NewDocButton.tsx` (+99 -0) 📝 `src/cloud/components/molecules/OpenInviteSection.tsx` (+40 -43) 📝 `src/cloud/components/molecules/SettingsTeamForm.tsx` (+79 -180) _...and 80 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:24:21 +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#1034
No description provided.