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

16 Commits

Author SHA1 Message Date
“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