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
<p>This is a browser-based drag-and-drop widget playground with theme customization and persistent background support.</p>
46
+
47
+
<section>
48
+
<h2>🎛 UI Elements</h2>
49
+
<divclass="icon-label"><spanclass="material-icons">add_circle</span><strong>Add Widget:</strong> Prompts for a widget type (weather, clock, battery).</div>
50
+
<divclass="icon-label"><spanclass="material-icons">upload_file</span><strong>Upload Background:</strong> Opens file picker to set a custom background image.</div>
51
+
<divclass="icon-label"><spanclass="material-icons">delete</span><strong>Clear Background:</strong> Removes the current background and theme palette.</div>
52
+
</section>
53
+
54
+
<section>
55
+
<h2>🧩 Widgets</h2>
56
+
<p>Widgets are draggable elements with headers and content. Supported types:</p>
57
+
<ul>
58
+
<li><strong>Weather:</strong> Displays temperature and weather for <code>Leiden</code> using OpenWeatherMap API.</li>
59
+
<li><strong>Clock:</strong> Digital clock that updates every second.</li>
0 commit comments