Skip to content

Commit 849c129

Browse files
committed
deploy: 44514a5
1 parent baaac23 commit 849c129

File tree

342 files changed

+1505
-453
lines changed

Some content is hidden

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

342 files changed

+1505
-453
lines changed

appConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ window.AppConfig = {
2222
"extension_url": "https://extensions.phcode.dev/extensions/",
2323
"extension_store_url": "https://store.core.ai/src/",
2424
"linting.enabled_by_default": true,
25-
"build_timestamp": "2023-03-30T16:59:01.518Z",
25+
"build_timestamp": "2023-04-01T15:17:33.465Z",
2626
"googleAnalyticsID": "G-FBK9RP5YK2",
2727
"mixPanelID": "8cb6814f733e37c05cc59b4adad26407",
2828
"coreAnalyticsID": "phoenix",
@@ -32,8 +32,8 @@ window.AppConfig = {
3232
"bugsnagEnv": "production"
3333
},
3434
"name": "Phoenix",
35-
"version": "3.1.18-19235",
36-
"apiVersion": "3.1.18",
35+
"version": "3.1.19-19249",
36+
"apiVersion": "3.1.19",
3737
"homepage": "https://core.ai",
3838
"issues": {
3939
"url": "https://github.com/phcode-dev/phoenix/issues"

appConfig.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

base-config/keyboard.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"platform": "mac"
220220
}
221221
],
222-
"view.increaseFontSize": [
222+
"view.zoomIn": [
223223
{
224224
"key": "Ctrl-=",
225225
"displayKey": "Ctrl-+"
@@ -228,14 +228,29 @@
228228
"key": "Ctrl-+"
229229
}
230230
],
231-
"view.decreaseFontSize": [
231+
"view.zoomOut": [
232232
{
233233
"key": "Ctrl--",
234234
"displayKey": "Ctrl-−"
235235
}
236236
],
237+
"view.increaseFontSize": [
238+
{
239+
"key": "Ctrl-Shift-=",
240+
"displayKey": "Ctrl-Shift-+"
241+
},
242+
{
243+
"key": "Ctrl-Shift-+"
244+
}
245+
],
246+
"view.decreaseFontSize": [
247+
{
248+
"key": "Ctrl-Shift--",
249+
"displayKey": "Ctrl-Shift-−"
250+
}
251+
],
237252
"view.restoreFontSize": [
238-
"Ctrl-0"
253+
"Ctrl-Shift-9"
239254
],
240255
"view.scrollLineUp": [
241256
{
@@ -291,12 +306,12 @@
291306
],
292307
"navigate.nextDocListOrder": [
293308
{
294-
"key": "Ctrl-PageDown"
309+
"key": "Alt-PageDown"
295310
}
296311
],
297312
"navigate.prevDocListOrder": [
298313
{
299-
"key": "Ctrl-PageUp"
314+
"key": "Alt-PageUp"
300315
}
301316
],
302317
"navigate.toggleQuickEdit": [

0 commit comments

Comments
 (0)