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

109 Commits

Author SHA1 Message Date
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
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
b0bb342a68 hotfix: remove redundant code a base layout 2024-11-19 17:34:59 +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
370b3378f2 SOFT WIP 2024-10-26 09:28:45 +02:00
axzilla
5f3601e431 improve: add toggle to the preview 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
ef1bf7e3fd Merge branch 'dev' 2024-10-24 18:18:51 +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
“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”
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”
351d0b5e00 feat: add themes section to docs 2024-10-13 18:02:09 +02:00
“axzilla”
bc80785967 feat: add checkbox component 2024-10-12 16:02:00 +02:00
“axzilla”
b290a2a7ff change: Improve icon implementation and documentation
- Add link to Lucide in documentation
- Implement icon names as constants for autocomplete
- Optimize icon storage for more efficient resource usage

These changes enhance usability through improved documentation
and autocomplete functionality, while also improving memory
efficiency by optimizing icon storage.
2024-10-11 13:43:24 +02:00
“axzilla”
ecf1467d10 change: improve dropdown menu component 2024-10-11 10:16:42 +02:00
“axzilla”
be5b3ef490 change: remove children from button and use icon props instead 2024-10-10 21:34:43 +02:00
“axzilla”
6684f6bb45 feat: add dropdown menu component 2024-10-10 15:14:43 +02:00
“axzilla”
b4de2f5cb7 fix: change broken release url on introduction page 2024-10-10 11:39:29 +02:00
“axzilla”
73ff309dc7 refactor: use own icon component as svg replacement, fix darkmode on datepicker component 2024-10-10 10:35:49 +02:00
“axzilla”
71eccf4ff9 docs: update docs and more 2024-10-09 19:35:33 +02:00
“axzilla”
d0f8995b61 refactor: rename pgk to pkg 2024-10-09 15:50:29 +02:00
“axzilla”
6c253c801d change: update readme, put icons into icons file 2024-10-09 13:12:37 +02:00
“axzilla”
a3b8815212 fix: delete unnecessaty templ_go files 2024-10-09 11:48:12 +02:00
“axzilla”
11b1f9457f change: improve how to 2024-10-09 11:41:16 +02:00
“axzilla”
e29d8bf0e6 wip: package tryout 2024-10-08 23:11:37 +02:00
“axzilla”
6335fca051 refactor: move icons and compnents into seperate pkg folder 2024-10-08 22:23:14 +02:00
“axzilla”
9693741db0 feat: add icon component 2024-10-08 18:53:48 +02:00
“axzilla”
4fdf078dcc style: beautify docs layout 2024-10-08 15:19:09 +02:00
“axzilla”
1df0a9bc58 feat: add avatar component 2024-10-08 12:38:11 +02:00
“axzilla”
4b175edac6 change: improve docs layout 2024-10-07 17:43:29 +02:00
“axzilla”
86d5cb9934 fix: remove/comment HTMX for now because of browser console issue/bug 2024-10-07 16:34:58 +02:00
“axzilla”
e3a19be6d0 docs: improve docs and introduction page 2024-10-07 16:29:13 +02:00
“axzilla”
13aab664a3 feat: add modal component 2024-10-07 16:09:01 +02:00
“axzilla”
a319540f30 feat: add alert component 2024-10-07 12:02:46 +02:00