Skip to content

Commit c9bb42b

Browse files
committed
deploy: 6ddbf85
1 parent c9137a9 commit c9bb42b

File tree

6,602 files changed

+186645
-190831
lines changed

Some content is hidden

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

6,602 files changed

+186645
-190831
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/staging/",
2525
"app_update_url": "https://updates.phcode.io/tauri/update-latest-pre-release.json",
2626
"linting.enabled_by_default": true,
27-
"build_timestamp": "2024-03-11T07:02:05.646Z",
27+
"build_timestamp": "2024-03-21T09:48:46.714Z",
2828
"googleAnalyticsID": "G-FP5S9BKDSJ",
2929
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
3030
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
@@ -36,8 +36,8 @@ window.AppConfig = {
3636
"bugsnagEnv": "staging"
3737
},
3838
"name": "Phoenix Code",
39-
"version": "3.4.7-19978",
40-
"apiVersion": "3.4.7",
39+
"version": "3.4.9-20040",
40+
"apiVersion": "3.4.9",
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

161 Bytes
Binary file not shown.

assets/default-project/en/Newly_added_features.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ We are continuously adding features every week to improve the life of web develo
77

88
Here's a list of top features recently added to Phoenix:
99

10+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/find-in-files/">Search Filters - Advanced find in files</a></h2>
11+
12+
`Added on March, 2024`
13+
14+
All new search filters to find exactly what you want.
15+
`Search in files` or `Exclude files` matching the given pattern instantly.
16+
17+
![new find in files](https://github.com/phcode-dev/phoenix/assets/5336369/9a46a6a8-01a2-45db-aebc-9b280977bdc1)
18+
1019
## Native Desktop Apps - Windows, Linux, and Mac (Intel/M1)
1120
`Added on Feb,2024`
1221

@@ -18,7 +27,7 @@ seamless cross-platform experience.
1827

1928
Download your copy from <a href="https://phcode.io" target="_blank">phcode.io</a>
2029

21-
![captured-div (1)](https://github.com/phcode-dev/phoenix/assets/5336369/9ea4f9cc-5ebd-4d67-bf36-0a6ae7611767)
30+
![Desktop apps](https://github.com/phcode-dev/phoenix/assets/5336369/9ea4f9cc-5ebd-4d67-bf36-0a6ae7611767)
2231

2332
## Make It Yours: Custom Keyboard Shortcuts
2433
`Added on Feb,2024`

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,11 @@ img {
964964
cursor: pointer;
965965
}
966966

967+
.create-btn:disabled {
968+
background: #555555;
969+
cursor: unset;
970+
}
971+
967972
.flex-column-fill{
968973
display: flex;
969974
flex-flow: column;
@@ -1071,6 +1076,10 @@ img {
10711076
display: none !important;
10721077
}
10731078

1079+
.forced-inVisible {
1080+
visibility: hidden !important;
1081+
}
1082+
10741083
/* notification ui styles */
10751084
.notification-ui-arrow {
10761085
position: absolute;

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

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

0 commit comments

Comments
 (0)