Skip to content

Commit 615e8f5

Browse files
authored
Merge pull request #87 from ClayPulse/support-code-workflow
Support code-terminal-preview workflow
2 parents 568cf39 + 08db227 commit 615e8f5

File tree

80 files changed

+1590
-692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1590
-692
lines changed

.changeset/crisp-impalas-search.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Revert debug information

.changeset/cuddly-books-send.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Add ignore signal and improve multi-channel polyimc handling

.changeset/green-laws-lose.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Fix polyIMC any channel would handle all channels under same window (view) ID

.changeset/modern-stamps-learn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Fix platformAPI for FS

.changeset/pre.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"mode": "pre",
3-
"tag": "alpha",
3+
"tag": "beta",
44
"initialVersions": {
5-
"pulse-editor-desktop": "0.0.1",
6-
"pulse-editor-mobile": "0.0.1",
7-
"@pulse-editor/react-api": "0.1.1-beta.1",
8-
"@pulse-editor/shared-utils": "0.1.1-beta.1",
9-
"pulse-editor-vscode": "0.0.3",
10-
"@pulse-editor/web": "0.1.1-beta.1",
11-
"@pulse-editor/desktop": "0.0.1",
5+
"@pulse-editor/capacitor-plugin": "0.0.1",
126
"@pulse-editor/mobile": "0.0.1",
13-
"@pulse-editor/capacitor-plugin": "0.0.1"
7+
"@pulse-editor/react-api": "0.1.1-alpha.54",
8+
"@pulse-editor/shared-utils": "0.1.1-alpha.54",
9+
"pulse-editor-vscode": "0.0.3",
10+
"@pulse-editor/web": "0.1.1-alpha.13"
1411
},
1512
"changesets": [
1613
"angry-llamas-smash",
@@ -22,8 +19,10 @@
2219
"clean-mangos-swim",
2320
"cold-shrimps-give",
2421
"crazy-cities-stand",
22+
"crisp-impalas-search",
2523
"cruel-waves-double",
2624
"cruel-zoos-play",
25+
"cuddly-books-send",
2726
"curvy-places-wash",
2827
"cute-foxes-wink",
2928
"dirty-swans-rescue",
@@ -35,11 +34,13 @@
3534
"fruity-goats-look",
3635
"full-beans-stop",
3736
"fuzzy-sheep-pay",
37+
"green-laws-lose",
3838
"hot-symbols-fry",
3939
"hot-windows-march",
4040
"large-moose-tap",
4141
"lazy-zebras-mate",
4242
"mighty-ghosts-crash",
43+
"modern-stamps-learn",
4344
"odd-hounds-enjoy",
4445
"petite-memes-fix",
4546
"polite-lines-dance",
@@ -51,16 +52,19 @@
5152
"sharp-memes-give",
5253
"shiny-doodles-jump",
5354
"silent-glasses-kick",
55+
"slick-olives-wink",
5456
"slick-roses-fix",
5557
"social-donkeys-cross",
5658
"soft-cases-share",
5759
"stale-groups-poke",
60+
"sunny-symbols-flash",
5861
"tender-jeans-occur",
5962
"tender-phones-ring",
6063
"tough-aliens-appear",
6164
"true-suits-fly",
6265
"vast-places-rhyme",
6366
"weak-beers-watch",
64-
"wicked-spoons-fry"
67+
"wicked-spoons-fry",
68+
"young-jeans-behave"
6569
]
6670
}

.changeset/slick-olives-wink.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Release BETA packages

.changeset/sunny-symbols-flash.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Fix imc intent typo

.changeset/young-jeans-behave.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Fix IMC handshake async bug

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": [
3+
"prettier-plugin-organize-imports",
4+
"prettier-plugin-tailwindcss"
5+
]
6+
}

desktop/forge.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import type { ForgeConfig } from "@electron-forge/shared-types";
2-
import path from "path";
32
import fs from "fs-extra";
3+
import path from "path";
44

5-
function moveModule(moduleList: string[], resourcePath: string) {
5+
function copyModule(moduleList: string[], resourcePath: string) {
66
moduleList.forEach((module) => {
7-
fs.moveSync(
7+
fs.copySync(
88
path.join("./node_modules", module),
9-
path.join(resourcePath, "app/node_modules", module)
9+
path.join(resourcePath, "app/node_modules", module),
1010
);
1111
});
1212
}
@@ -27,11 +27,11 @@ const config: ForgeConfig = {
2727
// We need electron-serve to exist inside the electron build's node_modules.
2828
// All other modules from nextjs are not needed and can be removed.
2929
if (platform === "win32") {
30-
moveModule(electronModules, path.join(extractPath, "resources"));
30+
copyModule(electronModules, path.join(extractPath, "resources"));
3131
} else if (platform === "darwin") {
32-
moveModule(
32+
copyModule(
3333
electronModules,
34-
path.join(extractPath, "pulse-editor.app/Contents/Resources")
34+
path.join(extractPath, "pulse-editor.app/Contents/Resources"),
3535
);
3636
} else if (platform === "linux") {
3737
}
@@ -47,7 +47,7 @@ const config: ForgeConfig = {
4747
options: {
4848
icon: path.join(
4949
__dirname,
50-
"../shared-assets/icons/electron/pulse_logo_round"
50+
"../shared-assets/icons/electron/pulse_logo_round",
5151
),
5252
},
5353
},

0 commit comments

Comments
 (0)