Skip to content

Commit eee8121

Browse files
committed
chore: add release credits section in about box
1 parent 377017c commit eee8121

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/assets/default-project/en/Newly_added_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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>
10+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/Features/find-in-files/">Search Filters - Advanced find in files</a></h2>
1111

1212
`Added on March, 2024`
1313

src/htmlContent/about-dialog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ <h2>{{APP_NAME_ABOUT_BOX}}</h2>
1212
<br><span class="dialog-message">{{Strings.ABOUT_TEXT_BUILD_TIMESTAMP}}{{BUILD_TIMESTAMP}}</span>
1313
{{/BUILD_TIMESTAMP}}
1414
</p>
15+
<p class="dialog-message">{{{Strings.ABOUT_RELEASE_CREDITS}}}
16+
<a href="https://github.com/abose" target="_blank">Arun Bose</a><span>,&nbsp;
17+
<a href="https://github.com/charlypa" target="_blank">charly p abraham</a>,&nbsp;
18+
<a href="https://github.com/ayoung5555" target="_blank">Andrew Young</a>,&nbsp;
19+
<a href="https://github.com/faizanbhagat" target="_blank">Faizan Bhagat</a>
20+
</p>
1521

1622
<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2021 - present <a href="https://core.ai">Core.ai</a> and its licensors. All rights reserved.</p>
1723
<p class="dialog-message">{{{Strings.ABOUT_TEXT_LINE3}}}</p>

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ define({
590590
"CLOSE": "Close",
591591
"ABOUT_TEXT_LINE1": "Release {VERSION_MAJOR}.{VERSION_MINOR} {BUILD_TYPE} {VERSION}",
592592
"ABOUT_TEXT_BUILD_TIMESTAMP": "build timestamp: ",
593+
"ABOUT_RELEASE_CREDITS": "Release Credits:",
593594
"ABOUT_TEXT_LINE3": "Third Party Libraries that we use - <a href='https://github.com/phcode-dev/phoenix/tree/main/src/thirdparty/licences'> Licences and Attributions</a> . ",
594595
"ABOUT_TEXT_LINE4": "Documentation and source at <a href='https://github.com/phcode-dev/phoenix/'>https://github.com/phcode-dev/phoenix/</a>",
595596
"ABOUT_TEXT_LINE5": "Made with \u2764 and JavaScript by:",

0 commit comments

Comments
 (0)