[PR #916] [MERGED] Topbar #998

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/916
Author: @Davy-c
Created: 4/22/2021
Status: Merged
Merged: 4/26/2021
Merged by: @Rokt33r

Base: masterHead: refactoring/step-3


📝 Commits (10+)

📊 Changes

186 files changed (+1746 additions, -2147 deletions)

View changed files

📝 package-lock.json (+9 -4)
📝 package.json (+1 -0)
📝 src/cloud/components/App.tsx (+1 -1)
📝 src/cloud/components/Application.tsx (+62 -34)
📝 src/cloud/components/Router.tsx (+11 -13)
📝 src/cloud/components/atoms/ServiceConnect.tsx (+1 -1)
📝 src/cloud/components/molecules/AppFeedbackForm/index.tsx (+1 -1)
📝 src/cloud/components/molecules/ContentManager/Actions/ContentManagerArchivesBulkActions.tsx (+4 -1)
📝 src/cloud/components/molecules/ContentManager/Actions/ContentManagerBulkActions.tsx (+4 -1)
📝 src/cloud/components/molecules/ContentManager/Rows/ContentManagerDocRow.tsx (+1 -1)
📝 src/cloud/components/molecules/ContentManager/Rows/ContentManagerFolderRow.tsx (+1 -1)
📝 src/cloud/components/molecules/DocShare.tsx (+1 -1)
📝 src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx (+1 -1)
📝 src/cloud/components/molecules/DocTagsList/index.tsx (+1 -1)
📝 src/cloud/components/molecules/Editor/index.tsx (+30 -9)
📝 src/cloud/components/molecules/EmojiPicker/index.tsx (+2 -2)
📝 src/cloud/components/molecules/GuestInvitesSection.tsx (+1 -1)
📝 src/cloud/components/molecules/OpenInviteSection.tsx (+2 -2)
📝 src/cloud/components/molecules/ServiceSelector.tsx (+1 -1)
📝 src/cloud/components/molecules/SettingsTeamForm.tsx (+1 -1)

...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/916 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 4/22/2021 **Status:** ✅ Merged **Merged:** 4/26/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `refactoring/step-3` --- ### 📝 Commits (10+) - [`92aa24e`](https://github.com/BoostIO/BoostNote-App/commit/92aa24e0daf435f1432bcc0924f92e9c7e2a207d) add create in breadcrumbs - [`011970f`](https://github.com/BoostIO/BoostNote-App/commit/011970f36f583d77004ee2a20d6c0a1919d741f1) all topbar controls - [`955ac15`](https://github.com/BoostIO/BoostNote-App/commit/955ac15cd2b341fa4fdf1e2fa804a7ffff4a292f) change color - [`fe98d57`](https://github.com/BoostIO/BoostNote-App/commit/fe98d57c44b19d681d1851022df7ce6d4dc8995a) rearrange v2 lib - [`7f67ee0`](https://github.com/BoostIO/BoostNote-App/commit/7f67ee096f729333a9d1b917083e3ee827659db9) move cloud hooks - [`facc455`](https://github.com/BoostIO/BoostNote-App/commit/facc455a11f7d482f1e2f26498589ad6270fc73a) v2 atoms - [`3243721`](https://github.com/BoostIO/BoostNote-App/commit/3243721c25d9d5c92a01660ec973878431915a27) v2 molecules - [`e454a32`](https://github.com/BoostIO/BoostNote-App/commit/e454a3296e3c34382333fa82eb485775e3f93540) v2 organisms - [`a2ec1cf`](https://github.com/BoostIO/BoostNote-App/commit/a2ec1cf04dd4cce08b3bc62aed025033d15c8213) v2 templates - [`2c15885`](https://github.com/BoostIO/BoostNote-App/commit/2c15885f868e09acbfce9c3f550574291271eec8) event source ### 📊 Changes **186 files changed** (+1746 additions, -2147 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -4) 📝 `package.json` (+1 -0) 📝 `src/cloud/components/App.tsx` (+1 -1) 📝 `src/cloud/components/Application.tsx` (+62 -34) 📝 `src/cloud/components/Router.tsx` (+11 -13) 📝 `src/cloud/components/atoms/ServiceConnect.tsx` (+1 -1) 📝 `src/cloud/components/molecules/AppFeedbackForm/index.tsx` (+1 -1) 📝 `src/cloud/components/molecules/ContentManager/Actions/ContentManagerArchivesBulkActions.tsx` (+4 -1) 📝 `src/cloud/components/molecules/ContentManager/Actions/ContentManagerBulkActions.tsx` (+4 -1) 📝 `src/cloud/components/molecules/ContentManager/Rows/ContentManagerDocRow.tsx` (+1 -1) 📝 `src/cloud/components/molecules/ContentManager/Rows/ContentManagerFolderRow.tsx` (+1 -1) 📝 `src/cloud/components/molecules/DocShare.tsx` (+1 -1) 📝 `src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx` (+1 -1) 📝 `src/cloud/components/molecules/DocTagsList/index.tsx` (+1 -1) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+30 -9) 📝 `src/cloud/components/molecules/EmojiPicker/index.tsx` (+2 -2) 📝 `src/cloud/components/molecules/GuestInvitesSection.tsx` (+1 -1) 📝 `src/cloud/components/molecules/OpenInviteSection.tsx` (+2 -2) 📝 `src/cloud/components/molecules/ServiceSelector.tsx` (+1 -1) 📝 `src/cloud/components/molecules/SettingsTeamForm.tsx` (+1 -1) _...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:09 +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#998
No description provided.