mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1458] [MERGED] initial changes for responsiveness #1363
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1363
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/1458
Author: @Davy-c
Created: 1/28/2022
Status: ✅ Merged
Merged: 1/31/2022
Merged by: @Davy-c
Base:
master← Head:feat/ux-responsiveness📝 Commits (10+)
d8d9384initial changes for responsiveness557486ddashboards and some cleanup0cc8cd5remove pageprops just for change of query paramsaa0a525add short ids in all loaders9399c47remove unused property5639e9bremove logfb5fd57remove unused importc359a7alabel outside of initial load8b72949restore efficient hook dependencyb10b645fix hmr📊 Changes
34 files changed (+688 additions, -371 deletions)
View changed files
📝
package-lock.json(+14 -0)📝
package.json(+2 -0)📝
src/cloud/components/App.tsx(+3 -5)📝
src/cloud/components/Application.tsx(+13 -1)📝
src/cloud/components/ApplicationContent.tsx(+0 -12)➕
src/cloud/components/ApplicationPageLoader.tsx(+41 -0)📝
src/cloud/components/ApplicationTopbar.tsx(+1 -0)➕
src/cloud/components/ApplicationWithoutInfoLoader.tsx(+47 -0)📝
src/cloud/components/DashboardPage/index.tsx(+6 -0)📝
src/cloud/components/DocPage/index.tsx(+0 -12)📝
src/cloud/components/DocPreview/DocPreviewRealtime.tsx(+2 -2)📝
src/cloud/components/DocPreview/index.tsx(+2 -2)📝
src/cloud/components/Editor/index.tsx(+2 -53)📝
src/cloud/components/FolderPage/index.tsx(+3 -16)📝
src/cloud/components/MarkdownView/index.tsx(+2 -1)📝
src/cloud/components/Router.tsx(+66 -91)📝
src/cloud/components/WorkspacePage/index.tsx(+16 -9)📝
src/cloud/index.tsx(+4 -1)📝
src/cloud/lib/stores/nav/store.tsx(+14 -0)📝
src/cloud/lib/stores/pageStore/store.tsx(+12 -4)...and 14 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.