TheoryOfNekomata
|
5625f3e83b
|
Update spinner behavior, document types
Add TSDoc to component props. Spinners now display activated up/down buttons as well as maskedtextinput toggle buttons.
|
il y a 1 an |
TheoryOfNekomata
|
09cfe2301c
|
Improve numberspinner UI
Add consistent behavior for numberspinner.
|
il y a 1 an |
TheoryOfNekomata
|
0f0c823761
|
Add fallback ID hook
Use fallback ID hook instead of defining verbose React hooks.
|
il y a 1 an |
TheoryOfNekomata
|
b2cbbe66bd
|
Improve UX for maskedtextinput, taginput
Make UX as seamless as possible.
|
il y a 1 an |
TheoryOfNekomata
|
4dd56bb336
|
Add fallback for phone number input
Make sure every change event returns a string.
|
il y a 1 an |
TheoryOfNekomata
|
82fb2b253b
|
Update defaultValue behavior
Add default value handling for phonenumberinput.
|
il y a 1 an |
TheoryOfNekomata
|
9643e56622
|
Extract proxy hook
Put proxy hook into react-utils.
|
il y a 1 an |
TheoryOfNekomata
|
61f8c99569
|
Update ref handling
Remove fallback ref.
|
il y a 1 an |
TheoryOfNekomata
|
181a212b6b
|
Add proxy to phonenumberinput
Enable phonenumberinput to have value set via ref.
|
il y a 1 an |
TheoryOfNekomata
|
12ec7d4207
|
Improve keyboard handling
Use keyboard shortcut on toggling maskedtextinput visibility.
|
il y a 1 an |
TheoryOfNekomata
|
dc7d410a1a
|
Disable default focus ring
Remove default focus rin on masked text input toggle button.
|
il y a 1 an |
TheoryOfNekomata
|
f81307ccb6
|
Fix maskedtextinput toggle
Ensure toggle button is on top.
|
il y a 1 an |
TheoryOfNekomata
|
8a2d21d422
|
Add default indicators
Add indicators to email, phone, url, password, date, and time components.
|
il y a 1 an |
TheoryOfNekomata
|
6f00e7d138
|
Fix Lynx rendering
Properly specify input labels layout on Lynx.
|
il y a 1 an |
TheoryOfNekomata
|
79b54d91df
|
Implement color picker component
Style native input type color component.
|
il y a 1 an |
TheoryOfNekomata
|
26a43a6a98
|
Update text controls
Add length prop for size.
|
il y a 1 an |
TheoryOfNekomata
|
cc5757b459
|
Implement temporal components
Implement components with native HTML counterparts except datetime-local
|
il y a 1 an |
TheoryOfNekomata
|
1411f697f1
|
Make formatting consistent
Use consistent formatting for conditional markup for components.
|
il y a 1 an |
TheoryOfNekomata
|
2a612b947b
|
Update phone number input
Use state variable for defining blank values.
|
il y a 1 an |
TheoryOfNekomata
|
3e48a1cdcd
|
Fix UI inconsistencies
Update button colors, as well as cursor for menumultiselect.
|
il y a 1 an |
TheoryOfNekomata
|
1a1b0473df
|
Migrate tests
Use old tests for components.
|
il y a 1 an |
TheoryOfNekomata
|
458b393cb8
|
Update tests
Provide more tests for choice components.
|
il y a 1 an |
TheoryOfNekomata
|
320a2e8eac
|
Update tests
Add tests for choice elements.
|
il y a 1 an |
TheoryOfNekomata
|
cfe7a13cc4
|
Update font for inputs
Use the font on the current page for input elements.
|
il y a 1 an |
TheoryOfNekomata
|
88e754bcee
|
Update documentation
Start migrating tests, tsdoc across components.
|
il y a 1 an |
TheoryOfNekomata
|
6fa669c48e
|
Update phone number input
Use phone number input for react on formatting phone numbers as you type.
|
il y a 1 an |
TheoryOfNekomata
|
71465a50d4
|
Define temporal package
Temporal is for entering dates and times.
|
il y a 1 an |
TheoryOfNekomata
|
a25a7f572d
|
Add philosophy document
For guidelines on component implementations.
|
il y a 1 an |
TheoryOfNekomata
|
ad8e62c499
|
Fix tagsInput event handling
Properly handle events for focus, blur, and change.
|
il y a 1 an |
TheoryOfNekomata
|
925ee8cec7
|
Fix component selection
Make sure some elements' children are not selectable.
|
il y a 1 an |
TheoryOfNekomata
|
6ec9707a3a
|
Merge pull request 'refactor/tailwind' (#3) from refactor/tailwind into master
Reviewed-on: https://code.modal.sh/tesseract-design/tesseract/pulls/3
|
il y a 1 an |
TheoryOfNekomata
|
a73d093533
|
Make components consistent
Manage props directly and fix some linting errors across all categories.
|
il y a 1 an |
TheoryOfNekomata
|
3a3e90b9a4
|
Update registration form layout
Use formatted components instead of all freeform components.
|
il y a 1 an |
TheoryOfNekomata
|
5c688edb3b
|
Extract all components
Extract all components from showcase to their own packages.
|
il y a 1 an |
TheoryOfNekomata
|
231b0382df
|
Extract all categories outside kitchen sink
Define all categories presently implemented.
|
il y a 1 an |
TheoryOfNekomata
|
af2ccbd7d8
|
Extract BinaryDataCanvas
Define BinaryDataCanvas as own component.
|
il y a 1 an |
TheoryOfNekomata
|
8391669d6c
|
Update content utils
Make utils methods consistent.
|
il y a 1 an |
TheoryOfNekomata
|
49d29e6f96
|
Extract Number and Option (Choice and Multichoice)
Define categories for Number and Option components.
|
il y a 1 an |
TheoryOfNekomata
|
77bf6806bd
|
Update workspace structure
Start separating trivial components to their own categories outside the
kitchen sink package.
|
il y a 1 an |
TheoryOfNekomata
|
9a15d190ed
|
Update image utils
Provide logic for server.
|
il y a 1 an |
TheoryOfNekomata
|
ef7c5e6e2e
|
Update options display
Add menuselect starting height, as well as remove extra code for option
elements.
|
il y a 1 an |
TheoryOfNekomata
|
bd823bb9b6
|
Set up pnpm workspace
Separate some packages into their own workspace definition for
flexibility.
|
il y a 1 an |
TheoryOfNekomata
|
4018688abb
|
Update file preview actions
Make action layouts consistent.
|
il y a 1 an |
TheoryOfNekomata
|
7c12563d7d
|
Update exports
Ensure exports are consistent.
|
il y a 1 an |
TheoryOfNekomata
|
daffeb7b53
|
Update tick box controls
Apply styles on block.
|
il y a 1 an |
TheoryOfNekomata
|
4b8d2afbd1
|
Update tagsinput implementation
Fix styles and behavior.
|
il y a 1 an |
TheoryOfNekomata
|
30e80055bb
|
Attempt to make tag input work
Integrate tag input styling to tag input component.
|
il y a 1 an |
TheoryOfNekomata
|
57bbb37372
|
Finish customizing option components
Render all option components.
|
il y a 1 an |
TheoryOfNekomata
|
1b2b5d9f9b
|
Update options display for slider
Use only option elements for slider tick marks.
|
il y a 1 an |
TheoryOfNekomata
|
6833054b63
|
Add more test options for slider
Test slider tick marks for out of bounds.
|
il y a 1 an |