1
0
Fork 0

Merge branch 'main' of gitlab.com:gaiety/gaiety-life into main

This commit is contained in:
Ava Gaiety Wroten 2021-02-28 22:44:50 -06:00
commit fc352584d7
13 changed files with 70 additions and 0 deletions

View file

@ -3,6 +3,7 @@ title: 'Speaking at Ember Conf 2020!'
date: 2019-12-17 date: 2019-12-17
tags: tags:
- Tech - Tech
- A11y
- Ember - Ember
coverImage: /images/uploads/emberconf-2020-accepted-cfp.png coverImage: /images/uploads/emberconf-2020-accepted-cfp.png
description: >- description: >-

View file

@ -3,6 +3,7 @@ title: 'No Longer Attending Ember Conf 2020 (EDIT: Virtual Conf!)'
date: 2020-03-10 date: 2020-03-10
tags: tags:
- Tech - Tech
- A11y
- Ember - Ember
description: >- description: >-
"A11y First, and Everyone Wins" will still be published later as a recorded video and open source repository. "A11y First, and Everyone Wins" will still be published later as a recorded video and open source repository.

View file

@ -3,6 +3,7 @@ title: 'A11y First, and Everyone Wins'
date: 2020-03-26 date: 2020-03-26
tags: tags:
- Tech - Tech
- A11y
- Ember - Ember
coverImage: /images/uploads/a11yfirst.png coverImage: /images/uploads/a11yfirst.png
description: >- description: >-

View file

@ -3,6 +3,7 @@ title: 'Ember New Lang RFC: Merged!'
date: 2020-06-12 date: 2020-06-12
tags: tags:
- Ember - Ember
- A11y
- Tech - Tech
coverImage: /images/uploads/embernewlang-rfc-merged.png coverImage: /images/uploads/embernewlang-rfc-merged.png
description: >- description: >-

View file

@ -0,0 +1,30 @@
---
title: 'Ember-Select-Light 2.0 Released'
date: 2020-10-28
tags:
- Tech
- A11y
- Ember
coverImage: /images/uploads/ember-select-light-tailwind-animated.gif
description: >-
Ember-Select-Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible.
---
Inspired by [ember-component-pattern's for how to best write a Select Element](https://emberjs-1.gitbook.io/ember-component-patterns/form-components/select-element), [ember-select-light](https://github.com/ember-a11y/ember-select-light) is now [Octane Ready](https://emberjs.com/editions/octane/) with the latest release!
Getting started is as easy as...
```bash
ember install ember-select-light
```
```handlebars
<SelectLight
@value="turtle"
@options={{array "turtle" "tortoise"}}
@change={{action "handleChange"}} />
```
See the [full docs here](https://github.com/ember-a11y/ember-select-light) for further details of how it can be used and styled.
Additionally, I'm happy to announce the addon has been moved to the [official Ember A11y GitHub Org](https://github.com/ember-a11y)!

View file

@ -4,6 +4,7 @@ description: Autofocusing to Form Fields - Common Use Cases
date: 2020-02-25 date: 2020-02-25
tags: tags:
- Tech - Tech
- A11y
--- ---
Controlling form focusing is always a "it depends" kind of situation. However, we can often times make intelligent decisions rather than leave the user hanging. Controlling form focusing is always a "it depends" kind of situation. However, we can often times make intelligent decisions rather than leave the user hanging.

View file

@ -0,0 +1,17 @@
---
title: 'TestJS Summit Talk Accepted'
date: 2020-12-01
tags:
- Ember
- A11y
- Tech
coverImage: /images/uploads/testjssummit.png
description: >-
I'll be speaking on Achieving A11y Automation Testing in January 2021. Sign up now!
---
I'm proud to announce I'll be speaking at [TestJS Summit](https://testjssummit.com/) during January 28-29 in 2021! [You can register for the conference here](https://ti.to/gitnation/testjs-summit).
![Achieving A11y Automation Testing: Accessibility testing in has come a long way in recent years. We'll dive into how EmberJS prioritized A11y with meaningful RFC's, Addons, tooling and docs. Most importantly, we'll discuss how these successes can be applied to your very own apps be they Vue, React, Angular or anything else!](/images/uploads/testjssummit-speakerbio.png)
See you there~!

View file

@ -0,0 +1,18 @@
---
title: 'TestJS Summit 2021'
date: 2021-01-29
tags:
- Ember
- A11y
- Tech
coverImage: /images/uploads/testjssummit-happening.jpg
description: >-
Achieving A11y Automation Testing!
---
Another successful conference with a vibrant community. I was impressed with how well [GitNation](https://gitnation.org/) ran everything remotely!
![Achieving A11y Automation Testing: Accessibility testing in has come a long way in recent years. We'll dive into how EmberJS prioritized A11y with meaningful RFC's, Addons, tooling and docs. Most importantly, we'll discuss how these successes can be applied to your very own apps be they Vue, React, Angular or anything else!](/images/uploads/testjssummit-slides.jpg)
I hope to be able to share the recording publicly later, we'll see how that goes as it was a private event.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB