mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #104] [CLOSED] Created Design Fix Version default.ts and types.ts #568
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#568
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/104
Author: @ellekasai
Created: 12/4/2019
Status: ❌ Closed
Base:
master← Head:design-fix📝 Commits (5)
787ea91Created Design Fix Version default.ts and types.tsfa19429Added styleFunctions_designfix.ts7159094client html / markdown exportsd39046eCR- String to toStringdaaf814Removed Contents for Now📊 Changes
12 files changed (+817 additions, -90 deletions)
View changed files
📝
.eslintrc(+2 -1)📝
package-lock.json(+163 -86)📝
package.json(+3 -1)📝
src/components/NotePage/NoteDetail/NoteDetail.tsx(+2 -0)📝
src/components/atoms/MarkdownPreviewer.tsx(+2 -1)➕
src/components/atoms/ToolbarExportButton.tsx(+154 -0)➕
src/lib/styled/styleFunctions_designfix.ts(+5 -0)➕
src/lib/styled/themes/default_designfix.ts(+302 -0)➕
src/lib/styled/themes/types_designfix.ts(+178 -0)📝
tsconfig-webpack.json(+2 -1)📝
tsconfig.json(+1 -0)📝
typings/unified.d.ts(+3 -0)📄 Description
I created new two files called "default_designfix.ts" and "types_designfix.ts" based on Ikeda-san's design. I'm going to put more code and refactor them, but since I already created basic stuff, so I'll make a pull request to let others check them out.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.