Cory LaViska
ff11d86a9d
fix token
2024-09-23 12:12:18 -04:00
Cory LaViska
36fd982263
backport SL2146
2024-09-23 12:04:48 -04:00
Konnor Rogers
0341c1c73e
remove required from color picker docs ( #178 )
2024-09-19 16:31:02 -04:00
Konnor Rogers
2970b3edf2
Reduce GH Action minutes ( #177 )
...
* dont cache playwright
* prettier
* prettier
* fix crashing in form.test.ts
* prettier
* prettier
* fix crashing in form.test.ts
2024-09-19 11:22:57 -04:00
Lindsay M
43c5c009f0
Add Shoelace theme ( #173 )
...
* initial progress
* touch up classic theme
* finalize theming index
* revise themes doc
---------
Co-authored-by: konnorrogers <konnor5456@gmail.com >
2024-09-18 12:01:44 -04:00
Konnor Rogers
fcc96e3b76
fix color picker initial 'isEmpty' state ( #176 )
2024-09-17 17:58:03 -04:00
Konnor Rogers
9339f87ead
fix morphing ( #172 )
...
* fix morphing
* fix morphing
* prettier
* fix morphing
* fix morphing
* fix morphing
* prettier
* add morphing tests
* prettier
* fix tests for reportValidity
* fix tests for reportValidity
* fix tests for reportValidity
* try CI now
* prettier
2024-09-17 15:33:29 -04:00
Lindsay M
25944d8d7d
Breadcrumb styling ( #171 )
...
allow breadcrumb labels to inherit color
2024-09-17 10:09:02 -04:00
Konnor Rogers
14914abf65
Initial SSR implementation ( #157 )
...
* continued ssr work
* continued ssr work
* prettier
* all components now rendering
* everything finally works
* fix type issues
* working on breadcrumb
* working on breadcrumb
* radio group
* convert all tests to ssr
* prettier
* test suite finally passing
* add layout stuff
* add changelog
* fix TS issue
* fix tests
* fixing deploy stuff
* get QR code displaying
* fix tests
* fix tests
* prettier
* condense hydration stuff
* prettier
* comment out range test
* fixing issues
* use base fixtures
* fixing examples
* dont vendor
* fix import of hydration support
* adding notes
* add notesg
* add ssr loader
* fix build
* prettier
* add notes
* add notes
* prettier
* fixing bundled stuff
* remove cdn
* remove cdn
* prettier
* fiixng tests
* prettier
* split jobs??
* prettier
* fix build stuff
* add reset mouse and await aTimeout
* prettier
* fix improper tests
* prettier
* bail on first
* fix linting
* only test form with client
* redundancy on ssr-loader??
* maybe this will work
* prettier
* try callout now
* fix form.test.ts
* fix form.test.ts
* prettier
* fix forms
* fix forms
* try again
* prettier
* add some awaits
* prettier
* comment out broken SSR tests
* prettier
* comment out broken SSR tests
* prettier
* dont skip in CI
* upgrade playwright to beta
* prettier
* try some trickery
* try some trickery
* await updateComplete
* try to fix form.test.ts
* import hydrateable elements 1 time
* prettier
* fix input defaultValue issues
* fix form controls to behave like their native counterpartS
* add changelog entry
* prettier
* fix unexpected behavior with range / button
2024-09-11 10:25:42 -04:00
lindsaym-fa
cd9fa25a2e
fix busted syntax highlighting
2024-08-19 11:14:20 -04:00
Lindsay M
2ade7be332
Add Components Overview/Index ( #159 )
...
Adds a page with a thumbnail grid of all standalone Web Awesome components
2024-08-14 10:31:00 -04:00
Cory LaViska
6e99c20987
Merge pull request #160 from shoelace-style/tree-item-touchup
...
Fix tree item expand icon
2024-08-14 10:18:32 -04:00
Cory LaViska
774d0de537
Merge pull request #161 from shoelace-style/card-footer-corner-fix
...
Fix card footer border radius
2024-08-14 10:18:08 -04:00
lindsaym-fa
b200a4e40c
fix card footer border radius
2024-08-13 13:31:06 -04:00
lindsaym-fa
42e3408993
fix expand icon sizing
2024-08-07 15:01:30 -04:00
Cory LaViska
4dc20ed989
fix port bug
2024-08-05 10:19:13 -04:00
Cory LaViska
24512bc34d
backport 2015
2024-08-05 09:42:00 -04:00
Cory LaViska
1e0c095169
Merge pull request #155 from shoelace-style/91-design-tweaks-and-improvements
...
Fix component alignment
2024-08-01 13:58:15 -04:00
Cory LaViska
f66a6d6481
Merge pull request #158 from shoelace-style/backports
...
Backports
2024-08-01 13:57:58 -04:00
Cory LaViska
4b9176cce1
backport 2129
2024-08-01 13:37:44 -04:00
Cory LaViska
145c5b7c5a
backport 2063
2024-08-01 13:35:19 -04:00
Cory LaViska
f58cb6b08a
backport 2123
2024-08-01 13:32:25 -04:00
Cory LaViska
8535b94087
backport 2084
2024-08-01 13:29:42 -04:00
Cory LaViska
4bda5725b5
backport 2078
2024-08-01 13:28:45 -04:00
lindsaym-fa
6a1572eaf6
correct help text example description
2024-07-12 16:00:16 -04:00
Cory LaViska
7b897b5448
Merge branch 'next' of https://github.com/shoelace-style/webawesome into next
2024-07-08 10:39:47 -04:00
Cory LaViska
33eccfc5f8
fix host styles on components
2024-07-08 10:39:43 -04:00
lindsaym-fa
3ecc14d399
touch up color picker alignment
2024-07-05 18:58:47 -04:00
lindsaym-fa
d026d5c796
add test cases
2024-07-05 18:58:31 -04:00
lindsaym-fa
9fddb4eb01
fix range tooltip positioning
2024-07-05 17:52:05 -04:00
lindsaym-fa
7ae82d722d
Merge branch 'next' into 91-design-tweaks-and-improvements
2024-07-03 17:32:59 -04:00
lindsaym-fa
7474a80ff9
progress on color picker and range alignment
2024-07-03 17:32:43 -04:00
Konnor Rogers
5ac40d728c
fix radio group reaidng number of radios in chrome ( #153 )
2024-07-03 11:25:30 -04:00
Konnor Rogers
f6dd3d383d
Copy button fixes ( #154 )
...
* copy / tooltip fixeS
* revert tooltip
2024-07-03 11:25:17 -04:00
Konnor Rogers
5969d4cbdb
Add copy-button to swatches, and fix min / maxlength on input ( #152 )
...
* add test for min / maxlength
* prettier
* fix accessibility issue in tab group
* add changelog entry
gp
* fix swatches for things that dont have background colors
2024-07-01 16:05:10 -04:00
Cory LaViska
3b6cea10d2
Merge pull request #151 from shoelace-style/talbs/fix-text-appearance-in-themes
...
Fix: Using Appearance Attribute for Text Buttons in Themes
2024-07-01 10:57:15 -04:00
lindsaym-fa
76e55f840a
progress on vertical alignment of inline-block elements
2024-06-27 17:50:03 -04:00
Brian Talbot
1569d10d4b
fixing appearance='text' selector in fa.css theme
2024-06-27 11:59:22 -04:00
Brian Talbot
c4d5e9d2f0
fixing appearance='text' selectors in depth styling
2024-06-27 11:59:09 -04:00
Konnor Rogers
c8e534de0b
Add aria-invalid to <wa-select> due to issue with <input readonly> ( #149 )
...
* add aria-invalid to readonly input
* add comments about select.ts
* prettier
* prettier
2024-06-26 16:29:31 -04:00
Konnor Rogers
236ecd0240
Fix remember scroll ( #148 )
...
* add data-turbo-track
* add data-turbo-track
* add debugging
* add debugging
* remove nopreview
* move top level
* move top level
* move top level
* remove data-turbo-track
* add comment to base.njk
* prettier
2024-06-25 15:57:43 -04:00
Cory LaViska
1175b02d29
sigh
2024-06-24 10:22:36 -04:00
Cory LaViska
0a5b845b97
remove old test
2024-06-24 10:18:45 -04:00
Cory LaViska
6b58a7ac61
Merge pull request #145 from shoelace-style/fix-relative-time
...
fix relative time in screen readers
2024-06-24 10:06:15 -04:00
Cory LaViska
514e394a49
fix relative time in screen readers
2024-06-24 10:05:42 -04:00
lindsaym-fa
d89197eb78
fix typo
2024-06-21 17:55:28 -04:00
lindsaym-fa
3fd29bb252
fix 'icon button with tooltip' guidance
2024-06-21 15:49:58 -04:00
Cory LaViska
17b5c0b79e
Merge pull request #143 from shoelace-style/kj/usage-update
...
updated usage example
2024-06-21 15:44:15 -04:00
Kelsey Jackson
7b1d5d480b
updated usage example
2024-06-21 13:30:24 -05:00
Konnor Rogers
18de476ebd
fix tabs in NextJS ( #141 )
2024-06-21 14:07:30 -04:00