Skip to content

Commit b3fac33

Browse files
committed
deploy: 87d8724
1 parent a113d8d commit b3fac33

File tree

477 files changed

+1184
-1045
lines changed

Some content is hidden

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

477 files changed

+1184
-1045
lines changed

appConfig.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ window.AppConfig = {
1616
"twitter_name": "@phcodedev",
1717
"contributors_url": "https://api.github.com/repos/phcode-dev/phoenix/contributors?per_page={0}&page={1}",
1818
"extension_listing_url": "",
19-
"extension_registry": "https://s3.amazonaws.com/extend.brackets/registry.json",
20-
"extension_url": "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip",
19+
"extension_registry": "https://brackets-archive.github.io/brackets-extensions/registry.json",
20+
"extension_registry_version": "https://brackets-archive.github.io/brackets-extensions/registry_version.json",
21+
"extension_url": "https://brackets-archive.github.io/brackets-extensions/extensions/",
2122
"extension_store_url": "https://store.core.ai/src/",
2223
"linting.enabled_by_default": true,
23-
"build_timestamp": "2023-01-07T17:26:11.456Z",
24+
"build_timestamp": "2023-01-11T10:45:53.433Z",
2425
"googleAnalyticsID": "G-FP5S9BKDSJ",
2526
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
2627
"coreAnalyticsID": "phoenix",
@@ -30,8 +31,8 @@ window.AppConfig = {
3031
"bugsnagEnv": "staging"
3132
},
3233
"name": "Phoenix",
33-
"version": "3.0.12-19060",
34-
"apiVersion": "3.0.12",
34+
"version": "3.1.0-19077",
35+
"apiVersion": "3.1.0",
3536
"homepage": "https://core.ai",
3637
"issues": {
3738
"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

244 Bytes
Binary file not shown.

assets/default-project/en/Newly_added_features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ We are continuously adding features every week to improve the life of web develo
88

99
List of features added to phoenix:
1010

11+
## Extensions and Themes Store
12+
`Added on January,2023`
13+
14+
* Browse and install extensions and themes from the store. Click on the `extensions icon` or select `File > Extension Manager` from menu item to view store.
15+
* To apply themes after installing, click on menu `View > Themes` and select Theme to apply.
16+
* Most extensions from [Brackets](https://brackets.io) is available in Phoenix Web except few that requires native privileges.
17+
![extensions](https://user-images.githubusercontent.com/5336369/211729611-1b8f4097-6f74-4eac-9721-e2447fb68be6.gif)
18+
19+
1120
## Number Widget for Live Preview
1221
`Added on December,2022`
1322

assets/new-project/assets/css/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
:root {
2+
--sansFontFamily: 'SourceSansPro', Helvetica, Arial, "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif;
3+
}
4+
5+
/* SourceSansPro Regular */
6+
@font-face {
7+
font-family: 'SourceSansPro';
8+
src: url('../../../../styles/fonts/SourceSansPro/SourceSansPro-Regular.ttf');
9+
font-weight: normal;
10+
font-style: normal;
11+
}
12+
13+
114
html {
215
height: 100%;
316
}
417

518
body {
6-
font-family: 'Urbanist', sans-serif;
19+
font-family: var(--sansFontFamily);
720
overflow: hidden;
821
background-color: #fff;
922
height: 100%;

assets/new-project/code-editor.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<link rel="stylesheet" href="assets/css/style.css"/>
1010
<link rel="stylesheet" href="assets/css/responsive.css">
1111
<link rel="stylesheet" href="../../thirdparty/fontawesome/css/all.min.css">
12-
<link rel="preconnect" href="https://fonts.googleapis.com">
13-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14-
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
15-
rel="stylesheet">
1612
<script src="assets/js/phoenix.js"></script>
1713
<script src="assets/js/code-editor.js"></script>
1814
<script src="../../thirdparty/floating-ui.core.umd.min.js"></script>

assets/new-project/new-project-from-url.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<link rel="stylesheet" href="assets/css/responsive.css">
1111
<link rel="stylesheet" href="assets/css/lity.css">
1212
<link rel="stylesheet" href="../../thirdparty/fontawesome/css/all.min.css">
13-
<link rel="preconnect" href="https://fonts.googleapis.com">
14-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15-
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
16-
rel="stylesheet">
1713
<script src="assets/js/phoenix.js"></script>
1814
<script src="assets/js/new-project-from-url.js"></script>
1915
<!-- Javascript -->

assets/new-project/new-project-github.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<link rel="stylesheet" href="assets/css/style.css"/>
1010
<link rel="stylesheet" href="assets/css/responsive.css">
1111
<link rel="stylesheet" href="../../thirdparty/fontawesome/css/all.min.css">
12-
<link rel="preconnect" href="https://fonts.googleapis.com">
13-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14-
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
15-
rel="stylesheet">
1612
<script src="assets/js/phoenix.js"></script>
1713
<script src="assets/js/new-github-project.js"></script>
1814
</head>

assets/new-project/new-project-more.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<link href="assets/css/style.css" rel="stylesheet"/>
1010
<link href="assets/css/responsive.css" rel="stylesheet">
1111
<link rel="stylesheet" href="../../thirdparty/fontawesome/css/all.min.css">
12-
<link href="https://fonts.googleapis.com" rel="preconnect">
13-
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
14-
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
15-
rel="stylesheet">
1612
<script src="assets/js/phoenix.js"></script>
1713
<script src="assets/js/new-project-more.js"></script>
1814
</head>

assets/new-project/new-project-website.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<link rel="stylesheet" href="assets/css/responsive.css">
1111
<link rel="stylesheet" href="assets/css/lity.css">
1212
<link rel="stylesheet" href="../../thirdparty/fontawesome/css/all.min.css">
13-
<link rel="preconnect" href="https://fonts.googleapis.com">
14-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15-
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
16-
rel="stylesheet">
1713
<script type="text/javascript">
1814
function urlInputKeyUp() {
1915
let currentUrl = document.getElementById("bigFrame").src;

0 commit comments

Comments
 (0)