mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #62] [MERGED] Features/update style #539
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#539
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/62
Author: @Rokt33r
Created: 1/7/2019
Status: ✅ Merged
Merged: 1/30/2019
Merged by: @Rokt33r
Base:
master← Head:features/update-style📝 Commits (10+)
3e4f9a9Extract colors from GlobalStyle080b016Update dependencies9b4389bDiscard margin of body element81f6494Implement default themea6a0c63Use open-color and replace styled-components with emotion424ddbdAdd themed styledd430d8aFix global stylec6d4731Fix all componentsee64481Discard colors786f1f9Move styled to parent dir📊 Changes
50 files changed (+1276 additions, -566 deletions)
View changed files
📝
.prettierrc(+2 -1)📝
package-lock.json(+319 -317)📝
package.json(+6 -5)📝
src/main/components/App.tsx(+21 -17)➕
src/main/components/ContextMenu/ContextMenu.tsx(+86 -0)➕
src/main/components/ContextMenu/index.ts(+3 -0)➕
src/main/components/ContextMenu/styled.ts(+43 -0)➕
src/main/components/Dialog/Dialog.tsx(+53 -0)➕
src/main/components/Dialog/DialogIcon.tsx(+28 -0)➕
src/main/components/Dialog/PromptDialogBody.tsx(+90 -0)➕
src/main/components/Dialog/styled.ts(+84 -0)📝
src/main/components/GlobalStyle.tsx(+14 -10)📝
src/main/components/NotePage/NoteList/NoteItem.tsx(+1 -1)📝
src/main/components/NotePage/NotePage.tsx(+2 -1)➖
src/main/components/SideNavigator/FolderCreateForm.tsx(+0 -46)➖
src/main/components/SideNavigator/FolderItem.tsx(+0 -31)➖
src/main/components/SideNavigator/NavLink.tsx(+0 -16)📝
src/main/components/SideNavigator/SideNavigator.tsx(+8 -8)➖
src/main/components/SideNavigator/StorageItem.tsx(+0 -90)➕
src/main/components/SideNavigator/StorageItem/FolderItem.tsx(+80 -0)...and 30 more files
📄 Description
Fixes #63.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.