Andrew Bone

Results 52 comments of Andrew Bone

My current function only looks at that attribute when once in attach and then calls this function [#L348](https://github.com/Link2Twenty/l2t-paper-slider/blob/master/l2t-paper-slider.html#L348) I suppose what we need is an observer on autoProgress that can...

This would also close #18206

https://github.com/forem/forem/blob/19d6a26f7b9983cc6102b0cabcdfa0abe1b035ee/app/views/moderations/mod.html.erb#L93 Typo in the DB I think EDIT: I was wrong 😁

This is the component that renders the button https://github.com/forem/forem/blob/main/app/javascript/articles/components/SaveButton.jsx It looks like the button already takes the whole article object so there's plenty of data to make an aria label...

Oh, goodness. Might be worth unifying that at some point 😅.

Don't forget there might also be a mod shield in that bar. Things start getting quite tight on mobile.

Generally there are 2 aspect ratios I like to try stuff on (for my work projects) `375x667` (iPhone SE) which I need everything to fit nicely and `280x653` (Galaxy Fold,...

If the new button is a filled or not filled icon. Should we set it up like a toggle button? https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role#toggle_buttons

@nickytonline is there a solution to this in the pipeline? I see the pull request you submitted was closed for more thought.