[PR #32] [CLOSED] Revive #529

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/32
Author: @Rokt33r
Created: 6/10/2017
Status: Closed

Base: masterHead: revive


📝 Commits (10+)

  • 51c32ec Bump up to v0.2.0
  • 4e7edbe 🎨 Add Loading screen
  • 5438f03 🎨 set dracula as a default codemirror theme
  • b31b3de 🎨 Update loading screen style
  • 4423f43 👕 Lint
  • 02a0956 🔥 Remove unused resources
  • fc426ec 🎨 Trim result when stripping node
  • 447d84a 🎨 Set Octicon to use current color by default
  • d1fa7b6 🎨 Update dataApi for tags
  • 68a6ded 🎨 Map notes by tag

📊 Changes

185 files changed (+14796 additions, -14717 deletions)

View changed files

.babelrc (+0 -52)
📝 .gitignore (+3 -1)
.travis.yml (+3 -0)
.vscode/launch.json (+13 -0)
.vscode/tasks.json (+11 -0)
📝 CODE_OF_CONDUCT.md (+1 -1)
📝 CONTRIBUTING.md (+4 -11)
📝 LICENSE.md (+1 -1)
app/index.js (+0 -20)
app/lib/main.html (+0 -61)
app/lib/main.production.html (+0 -45)
app/lib/mainWindow.js (+0 -47)
app/lib/menuTemplate.js (+0 -243)
app/lib/preferences.html (+0 -50)
app/lib/preferences.production.html (+0 -35)
app/lib/preferencesWindow.js (+0 -44)
docs/development/build.md (+0 -43)
docs/development/coding-style.md (+0 -109)
docs/development/config.md (+0 -30)
docs/development/database.md (+0 -58)

...and 80 more files

📄 Description

  • Use Typescript
  • Typings
    • Remark
  • UI
    • Nav
    • TitleBar
    • PageView(Routing)
  • Pages
    • repos/create
    • repos/list
    • repos/show
    • preferences
  • Data storage strategy
    • IndexedDB with PouchDB

🔄 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/32 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 6/10/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `revive` --- ### 📝 Commits (10+) - [`51c32ec`](https://github.com/BoostIO/BoostNote-App/commit/51c32eca2d827e9d1ac589c74e2b60fd0c6b3598) Bump up to v0.2.0 - [`4e7edbe`](https://github.com/BoostIO/BoostNote-App/commit/4e7edbeca17f02ccbdf216c90dc2caab4711564d) :art: Add Loading screen - [`5438f03`](https://github.com/BoostIO/BoostNote-App/commit/5438f03ec92219cf8f4bbd602c5e7c5ca568d774) :art: set dracula as a default codemirror theme - [`b31b3de`](https://github.com/BoostIO/BoostNote-App/commit/b31b3de7fe31d309caa960f82cbfcdbc841faf2a) :art: Update loading screen style - [`4423f43`](https://github.com/BoostIO/BoostNote-App/commit/4423f43a75877c835710ff8cdaeda6c208cb33ea) :shirt: Lint - [`02a0956`](https://github.com/BoostIO/BoostNote-App/commit/02a09568888b7fb64988bc715c4d224619e87bfc) :fire: Remove unused resources - [`fc426ec`](https://github.com/BoostIO/BoostNote-App/commit/fc426ec1f8b61c9b454b92f6fa0eaafde6ee3037) :art: Trim result when stripping node - [`447d84a`](https://github.com/BoostIO/BoostNote-App/commit/447d84a4e505378d4873f134385a62849ab93947) :art: Set Octicon to use current color by default - [`d1fa7b6`](https://github.com/BoostIO/BoostNote-App/commit/d1fa7b635962a08c7e40a6a58d05ab6ce8c3d143) :art: Update dataApi for tags - [`68a6ded`](https://github.com/BoostIO/BoostNote-App/commit/68a6ded66ebfbd5347ebb1be2655246a1e3cb468) :art: Map notes by tag ### 📊 Changes **185 files changed** (+14796 additions, -14717 deletions) <details> <summary>View changed files</summary> ➖ `.babelrc` (+0 -52) 📝 `.gitignore` (+3 -1) ➕ `.travis.yml` (+3 -0) ➕ `.vscode/launch.json` (+13 -0) ➕ `.vscode/tasks.json` (+11 -0) 📝 `CODE_OF_CONDUCT.md` (+1 -1) 📝 `CONTRIBUTING.md` (+4 -11) 📝 `LICENSE.md` (+1 -1) ➖ `app/index.js` (+0 -20) ➖ `app/lib/main.html` (+0 -61) ➖ `app/lib/main.production.html` (+0 -45) ➖ `app/lib/mainWindow.js` (+0 -47) ➖ `app/lib/menuTemplate.js` (+0 -243) ➖ `app/lib/preferences.html` (+0 -50) ➖ `app/lib/preferences.production.html` (+0 -35) ➖ `app/lib/preferencesWindow.js` (+0 -44) ➖ `docs/development/build.md` (+0 -43) ➖ `docs/development/coding-style.md` (+0 -109) ➖ `docs/development/config.md` (+0 -30) ➖ `docs/development/database.md` (+0 -58) _...and 80 more files_ </details> ### 📄 Description - [x] Use Typescript - [ ] Typings - [ ] Remark - [ ] UI - [ ] Nav - [ ] TitleBar - [ ] PageView(Routing) - [ ] Pages - [ ] repos/create - [ ] repos/list - [ ] repos/show - [ ] preferences - [ ] Data storage strategy - [ ] IndexedDB with PouchDB --- <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:01 +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#529
No description provided.