156 Commits

Author SHA1 Message Date
c2af905066 Merge branch 'main' of https://github.com/timlrx/tailwind-nextjs-starter-blog into upstream 2024-11-04 22:31:11 -06:00
16bbec99e2 Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s
2024-10-20 00:07:34 -05:00
081f5b1f67 First iteration of blog
Some checks failed
GitHub Pages / deploy (push) Has been cancelled
GitHub Pages / build (push) Has been cancelled
2024-10-14 00:18:50 -05:00
2d60e62271 Add medium to Footer 2024-09-20 18:52:18 +09:00
3c948ccdde stacking fix 2024-08-11 09:06:30 +02:00
bb81935f0c Merge branch 'timlrx:main' into main 2024-08-11 02:03:13 -04:00
620252b856 ref fix + overflow for nav 2024-07-30 14:34:19 -04:00
f04fc9d38b Resolve Issue #990
Resolve Add Accessible Name to Theme Switcher Button #990
2024-07-31 01:14:00 +08:00
d789f8055b Merge branch 'timlrx:main' into main 2024-07-30 08:39:08 -04:00
31c0776d9d prettier run 2024-07-30 08:37:51 -04:00
d1daf73bff functionality for fixed navbar 2024-07-25 01:52:13 -04:00
56a08dadf6 fix: resolve console error when switching between light and dark modes
This commit addresses the issue where an error was logged in the console when the user switched between light and dark modes. The warning was caused by the inappropriate use of SVG tags in JSX. The solution involved correcting the SVG tag usage to comply with JSX syntax requirements.

Closes #974
2024-07-18 20:44:23 -05:00
13563ff8c5 Merge pull request #958 from abernier/pages
Pages custom Actions workflow
2024-07-10 21:59:32 +08:00
c97f7f076e Merge pull request #957 from umihico/patch-1
Allow line breaks for <a> tags to keep body width on mobile
2024-07-10 21:38:27 +08:00
c344b157f2 Run prettier on Link.tsx 2024-07-10 21:34:54 +08:00
7a4b954801 Run prettier on theme switch 2024-07-10 21:28:18 +08:00
efe4d12986 new pages workflow 2024-07-10 10:30:29 +02:00
bbe62ea0b2 Allow line breaks for <a> tags 2024-07-07 11:29:07 +09:00
acc04280ee Fix button alignment in ThemeSwitch component 2024-07-01 13:42:10 +08:00
f4476ba55f Fix email domain validation 2024-06-23 17:45:11 +08:00
326a0f7565 Merge pull request #944 from lalugue/main
Fix Github icon title typo
2024-06-22 16:28:23 +08:00
f345685f71 Merge branch 'main' into ts.refactor_MobileNav 2024-06-22 16:21:03 +08:00
2accf84475 change Github to GitHub 2024-06-20 20:36:25 +08:00
eb88980d4e feat: Refactor MobileNav to use headlessui Dialog 2024-06-19 14:40:49 -07:00
0c2c8adb53 feat: Move close button to end of MobileNav drawer 2024-06-19 14:38:14 -07:00
a4e8b84de4 feat: Add headlessui imports 2024-06-19 14:32:32 -07:00
ee996476d0 feat: Refactor menu items with { active } to use headlessui highlighting 2024-06-19 13:26:39 -07:00
44b5637398 feat: Adapt svg classes to use color of parent, add group:hover 2024-06-19 13:19:52 -07:00
8665738d27 feat: Add hover highlight classes to Nav links and svgs 2024-06-19 13:13:48 -07:00
3044443bf1 feat: Render Blank icon if theme isn't mounted yet 2024-06-19 13:09:12 -07:00
1101b2c266 feat: Create Blank svg as placeholder while ThemeSwitch mounts 2024-06-19 13:07:13 -07:00
3241ab766c feat: Add hidden class to MobileNav conditional render 2024-06-16 13:49:15 -07:00
8b378b128f add title for social icons 2024-05-01 11:17:30 +08:00
194d7072d4 add x logo 2024-05-01 11:09:29 +08:00
cbb1007dca Fix z-index in ThemeSwitch.tsx 2024-04-30 21:28:26 +02:00
7ffdcc81da resolve system theme switch merge conflict 2024-04-17 16:29:45 +08:00
f88e368113 Merge pull request #843 from talhatahir/main
fix: update comments component incase of no provider
2024-04-04 23:08:01 +09:00
88fafffd4b fix: lint error 2024-04-01 14:29:08 +05:00
8b357c3b45 feat: Move conditional rendering inside svg to prevent layout shift 2024-02-19 13:21:48 -08:00
70e4a39d85 fix: update comments component incase of no provider 2024-02-03 18:58:46 +05:00
6b4832de7c Add system to ThemeSwitch 2024-01-24 11:53:13 +01:00
0eb782ad15 adding in social options for instagram and threads 2024-01-03 03:42:42 -05:00
0a8e1dbbdc Fix the table element overflow (#787)
* add terminals.run blog for example
* fix table element overflow
2023-11-21 18:17:58 +08:00
c9ae2edb93 ran prettier with new config on components directory 2023-10-18 14:50:19 +02:00
7d8443152e fix: revert to use resolvedTheme 2023-09-26 10:23:31 +08:00
d94c31ddea add search component 2023-07-30 17:20:28 +08:00
3dcb7e56f9 add navigation to home for mobile 2023-07-29 22:35:45 +08:00
1bbcb92333 chore: remove unused components 2023-07-23 22:26:15 +08:00
1e19247ae1 inline svg and add mastodon 2023-07-22 18:16:06 +08:00
a23ba55396 fix: use correct component 2023-07-22 16:01:51 +08:00