Skip to content

Commit

Permalink
Commit with the code for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingkundo committed Apr 5, 2022
1 parent ff516ca commit c6b22e1
Show file tree
Hide file tree
Showing 9 changed files with 6,127 additions and 1,967 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"outputCapture": "std"
},
{
"command": "npm run make",
"command": "npm run package",
"cwd": "${workspaceFolder}",
"preLaunchTask": "Build Production",
"name": "Build application release",
Expand Down
1 change: 1 addition & 0 deletions dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ a.splbutton:hover{
margin-right:20px;
background-color: var(--searching-device-color);
animation: sk-chase 2.5s infinite linear both;
animation-play-state: paused;
}

@keyframes sk-chase {
Expand Down
5 changes: 4 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ <h3 id="step_one_title" class="nouserselect"></h3>

<div class="instruction" id="i2">
<h3 id="step_two_title" class="nouserselect"></h3>
<p style="display:none;" id="favorite_payload_desc" class="nouserselect rcmdescription"></p>
<div class="payloadBtnContainer"><a id="selectFavoritePayloadBtn" class="splbutton"
onclick="window.spl.selectFavoritePayload();"></a></div>
<div class="payloadBtnContainer"><a id="selectLatestFuseeBtn" class="splbutton"
onclick="window.spl.selectLatestFusee();"></a></div>
<div class="payloadBtnContainer"><a id="selectLatestHekateBtn" class="splbutton"
onclick="window.spl.selectLatestHekate();"></a></div>
<div class="payloadBtnContainer"><a id="selectPayloadFromFileSystemBtn" class="splbutton"
onclick="window.spl.selectPayloadFromFileSystem();"></a></div>
<p id="step_two_extra_desc" class="nouserselect rcmdescription"></p>
<p id="drag_drop_payload_desc" class="nouserselect rcmdescription"></p>
</div>

<div hidden class="instruction" id="i3">
Expand Down
17 changes: 12 additions & 5 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,28 @@
"step_one_desc": "Insert the RCM jig, plug your Switch into the computer and turn it all the way off. Then hold the power button while holding the volume up button. This may take some practice. You can use <a target='_blank' href='https://www.youtube.com/watch?v=d042IoBkJjI'>this handy guide on YouTube</a> for assistance.",
"step_one_sec_desc": "When it's plugged in and in RCM mode the app will automatically detect it.",
"step_two_title": "2. Select a payload",
"step_two_extra_desc": "You can also drag and drop a payload into the app.",
"drag_drop_payload_desc": "You can also drag and drop a payload into the app.",
"favorite_payload_desc": "Put a payload called 'fav.bin' in the 'payload' folder to store it as a favorite. 👑",
"save_as_favorite": "Save as favorite 👑",
"step_three_title": "3. Send the payload",
"launch_payload_button": "Send the selected payload now",
"now_launching_payload": "Now launching the payload!",
"payload_delivery_success": "Payload delivered successfully",
"payload_delivery_failed": "Payload delivery failed",
"launch_another_payload": "Launch another payload",
"quit_application": "Quit application",
"switch_found": "A Switch in RCM mode has been found",
"switch_found": "A switch has been found in RCM mode",
"searching_for_switch": "Now searching for a Switch in RCM mode",
"open_favorite_payload": "Launch your favorite payload 👑",
"open_local_payload": "Open a downloaded payload",
"favorite_payload_lost": "No favorite found. Put 'fav.bin' in the payloads folder",
"failed_to_save_favorite": "Could not save your favorite payload",
"favorite_saved": "New favorite payload has been saved",
"payload_download_failed": "Failed to download latest payload",
"get_fusee_payload": "Use the latest Fusée Primary (for Atmosphere) payload",
"get_fusee_payload": "Use the latest Fusée (for Atmosphere) payload",
"get_hekate_payload": "Use the latest Hekate payload",
"downloading_fusee": "Now downloading the latest Fusée Primary payload",
"fusee_downloaded": "The latest Fusée Primary payload has been downloaded",
"downloading_fusee": "Now downloading the latest Fusée payload",
"fusee_downloaded": "The latest Fusée payload has been downloaded",
"downloading_hekate": "Now downloading the latest Hekate payload",
"hekate_downloaded": "The latest Hekate payload has been downloaded",
"driver_dialog_title": "Have you installed the driver?",
Expand Down
Loading

0 comments on commit c6b22e1

Please sign in to comment.