Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ring/teddycloud into develop
  • Loading branch information
SciLor committed Oct 22, 2024
2 parents 630d531 + d6b0d93 commit 1163655
Show file tree
Hide file tree
Showing 21 changed files with 1,221 additions and 723 deletions.
Binary file removed contrib/data/www/web/assets/3200_pcb-Czbc8CMj.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed contrib/data/www/web/assets/3235_pcb-B8suHx9F.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed contrib/data/www/web/assets/esp32_pcb-Df7OjtFN.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
696 changes: 696 additions & 0 deletions contrib/data/www/web/assets/index-CZeCp9g2.js

Large diffs are not rendered by default.

646 changes: 0 additions & 646 deletions contrib/data/www/web/assets/index-P7VsstGm.js

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion contrib/data/www/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->
<link rel="manifest" href="/web/manifest.json" />
<title>TeddyCloud</title>
<script type="module" crossorigin src="/web/assets/index-P7VsstGm.js"></script>
<script type="module" crossorigin src="/web/assets/index-CZeCp9g2.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-BU1Nt4kW.css">
</head>
<body>
Expand Down
154 changes: 133 additions & 21 deletions contrib/data/www/web/translations/de.json

Large diffs are not rendered by default.

146 changes: 129 additions & 17 deletions contrib/data/www/web/translations/en.json

Large diffs are not rendered by default.

146 changes: 129 additions & 17 deletions contrib/data/www/web/translations/es.json

Large diffs are not rendered by default.

146 changes: 129 additions & 17 deletions contrib/data/www/web/translations/fr.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contrib/data/www/web/web_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"web_version": "vX.X.X",
"web_gitDirty": "0",
"web_gitTag": "undefined",
"web_gitDateTime": "2024-10-16 22:55:23 +0200",
"web_gitSha": "a422b7743f118ece56fea50d79d480517c5ec587",
"web_gitDateTime": "2024-10-22 00:05:20 +0200",
"web_gitSha": "4881b0bd2ba45bb8d6b5e3437bba3f736df63018",
"web_gitTagPrefix": "undefined",
"web_gitShortSha": "a422b77",
"web_gitShortSha": "4881b0b",
"_eof":""
}
2 changes: 1 addition & 1 deletion teddycloud_web
Submodule teddycloud_web updated 31 files
+133 −21 public/translations/de.json
+129 −17 public/translations/en.json
+129 −17 public/translations/es.json
+129 −17 public/translations/fr.json
+1 −11 src/App.tsx
+ src/assets/boxSetup/3200_pcb.png
+ src/assets/boxSetup/3235_pcb.png
+ src/assets/boxSetup/cc3235_flash.jpg
+ src/assets/boxSetup/cc3235_smd_grippers.jpg
+ src/assets/boxSetup/esp32_pcb.png
+ src/assets/boxSetup/esp32_pcb_clamp.png
+ src/assets/boxSetup/esp32_write_patched_image_with_esptools.png
+ src/assets/boxSetup/tb-esp32-uart-clamp.png
+ src/assets/boxSetup/tb-esp32-uart.png
+5 −1 src/components/audio/AudioContext.tsx
+6 −8 src/components/community/CommunitySubNav.tsx
+38 −83 src/components/tonieboxes/TonieboxesSubNav.tsx
+261 −0 src/components/tonieboxes/boxSetup/CommonContent.tsx
+4 −38 src/components/tonies/TonieAudioPlaylistEditor.tsx
+7 −38 src/components/tonies/ToniesCustomJsonEditor.tsx
+5 −42 src/components/utils/FileBrowser.tsx
+8 −3 src/pages/community/ChangelogPage.tsx
+1 −11 src/pages/settings/RtnlPage.tsx
+110 −4 src/pages/tonieboxes/boxsetup/BoxSetupPage.tsx
+85 −166 src/pages/tonieboxes/boxsetup/cc3200/CC3200BoxFlashingPage.tsx
+309 −31 src/pages/tonieboxes/boxsetup/cc3235/CC3235BoxFlashingPage.tsx
+99 −51 src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx
+284 −11 src/pages/tonieboxes/boxsetup/esp32/ESP32LegacyPage.tsx
+11 −0 src/utils/browserUtils.tsx
+117 −0 src/utils/codeSnippet.tsx
+10 −2 src/utils/translationTable.tsx

0 comments on commit 1163655

Please sign in to comment.