1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-06 10:44:17 +00:00

260 Commits

Author SHA1 Message Date
axzilla
96e59a8bf6 chore: add sponsor badges 2025-01-30 17:49:06 +07:00
Axel Adrian
447d46c4d9
Update README.md 2025-01-30 17:31:04 +07:00
Axel Adrian
0b256c0e54
Create FUNDING.yml 2025-01-30 17:22:07 +07:00
axzilla
5ff9f274f9 chore: change slogan 2025-01-30 17:06:01 +07:00
Axel Adrian
9e6135e64c
Merge pull request #45 from axzilla/42-datepicker-wrong-blank-days-calculation
fix(datepicker): shift blankdays by 1 to show correct days
v0.29.2
2025-01-30 15:59:13 +07:00
axzilla
d32481c39b fix(datepicker): shift blankdays by 1 to show correct days 2025-01-30 15:57:13 +07:00
axzilla
1314acba11 fix: tailwind v4 wip 2025-01-30 15:43:07 +07:00
axzilla
2aec2d475e fix: make clipboard copy function available in http environments besides https and localhost v0.29.1 2025-01-20 20:34:46 +07:00
Axel Adrian
c684dcdd2f
Merge pull request #40 from axzilla/dev
merge into dev
v0.29.0
2025-01-11 08:56:38 +07:00
Axel Adrian
434f3dff08
Merge pull request #39 from axzilla/32-time-picker
feat: add timepicker
2025-01-11 08:51:22 +07:00
axzilla
74d8ba0da7 feat(timepicker): add update position 2025-01-11 08:50:05 +07:00
axzilla
a53624fb46 feat(timepicker): split up examples, create lib comments, add showcase description 2025-01-11 08:39:19 +07:00
axzilla
84b0a49e10 feat(timepicker): better am/pm buttons 2025-01-11 08:12:23 +07:00
axzilla
ee5a9c7b2e fix(timepicker): avoid submit if am/pm is clicked 2025-01-11 07:43:12 +07:00
axzilla
ee84b72c5c feat(timepicker): change 12h format 2025-01-11 07:01:47 +07:00
axzilla
64bea34280 feat: timepicker WIP 2025-01-10 15:07:39 +07:00
Axel Adrian
fe4ed0c528
Merge pull request #37 from axzilla/dev
fix(datepicker): language config is now initialized correctly
v0.28.3
2025-01-10 08:11:02 +07:00
axzilla
e373dbff7d fix(datepicker): language config is now initialized correctly 2025-01-10 08:08:24 +07:00
axzilla
d95bdc6ff6 feat(docs): change version requirements for Go and templ 2025-01-03 07:23:06 +07:00
axzilla
67ca70c36c chore: upgrade templ to v0.3.819 2025-01-03 06:57:11 +07:00
axzilla
9ae9ac0857 feat(card): change some css stylings 2025-01-02 09:23:09 +07:00
Axel Adrian
6560574f0d
Merge pull request #30 from axzilla/dev
fix: remove initial page flicker things in docs and components
v0.28.2
2024-12-29 16:20:43 +07:00
axzilla
56c788452d fix(code): move highlight.js stuff inside the code component itself to
avoid flickering on initial page load
2024-12-29 16:15:47 +07:00
axzilla
92ca3719e6 fix(tabs): avoid flicker on first active tab on initial page load 2024-12-29 15:49:37 +07:00
Axel Adrian
a762a01388
Merge pull request #29 from axzilla/27-back-navigation-and-hamburger-menu
fix: disable bfbrowser cache
2024-12-29 15:28:05 +07:00
axzilla
934a9de24e fix: disable bfbrowser cache 2024-12-29 15:24:09 +07:00
Axel Adrian
52aff5f33a
Merge pull request #28 from axzilla/26-regarding-value-of-checkbox
fix(checkbox): provide value attribute only if its set
v0.28.1
2024-12-28 08:40:07 +07:00
axzilla
0d755b0f32 fix(checkbox): provide value attribute only if its set 2024-12-25 09:00:42 +07:00
Axel Adrian
4cd0eb6cf2
Update README.md 2024-12-24 12:29:48 +07:00
Axel Adrian
986c0c03dd
Merge pull request #24 from axzilla/dev
feat: add Code component with copy functionality and update related t…
v0.28.0
2024-12-23 15:49:29 +07:00
axzilla
c61fb512d5 feat: add Code component with copy functionality and update related templates 2024-12-23 15:48:36 +07:00
Axel Adrian
0c88af2f35
Merge pull request #23 from axzilla/dev
refactor: rename 'internals' to 'internal' across the codebase
v0.27.1
2024-12-22 12:53:21 +07:00
axzilla
9740092fb8 refactor: rename 'internals' to 'internal' across the codebase 2024-12-22 12:45:08 +07:00
Axel Adrian
62407c56a0
Merge pull request #22 from axzilla/dev
feat: add tooltip component
v0.27.0
2024-12-21 15:39:57 +07:00
axzilla
63ae12ed64 feat: add tooltip component 2024-12-21 15:38:39 +07:00
Axel Adrian
f23a7cd9ac
Merge pull request #18 from axzilla/dev
fix: optimize CSP middleware to focus on script-src security
v0.26.1
2024-12-19 09:44:52 +07:00
axzilla
f51ed74d68 fix: optimize CSP middleware to focus on script-src security 2024-12-19 09:41:19 +07:00
Axel Adrian
f18405be2d
Merge pull request #17 from sdil/patch-1
[bug] Fix typo
2024-12-18 17:35:50 +07:00
Mohamad Fadhil
4ad3ee4c0d
Fix typo 2024-12-18 18:09:04 +08:00
Axel Adrian
1207a11ed7
Merge pull request #16 from axzilla/dev
feat: Implement CSP-compliant Architecture & Alpine.js Integration
v0.26.0
2024-12-18 17:00:39 +07:00
axzilla
bfa61a402e feat: update how-to-use documentation with enhanced CSP middleware guidance and Alpine.js integration 2024-12-18 16:31:20 +07:00
axzilla
4ea74cbe76 feat: enhance landing page and README with enterprise-ready features and improved styling 2024-12-18 15:42:01 +07:00
axzilla
99f9d91467 feat: update how-to-use documentation with CSP-compliant Alpine.js and new middleware examples 2024-12-18 15:08:57 +07:00
axzilla
92e8b6ba62 refactor: introduce ContainerWrapper for consistent example layout across components 2024-12-18 13:44:38 +07:00
axzilla
20ed9e4eb8 feat: add usage examples 2024-12-18 12:33:39 +07:00
axzilla
40693633f7 refactor: implement default values for Toast component properties 2024-12-18 09:25:13 +07:00
axzilla
1af26f28f5 refactor: add Tailwind, Alpine, JS badges to show used technologies on page 2024-12-18 09:15:01 +07:00
axzilla
6cf4e38ece refactor: consolidate component script handling into helpers for improved maintainability 2024-12-18 08:15:17 +07:00
axzilla
51efa88f0a refactor: rename handler functions to script for consistency across components 2024-12-18 08:01:58 +07:00
axzilla
b094c68fa0 refactor: enhance Toast component with usage examples and improved form handling 2024-12-18 07:52:53 +07:00