瀏覽代碼

Add module icons and polish UI messaging

Adds new desktop/module icon assets (including PSD sources) for Audio Studio, Productivity, and Reminders, and updates Cine Studio’s desktop icon. Also simplifies the PDF editor save toast message in Productivity and removes the fwdragger text-shadow override in ao.css for cleaner styling behavior.
Toby Chui 1 月之前
父節點
當前提交
594600ff57

二進制
src/web/Audio Studio/img/desktop_icon.png


二進制
src/web/Audio Studio/img/desktop_icon.psd


二進制
src/web/Audio Studio/img/icon.png


二進制
src/web/Cine Studio/img/desktop_icon.png


二進制
src/web/Productivity/img/desktop_icon.png


二進制
src/web/Productivity/img/desktop_icon.psd


二進制
src/web/Productivity/img/module_icon.png


+ 1 - 1
src/web/Productivity/tools/pdfedit.html

@@ -757,7 +757,7 @@
                         status('Uploading…');
                         return uploadBlob(new Blob([outBytes], { type: 'application/pdf' }), outName, outDir).then(function(){
                             showToast('<strong>' + escHtml(outName) + '</strong> saved to ' + escHtml(outDir) +
-                                '. Original text kept selectable.', false);
+                                '.', false);
                             done();
                         });
                     }).catch(function(err){

二進制
src/web/Reminders/img/desktop_icon.png


二進制
src/web/Reminders/img/desktop_icon.psd


二進制
src/web/Reminders/img/icon.png


+ 0 - 1
src/web/script/ao.css

@@ -253,5 +253,4 @@ body.darkTheme .ui.header .sub.header{
 
 .fwdragger {
     --text-outline-color: rgba(36, 36, 36, 0.75);
-    text-shadow: 1px 0 0 var(--text-outline-color), 0 -1px 0 var(--text-outline-color), 0 1px 0 var(--text-outline-color), -1px 0 0 var(--text-outline-color);
 }