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

50 Commits

Author SHA1 Message Date
axzilla
64bea34280 feat: timepicker WIP 2025-01-10 15:07:39 +07:00
axzilla
934a9de24e fix: disable bfbrowser cache 2024-12-29 15:24:09 +07:00
axzilla
c61fb512d5 feat: add Code component with copy functionality and update related templates 2024-12-23 15:48:36 +07:00
axzilla
9740092fb8 refactor: rename 'internals' to 'internal' across the codebase 2024-12-22 12:45:08 +07:00
axzilla
63ae12ed64 feat: add tooltip component 2024-12-21 15:38:39 +07:00
axzilla
f51ed74d68 fix: optimize CSP middleware to focus on script-src security 2024-12-19 09:41:19 +07:00
axzilla
cac0434ceb feat: implement CSP-compliant Alpine.js integration and middleware 2024-12-17 13:27:27 +07:00
axzilla
d682d5f443 feat: implement nonce generation and enhance modal functionality with new handlers (first CSP on some components) 2024-12-14 12:26:57 +07:00
axzilla
b8612c352c refactor: clean up unused CSS classes and improve toast handler structure 2024-12-12 15:18:42 +07:00
axzilla
0bc679826c Merge dev 2024-12-11 16:23:08 +07:00
axzilla
12e61cc0ab refactor: update module name and adjust import paths to reflect new structure 2024-12-11 11:47:45 +07:00
axzilla
1c969ad381 feat(toast): WIP 2024-12-11 11:13:07 +07:00
axzilla
239addb50e feat: create badge component 2024-12-10 08:17:41 +07:00
axzilla
e48fcf21de refactor: clean up unused code and enhance documentation for development tools, remove mimetype stuff 2024-12-07 19:24:40 +07:00
axzilla
dd47813fd3 Merge main 2024-12-06 20:10:45 +07:00
axzilla
fc85d583ec feat(form WIP): enhance showcase components with new layouts and improved accessibility 2024-12-05 18:56:04 +07:00
axzilla
0f6c7d8262 chore: upgrade to Go 1.23.3 and fix MIME types
- Update go.mod to Go 1.23.3
- Add explicit MIME type handling for static files
2024-11-28 14:31:41 +07:00
axzilla
c0c7b58dd9 change: simplify library components, move form component to seperate branch 2024-11-22 15:14:46 +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
370b3378f2 SOFT WIP 2024-10-26 09:28:45 +02:00
axzilla
a7325e5f13 feat: add toggle component 2024-10-24 18:03:54 +02:00
“axzilla”
9a7e6dd83f feat: add radio group component 2024-10-18 16:37:23 +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”
6684f6bb45 feat: add dropdown menu component 2024-10-10 15:14:43 +02:00
“axzilla”
9693741db0 feat: add icon component 2024-10-08 18:53:48 +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”
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
“axzilla”
48d807ce6a feat: add datepicker component 2024-10-07 10:12:07 +02:00
“axzilla”
aea8a59b85 feat: add accordion component 2024-10-07 09:49:40 +02:00
“axzilla”
683e34fb62 feat: add input component wip 2024-10-07 08:32:02 +02:00
“axzilla”
d1e502f602 feat: add card component 2024-10-06 12:27:18 +02:00
“axzilla”
daf3656f97 feat: tabs component improvement 2024-10-05 13:18:14 +02:00
“axzilla”
808ba56477 chore: change landing UI 2024-10-05 12:18:58 +02:00
“axzilla”
c77d703fa6 chore: major improvements on UI stuff 2024-10-05 11:55:31 +02:00
“axzilla”
34d3143811 chore: better UI 2024-10-04 20:33:29 +02:00
“axzilla”
2e0c7ce06b feat: add intro and how to 2024-10-04 16:25:07 +02:00
“axzilla”
0946146501 fix: fix issue with cached tailwind classes 2024-10-04 11:25:06 +02:00
“axzilla”
1a13fb7d76 feat: add tabs components and showcase 2024-10-03 18:56:28 +02:00
“axzilla”
e514a56541 chore: better sheet UI 2024-10-03 11:01:56 +02:00
“axzilla”
33deb20b17 feat: add sheet 2024-10-03 09:41:14 +02:00
“axzilla”
99a11cb799 Refactor package structure for landing page and button component 2024-10-02 20:36:36 +02:00
“axzilla”
54110a8832 chore: add highlight.js, seperate button from landing 2024-10-02 11:23:10 +02:00
“axzilla”
403669e43c Refactor CSS classes and load configuration in server setup 2024-10-01 18:22:40 +02:00
“axzilla”
4fdfbefd42 Refactor asset handling in server setup 2024-10-01 18:13:13 +02:00
“axzilla”
9480341c3f Initial commit 2024-10-01 17:57:56 +02:00