mdgriffith mdgriffith
  • Joined on 2022-04-11
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-29 00:16:33 +03:00
173deedebb Add parent triggers for animations
26549090e6 Make trigger elements position:absolute
Compare 2 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-28 07:56:48 +03:00
d249282dab rendered props should be listed as !important
10c15a6892 Whoops, no debugs
eab5fb77dd Set initial styles for intro animations
4d8d8f4126 Add Ui.Anim.intro, Ui.Anim.z, and Ui.Anim.rotationAround. Use the new elm-animator stuff that keeps transforms independent
Compare 4 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-04-28 02:46:41 +03:00
92161e952a Render x,y,z,rotate,rotateAround,scale,scaleX,scaleY,scaleZ to all be as independent as CSS will allow
c4259fabf7 Set initial properties if the first keyframe is a "set" (e.g. zero duration)
7c80d005fd remove dead code
Compare 3 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-27 23:46:37 +03:00
436ca843ea Make image nested so that nearbys and links work. Make it default width fill
7a4111a97d Change root from .ui to .elm-ui-root to avoid collisions
d3236be097 Make default font overrideable via class
Compare 3 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-27 03:36:41 +03:00
2724d80008 Docs update
d01ada6369 Update visual references
50ef94da81 Make scrollable and clip attributes instead of elements
4ce08ad1c9 Single color gradients should generate a 2 color gradient instead of a solid color because apparently a solid color isn't always valid?
89777e6d38 Fix collapsing issue when an element has an exact width within a row
Compare 8 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-16 00:34:50 +03:00
6e521cc902 Add columnWithAlignment and columnWithAlignment3
b9f81df84c Make rows keyed as well
19bfa963c1 Make events work when using withRowAttrs
3a50a5d240 Use explicit column and row coordinates so we can have multiple cells in one cell.
Compare 4 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-13 23:34:48 +03:00
2a9186daf5 Update table to track row state as well as global state
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-12 20:14:57 +03:00
4bec3ebc4c Update docs.json
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-11 19:44:53 +03:00
69dfe6dbfa Images shouldn't be clobbered by buttons
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-10 19:14:50 +03:00
b7cf10c6d0 Update animation visual examples
23a1d16c02 Fix springs and animation encoding
ece519fe40 Disable teleport triggers after they're rendered
26b96b5778 Delete unused decoders
ede76fe812 Remove persistent elements because there's probably a better design somewhere else
Compare 6 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-04-10 17:44:51 +03:00
7cd40fcf8f Remove Debug.log
6c76111820 Update tests
096777e450 Fix springs and tighten up encoding format
d74d1eb3c5 Shrink rendering of transition hash, prop hash
56d5aac66c remove mandatory last frame as we're double rendering it
Compare 9 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-04-06 00:54:49 +03:00
ed3a663857 More visual adjustments and documentation shuffling
217aa66806 Children of elements that have nearbys must be position relative
6984e8ff33 Expose Step
2864ce6c2c Add Ui.imageWithFallback
Compare 4 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-03-31 22:24:59 +03:00
f199ff4f99 More table tests
06992e6edc Fix summary issue
8595dd7603 Don't collapse table rows (provide a manual grid-auto-rows
005f71d8ee Simplify table column implementation
ba85cb4d58 Unify the implementation of sliders
Compare 6 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-03-30 21:54:55 +03:00
ec06e03efc Drastically simplify ui slider inputs
ac5e7f3c5a input slide render test
a6ed2ac2f6 Render script for rendering all of the visual tests at once
686a9ef1e7 visual tests for images
46b39d1a2c Images should be their natural size by default, and scale nicely
Compare 5 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-03-04 23:35:15 +03:00
9b789f75c8 expose toCss
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-03-04 08:55:23 +03:00
2a06b36d21 Fix compilation
f767cd6cb3 Calculate media breakpoints AFTER a lazy call instead of on every render
8c3d2c4aa6 Remove ::after and ::before elements on text nodes for clipping. They're just too weird
f8f70fe177 Add Ui.node for custom webcomponents
b150162b33 Add input text visual testing ground
Compare 7 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-02-13 15:36:11 +03:00
deadc0a23e Handle more animations types
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-02-13 07:26:09 +03:00
9abc45bf91 Remove debugs
7a80a4a5aa Whoops, also expose Ui.mapAttribute
a4a7474a85 Simplify teleport mechanism and att mapAttribute
097492c615 Add more transition and animation visual examples
Compare 4 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-02-10 22:15:53 +03:00
4ffbc621c4 Transition example updated
59576c7683 Apply a cleaner version of font adjustments using the cap unit and ::before and ::after
e2b099bc8f Clarify text wrapping
ccbd9ec149 Add single color renderer to gradients
905858cd4e Adjust table rendering slightly
Compare 10 commits »
mdgriffith synced commits to refs/pull/358/merge at mdgriffith/elm-ui from mirror 2023-12-21 22:38:03 +03:00
a2a155792f Add weird note about Input.email ids
f7846dcd42 Fix Input.Checkbox
Compare 3 commits »