Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ yarn-error.log*
# Local Netlify folder
.netlify
/static/library/**/*.log
.aider*
2 changes: 1 addition & 1 deletion .pr_trigger
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Last run: 2025-12-02 16:57:53
Last run: 2025-11-28 18:53:03
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.0.1-rtw.17] - Q4/2025
Dec-02 - Added static/ew
Nov-13 - TEST 24/7
Nov-13 - Trying something/ Trying something else / Trying something else else
Nov-12 - Added `cloudflare-conditional-deploy.yml` to new top level directory .github/workflow `so preview links can be generated on pull requests'
Expand Down
10 changes: 3 additions & 7 deletions pr_automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,10 @@ do
esac
done

# 4. Push the changes to the remote repository
echo "🚀 Pushing changes to remote branch 'origin/$BRANCH_TO_USE'..."
# The redirection to /dev/null has been removed to allow the SSH passphrase prompt to be visible.
if ! git push -u origin "$BRANCH_TO_USE"; then
# 4. Push the changes to the remote repository (Silent, but allows errors/passphrase prompt)
if ! git push -u origin "$BRANCH_TO_USE" > /dev/null 2>&1; then
echo "----------------------------------------------"
echo "❌ **FATAL ERROR: Git push failed.**"
echo "Please ensure your SSH key is loaded (try 'ssh-add' if prompted for a passphrase)."
echo "❌ **FATAL ERROR: Git push failed.** Please fix your SSH/access rights (use ssh-add)."
echo "----------------------------------------------"
exit 1
fi
Expand Down Expand Up @@ -98,4 +95,3 @@ else
echo "❌ **Action Failed.** Could not determine or create the Pull Request URL."
fi
echo "----------------------------------------------"

696 changes: 0 additions & 696 deletions static/ew/index.html

This file was deleted.

32 changes: 0 additions & 32 deletions static/gui/404.html

This file was deleted.

1 change: 0 additions & 1 deletion static/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ and a combination of [Prince2 Project Management](https://prince2.com).
## [gui-0.9] - Q4/2025

### Changes
Nov-29 - Some of the webapps weren't staying installed - fixed it
Nov-13 - Test A - TEST B - TEST C - TEST D - CLAUD YML 1 - CLAUD 2

## [gui-0.8] - Q3/2024
Expand Down
35 changes: 0 additions & 35 deletions static/gui/GEMINI.md

This file was deleted.

123 changes: 0 additions & 123 deletions static/gui/app-error.html

This file was deleted.

22 changes: 15 additions & 7 deletions static/gui/app-store/000-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,20 @@
<div class="box">
<div class="box-row">
<div class="box-cell box1">
<!-- Dynamic Breadcrumb Placeholder -->
<ul class="breadcrumb"></ul>
<!-- End Dynamic Breadcrumb Placeholder -->

<!-- Include the dynamic breadcrumb script -->
<script src="js/dynamic-breadcrumb.js"></script>
<ul class="breadcrumb" id="btn noHover">
<li class='btn noHover'>
<a href="#" style="width:auto!Important;"><span class="icon icon-home"></span> <span class="text2">Categories</span></a>
</li>
<li>
<a href='000.html' style='width:auto!Important;filter: brightness(1);background:rgba(0,0,0,0.55);border: 1px solid rgba(255,255,255,0.4);position: initial; padding-left: 48px!Important; margin-top: 0px;'><span class="text2" style="margin-left:1vw;">Categories</span></a>
</li>
<li class="btn noHover">
<a class='backtodash' href='000.html'><span class="text2">App Store</span></a>
</li>
<li class="btn">
<a href='../dashboard/001-a.html'><span class="icon icon-search"></span> <span class="text"></span></a>
</li>
</ul>
</div>
</div>
</div>
Expand Down Expand Up @@ -130,4 +138,4 @@
.then(response => console.log('Success:', response));
</script>
</body>
</html>
</html>
21 changes: 14 additions & 7 deletions static/gui/app-store/000.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html>
<head>
Expand Down Expand Up @@ -162,12 +163,17 @@
<div class="box">
<div class="box-row">
<div class="box-cell box1">
<!-- Dynamic Breadcrumb Placeholder -->
<ul class="breadcrumb"></ul>
<!-- End Dynamic Breadcrumb Placeholder -->

<!-- Include the dynamic breadcrumb script -->
<script src="js/dynamic-breadcrumb.js"></script>
<ul class="breadcrumb" id="btn noHover">
<li class="btn noHover" style=" padding-left: 12px;">
<a href="000.html" style="width:auto!Important;"><span class="text2">Categories</span></a>
</li>
<li class="btn noHover">
<a class="backtodash" href="000.html"><span class="text2">App Store</span></a>
</li>
<li class="btn">
<a href="../dashboard/001-a.html"><span class="icon icon-search"></span> <span class="text"></span></a>
</li>
</ul>
</div>
</div>
</div>
Expand Down Expand Up @@ -249,4 +255,5 @@
<script src="js/rocket-loader.min.js" data-cf-settings="36d8ac766779005746c1cf8b-|49" defer></script>
<!-- noop change -->
</body>
</html>
</html>

Loading
Loading