File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ button:active {
399399}
400400
401401/* Save Status Styling */
402- .save-status {
402+ .small-hoovering-text {
403403 text-align : right;
404404 color : # 666666 ;
405405 font-size : 12px ;
@@ -436,7 +436,7 @@ button:active {
436436}
437437
438438/* Save Status Animation Reset */
439- .save-status {
439+ .small-hoovering-text {
440440 animation : saveStatusFade 2s ease-out forwards;
441441}
442442
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ <h2>Profile</h2>
4242 </ div >
4343 </ section >
4444
45+ < div id ="saveStatus " class ="small-hoovering-text "> Last saved: Never</ div >
4546 <!-- Button Configuration (buttons are added dynamically) -->
4647 < section class ="section ">
4748 < h2 > Button Configuration</ h2 >
@@ -82,7 +83,7 @@ <h2>Console</h2>
8283 < div id ="console " class ="console "> </ div >
8384 </ section >
8485
85- < div id =" saveStatus " class =" save-status " > Last saved: Never </ div >
86+
8687
8788 <!-- Backup Section -->
8889 < section class ="section " id ="backupSection ">
@@ -127,6 +128,7 @@ <h2>Help</h2>
127128 provide code you want to see in app here.</ a > </ li >
128129 < li > < a href ="https://buymeacoffee.com/netstaff "> Donation link. If you are very rich, please send me
129130 huge amount of money, thank you!</ a > </ li >
131+ < li > Introducing changes faster than once in second causes saving issues</ li >
130132 </ ul >
131133 </ div >
132134 </ section >
You can’t perform that action at this time.
0 commit comments