You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding documentation on using JavaScript to toggle dark/light mode theme
in serverless ADR. (Besides report templates also supports MathJax &
Plotly 2D/3D Plots theme changes.)
Enables per-category Access Control Lists (ACLs). Experimental and not recommended for general use.
127
127
128
+
Client-Side Interactions
129
+
------------------------
130
+
131
+
Serverless ADR also allows modifying the configuration setup from the client-side interactions using JavaScript.
132
+
133
+
- Dark mode modification: Users can change the value of ``<html></html>`` element's attribute ``data-bs-theme`` to toggle between light/dark mode themes.
0 commit comments