Skip to content

Commit bc881dc

Browse files
committed
feat: implement theme toggle functionality
1 parent ac79f04 commit bc881dc

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

src/components/Navbar.astro

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,21 @@ const navLinks = [
2929
</ul>
3030
</div>
3131

32-
<div class="navbar-end">
32+
<div class="navbar-end gap-1">
33+
<a href="https://github.com/IrvanFza/mycodingplan" target="_blank" rel="noopener noreferrer" class="btn btn-ghost btn-square" aria-label="GitHub">
34+
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
35+
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
36+
</svg>
37+
</a>
38+
<label class="btn btn-ghost btn-square swap swap-rotate" aria-label="Toggle theme">
39+
<input type="checkbox" id="theme-toggle" class="theme-controller" value="dark" />
40+
<svg class="swap-off h-5 w-5 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
41+
<path d="M5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12Zm7-7a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5ZM5.64,7.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34Zm12,.29a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-9,8a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z"/>
42+
</svg>
43+
<svg class="swap-on h-5 w-5 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
44+
<path d="M21.64,13a1,1,0,0,0-1.05-.14,8.05,8.05,0,0,1-3.37.73A8.15,8.15,0,0,1,9.08,5.49a8.59,8.59,0,0,1,.25-2A1,1,0,0,0,8,2.36,10.14,10.14,0,1,0,22,14.05,1,1,0,0,0,21.64,13Zm-9.5,6.69A8.14,8.14,0,0,1,7.08,5.22v.27A10.15,10.15,0,0,0,17.22,15.63a9.79,9.79,0,0,0,2.1-.22A8.11,8.11,0,0,1,12.14,19.73Z"/>
45+
</svg>
46+
</label>
3347
<div class="dropdown dropdown-end lg:hidden">
3448
<label tabindex="0" class="btn btn-ghost">
3549
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">

src/layouts/BaseLayout.astro

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const canonicalURL = new URL(Astro.url.pathname, site);
1313
---
1414

1515
<!doctype html>
16-
<html lang="en" data-theme="light" class="scroll-smooth">
16+
<html lang="en" class="scroll-smooth">
1717
<head>
1818
<meta charset="UTF-8" />
1919
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -39,9 +39,29 @@ const canonicalURL = new URL(Astro.url.pathname, site);
3939
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
4040

4141
<slot name="head" />
42+
<script is:inline>
43+
(function() {
44+
const stored = localStorage.getItem('theme');
45+
const theme = stored || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
46+
document.documentElement.setAttribute('data-theme', theme);
47+
if (theme === 'dark') document.documentElement.classList.add('dark');
48+
})();
49+
</script>
4250
</head>
4351
<body class="font-sans antialiased scroll-smooth">
4452
<slot />
53+
<script is:inline>
54+
const toggle = document.getElementById('theme-toggle');
55+
if (toggle) {
56+
toggle.checked = document.documentElement.getAttribute('data-theme') === 'dark';
57+
toggle.addEventListener('change', (e) => {
58+
const t = e.target.checked ? 'dark' : 'light';
59+
document.documentElement.setAttribute('data-theme', t);
60+
document.documentElement.classList.toggle('dark', t === 'dark');
61+
localStorage.setItem('theme', t);
62+
});
63+
}
64+
</script>
4565
</body>
4666
</html>
4767

0 commit comments

Comments
 (0)