[PR #104] [CLOSED] Created Design Fix Version default.ts and types.ts #568

Closed
opened 2026-03-03 00:22:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/104
Author: @ellekasai
Created: 12/4/2019
Status: Closed

Base: masterHead: design-fix


📝 Commits (5)

  • 787ea91 Created Design Fix Version default.ts and types.ts
  • fa19429 Added styleFunctions_designfix.ts
  • 7159094 client html / markdown exports
  • d39046e CR- String to toString
  • daaf814 Removed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/104 **Author:** [@ellekasai](https://github.com/ellekasai) **Created:** 12/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `design-fix` --- ### 📝 Commits (5) - [`787ea91`](https://github.com/BoostIO/BoostNote-App/commit/787ea91c1810af11a2ed764911f464fe9f71f22c) Created Design Fix Version default.ts and types.ts - [`fa19429`](https://github.com/BoostIO/BoostNote-App/commit/fa194294f827340ead94d4535676fccef2e6e1c7) Added styleFunctions_designfix.ts - [`7159094`](https://github.com/BoostIO/BoostNote-App/commit/7159094a42b9b47ef962d58feec730aa3c6ebeba) client html / markdown exports - [`d39046e`](https://github.com/BoostIO/BoostNote-App/commit/d39046e4cff49052e35f0fa22352082278609436) CR- String to toString - [`daaf814`](https://github.com/BoostIO/BoostNote-App/commit/daaf814d54be8a8acf5e919b15fe97f1c258fbc2) Removed Contents for Now ### 📊 Changes **12 files changed** (+817 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:11 +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#568
No description provided.