Skip to content

Commit a54fec5

Browse files
committed
deploy: 49ef3b9
1 parent 36e74ad commit a54fec5

File tree

2,912 files changed

+30279
-29827
lines changed

Some content is hidden

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

2,912 files changed

+30279
-29827
lines changed

appConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ window.AppConfig = {
2424
"app_notification_url": "https://updates.phcode.io/appNotifications/prod/",
2525
"app_update_url": "https://updates.phcode.io/tauri/update-latest-stable-prod.json",
2626
"linting.enabled_by_default": true,
27-
"build_timestamp": "2024-05-02T07:51:03.304Z",
27+
"build_timestamp": "2024-05-02T15:42:19.281Z",
2828
"googleAnalyticsID": "G-FBK9RP5YK2",
2929
"googleAnalyticsIDDesktop": "G-M7MX9BYZZ3",
3030
"mixPanelID": "8cb6814f733e37c05cc59b4adad26407",
@@ -36,8 +36,8 @@ window.AppConfig = {
3636
"bugsnagEnv": "production"
3737
},
3838
"name": "Phoenix Code",
39-
"version": "3.7.0-20239",
40-
"apiVersion": "3.7.0",
39+
"version": "3.7.1-20243",
40+
"apiVersion": "3.7.1",
4141
"homepage": "https://core.ai",
4242
"issues": {
4343
"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/new-project/assets/css/responsive.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
}
5454

5555
.project-content-right {
56-
width: 45%;
56+
width: 47%;
5757
}
5858

5959
.project-content-left {
60-
width: 45%;
60+
width: 47%;
6161
}
6262

6363
.website-detail span {
@@ -81,7 +81,6 @@
8181
}
8282

8383
.project-content-right {
84-
margin-left: 15px;
8584
width: 48%;
8685

8786
}

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,27 @@ body {
2222
height: 100%;
2323
}
2424

25+
.even-layout {
26+
height: 100%;
27+
display: flex;
28+
flex-direction: column;
29+
justify-content: space-evenly;
30+
}
31+
32+
#download-phcode-banner {
33+
background-color: #2e3031;
34+
color: white;
35+
border-radius: 10px;
36+
margin-top: 26px;
37+
cursor: pointer;
38+
padding-top: 5px;
39+
padding-bottom: 5px;
40+
}
41+
42+
#download-phcode-banner:hover {
43+
background-color: #505357;
44+
}
45+
2546
p {
2647
font-size: 16px;
2748
font-weight: 500;
@@ -687,7 +708,6 @@ img {
687708

688709
.project-content-left {
689710
width: 400px;
690-
margin-left: 25px;
691711
}
692712

693713
.project-type-list {

0 commit comments

Comments
 (0)