[PR #125] [MERGED] Electron #589

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/125
Author: @Rokt33r
Created: 12/12/2019
Status: Merged
Merged: 12/12/2019
Merged by: @Rokt33r

Base: masterHead: electron


📝 Commits (10+)

  • 0c4ede0 Introduce electron-builder
  • a3156a9 Update npm package-lock.json
  • 7a75406 Discard app/package.json
  • 538f28c Add meta script to generate package.json for electron app
  • e0cb338 Fix editor theme style
  • 16bafc0 Merge branch 'electron' of github.com:BoostIO/Boostnote.next into electron
  • 37297a4 Rename electron entry file
  • f5afafd Implement updater
  • e6ba415 Fix deps
  • 98f9fe7 0.1.0-1

📊 Changes

12 files changed (+2210 additions, -226 deletions)

View changed files

📝 .gitignore (+4 -0)
app/index.js (+42 -0)
app/menu.js (+110 -0)
app/updater.js (+110 -0)
📝 index.html (+10 -11)
📝 package-lock.json (+1679 -60)
📝 package.json (+30 -26)
📝 readme.md (+65 -0)
scripts/meta.js (+18 -0)
📝 src/components/CodeMirrorStyle.tsx (+11 -1)
📝 src/lib/router/store.ts (+22 -20)
📝 webpack.config.ts (+109 -108)

📄 Description

No description provided


🔄 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/125 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 12/12/2019 **Status:** ✅ Merged **Merged:** 12/12/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `electron` --- ### 📝 Commits (10+) - [`0c4ede0`](https://github.com/BoostIO/BoostNote-App/commit/0c4ede02e7a5683d5afa35ff38b368fc34c877ca) Introduce electron-builder - [`a3156a9`](https://github.com/BoostIO/BoostNote-App/commit/a3156a9815b6ab89c5de6c4fc2b8fc22e61b2150) Update npm package-lock.json - [`7a75406`](https://github.com/BoostIO/BoostNote-App/commit/7a7540667e5ef5a139645ae19c5efdd634066dbc) Discard app/package.json - [`538f28c`](https://github.com/BoostIO/BoostNote-App/commit/538f28c22be8a3fe702078fbaef740cbf96f5cc5) Add meta script to generate package.json for electron app - [`e0cb338`](https://github.com/BoostIO/BoostNote-App/commit/e0cb338399f826ffdf1c3a08eb5d141222c949b8) Fix editor theme style - [`16bafc0`](https://github.com/BoostIO/BoostNote-App/commit/16bafc09b7ceed97cd9bf82c8799fe70af5d1769) Merge branch 'electron' of github.com:BoostIO/Boostnote.next into electron - [`37297a4`](https://github.com/BoostIO/BoostNote-App/commit/37297a47fb60b21e546aef9ad04e79d31e872693) Rename electron entry file - [`f5afafd`](https://github.com/BoostIO/BoostNote-App/commit/f5afafdc7dd8b2605f13897487021ef6f537ff7b) Implement updater - [`e6ba415`](https://github.com/BoostIO/BoostNote-App/commit/e6ba415aa01a12ddf525e29515ba83f3536ba057) Fix deps - [`98f9fe7`](https://github.com/BoostIO/BoostNote-App/commit/98f9fe7b4658fd23fd41dc7419e003dc40b57561) 0.1.0-1 ### 📊 Changes **12 files changed** (+2210 additions, -226 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) ➕ `app/index.js` (+42 -0) ➕ `app/menu.js` (+110 -0) ➕ `app/updater.js` (+110 -0) 📝 `index.html` (+10 -11) 📝 `package-lock.json` (+1679 -60) 📝 `package.json` (+30 -26) 📝 `readme.md` (+65 -0) ➕ `scripts/meta.js` (+18 -0) 📝 `src/components/CodeMirrorStyle.tsx` (+11 -1) 📝 `src/lib/router/store.ts` (+22 -20) 📝 `webpack.config.ts` (+109 -108) </details> ### 📄 Description _No description provided_ --- <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:17 +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#589
No description provided.