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
2024-11-25 15:59:26 +07:00
axzilla
0485471ba9
Merge branch 'dev'
2024-11-22 15:31:17 +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
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
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
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
35e4be1c0a
feat: add toggle component
2024-10-24 18:12:25 +02:00
Axel Adrian
fbcca671f6
Update footer.templ
2024-10-23 22:36:48 +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”
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
“axzilla”
9d790d397c
fix: lib/makefile/css hotfix
2024-10-12 16:49:17 +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”
73ff309dc7
refactor: use own icon component as svg replacement, fix darkmode on datepicker component
2024-10-10 10:35:49 +02:00
“axzilla”
27e3383e77
hotfix: url typo
2024-10-10 09:22:04 +02:00
“axzilla”
ebd1b4e0f5
refactor: add separate CSS for lib components
...
- Create tailwind.config.lib.js for library-specific config
- Add generate-lib-css command to build process
- Produce goilerplate.css in pkg/styles for lib components
- Improve performance by reducing CSS file size for lib users
- Maintain shared styles between main and lib CSS
2024-10-10 09:12:17 +02:00
“axzilla”
ac1ff38a70
hotfix
2024-10-09 18:12:50 +02:00
“axzilla”
e01eafb674
change: renaming some stuff
2024-10-09 18:08:26 +02:00
“axzilla”
38a12acf1c
refactor: update CSS URL to use CDN
...
Update the CSS URL in the `pkg/styles/styles.go` file to use a CDN instead of directly referencing the GitHub repository. This change ensures faster and more reliable loading of the stylesheet.
2024-10-09 17:12:38 +02:00
“axzilla”
ed0a3ac620
fix: config issue
2024-10-09 16:48:44 +02:00
“axzilla”
5a8d8ded19
fix: commit correct production components
2024-10-09 16:14:29 +02:00
“axzilla”
d0f8995b61
refactor: rename pgk to pkg
2024-10-09 15:50:29 +02:00
“axzilla”
ec5ea46d1b
change: pkg WIP
2024-10-09 15:44:37 +02:00