1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 21:52:40 +00:00

153 Commits

Author SHA1 Message Date
axzilla
4b62f6c7dd fix(tailwind): remove undefined custom sans font family configuration to bring back intellisense 2024-12-07 10:37:55 +07:00
axzilla
3c28884765 fix: remove .sr-only class and replace with .hidden in toggle component 2024-11-27 19:32:42 +07:00
axzilla
2418abcd63 chore: update templ generated files to templ: version: v0.2.793 2024-11-27 19:31:25 +07:00
axzilla
a5d3e6e065 hotfix: make datepicker work again v0.22.1 2024-11-25 15:59:26 +07:00
axzilla
0485471ba9 Merge branch 'dev' v0.22.0 2024-11-22 15:31:17 +07:00
Axel Adrian
7b325e90db
Merge pull request #7 from axzilla/form
Form Components
2024-11-22 15:30:18 +07:00
axzilla
6d29082875 change: remove cheatsheet 2024-11-22 15:24:12 +07:00
axzilla
c0c7b58dd9 change: simplify library components, move form component to seperate branch 2024-11-22 15:14:46 +07:00
axzilla
e002d6b2aa hotfix: remove unnecessary comments 2024-11-22 14:15:13 +07:00
axzilla
e8103f534c change: better ui on radiogroup component 2024-11-22 14:13:06 +07:00
axzilla
4d7bc1ba6a feat: add slider component 2024-11-22 13:56:44 +07:00
axzilla
5224ac9164 change: slider component WIP 2024-11-21 17:48:46 +07:00
axzilla
1a0c70f750 feat: add textarea component 2024-11-21 15:11:52 +07:00
axzilla
00a8017d50 change: improve and simplify input component 2024-11-20 15:28:30 +07:00
axzilla
0c5e20bb47 change: simplify select component 2024-11-20 13:37:47 +07:00
axzilla
577e22651b change: make datepicker work with external x-model to use it with form component 2024-11-19 17:36:00 +07:00
axzilla
b0bb342a68 hotfix: remove redundant code a base layout 2024-11-19 17:34:59 +07:00
axzilla
c1fb04f0f8 hotfix: remove dev component code 2024-11-19 16:31:13 +07:00
axzilla
cfe5a3e57b change: simplify input component 2024-11-19 16:25:25 +07:00
axzilla
b888af999a change: simplify radiogroup component 2024-11-19 15:45:08 +07:00
axzilla
fad8c8b099 change: simplify checkbox component 2024-11-19 14:24:21 +07:00
axzilla
46b7612604 change: simplify toggle component 2024-11-19 13:48:41 +07:00
axzilla
1de75695ec change: make base layout and related theme switcher more readable 2024-11-18 15:35:39 +07:00
axzilla
e5acbc4a3d merge main into form 2024-10-26 12:34:08 +02:00
Axel Adrian
f3d2d453dc
Merge pull request #6 from axzilla/twerge-hotfix
fix: implement tailwind-merge-go to avoid class conflicts and allow o…
v0.21.1
2024-10-26 11:41:19 +02:00
axzilla
f793662431 fix: implement tailwind-merge-go to avoid class conflicts and allow overwrites 2024-10-26 11:22:36 +02:00
axzilla
370b3378f2 SOFT WIP 2024-10-26 09:28:45 +02:00
axzilla
5f3601e431 improve: add toggle to the preview v0.21.0 2024-10-25 10:07:00 +02:00
axzilla
d5918f2bed fix: remove Go bools on checkbox and use js strings 2024-10-25 09:33:54 +02:00
axzilla
2c13a651fd improve: better colors for disabled toggle component 2024-10-25 09:25:58 +02:00
axzilla
af138f66e4 Merge branch 'main' into dev 2024-10-24 18:19:07 +02:00
axzilla
ef1bf7e3fd Merge branch 'dev' 2024-10-24 18:18:51 +02:00
axzilla
aa7c4025d8 Merge branch 'dev' 2024-10-24 18:14:38 +02:00
axzilla
35e4be1c0a feat: add toggle component 2024-10-24 18:12:25 +02:00
axzilla
a7325e5f13 feat: add toggle component 2024-10-24 18:03:54 +02:00
Axel Adrian
ca4d9a4dda
Update landing.templ 2024-10-23 22:37:49 +02:00
Axel Adrian
fbcca671f6
Update footer.templ 2024-10-23 22:36:48 +02:00
Axel Adrian
cd06d5949d
Update README.md 2024-10-23 22:35:19 +02:00
“axzilla”
9f08a2e1bf fix: correct the label for the icon right button 2024-10-20 21:41:33 +02:00
“axzilla”
33b95f8119 improve(how_to_use): link input.css as reference 2024-10-18 17:13:36 +02:00
“axzilla”
f996db8fd7 improvement: add radio buttons to theme preview 2024-10-18 17:08:27 +02:00
“axzilla”
9a7e6dd83f feat: add radio group component 2024-10-18 16:37:23 +02:00
“axzilla”
5e2edef8bf change(themes): replace css popup with library modal 2024-10-14 12:30:48 +02:00
“axzilla”
394b52690a fix/change: checkbox component
- checked/disabled checkboxes are now shown correctly
- remove unnecessary checkbox showcase example
2024-10-14 11:55:03 +02:00
“axzilla”
d6f3fb5ce6 hotfix: include js/* into Assets embed 2024-10-13 21:00:59 +02:00
“axzilla”
0db9ff7a7d changes: fix some typos and url name issues, cleaner UI on getting started sections 2024-10-13 20:41:18 +02:00
“axzilla”
d7458189b4 change: create a great theme preview 2024-10-13 18:34:31 +02:00
“axzilla”
29885431a7 fix: Datepicker positioning and Checkbox icon visibility
- Improve Datepicker smooth positioning
- Fix Checkbox check icon always visible issue
2024-10-13 18:32:51 +02:00
“axzilla”
351d0b5e00 feat: add themes section to docs 2024-10-13 18:02:09 +02:00
“axzilla”
43e3bfebca change: checkbox design hotfix 2024-10-12 17:37:10 +02:00