mistercrunch commented on code in PR #34560:
URL: https://github.com/apache/superset/pull/34560#discussion_r2256967269


##########
superset-frontend/src/pages/ThemeList/index.tsx:
##########
@@ -215,6 +233,96 @@ function ThemesList({
     addSuccessToast(t('Theme imported'));
   };
 
+  const handleSetSystemDefault = (theme: ThemeObject) => {
+    Modal.confirm({
+      title: t('Set System Default Theme'),
+      content: t(
+        'Are you sure you want to set "%s" as the system default theme? This 
will apply to all users who haven\'t set a personal preference.',

Review Comment:
   nothing yet ... but users with CRUD write access can set temp "local" theme



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to