jho406

Results 31 issues of jho406

Hi! I noticed there was support for multi-line modifier descriptions, but it breaks on anything >2 lines. ``` # Form Button Your standard form button. :hover - Highlights when hovering....

Rail's form helpers are an incredible way to quickly build forms from backend objects. I'd like to have some parity on the superglue side so quickly build uncontrolled components on...

Redux persist isn't needed. It was included originally to handle the case of a direct visit or back button visit to a page that had the redux store mutated from...

At the bookings screen (after you've selected your flights), there's a share button that can be clicked, I'd like to for the API to return the link that appears when...

status: queued
type: feature

## Context Continuing with the [typescript conversation](https://github.com/thoughtbot/superglue/issues/43). `immutability.tsx` is a set of functions that are lightweight helpers that were imported from Scour.js. They're used to mutate objects using keypaths like...

# Context Continuing on with the [conversion to Typescript](https://github.com/thoughtbot/superglue/issues/43), `lib/utils/ujs` creates the handlers for [UJS attributes](https://thoughtbot.github.io/superglue/#/?id=spa-navigation) ## Issue `HandlerBuilder` is a regular class, we'll need to convert this to typescript...

Today, Rails has [Strada](https://strada.hotwired.dev/ "‌"), a [cordova](https://cordova.apache.org/ "‌")-ish solution that brings the web to mobile by using web views and a JS bridge to native functionality. Superglue can offer a...

triage

A Superglue app’s directory structure looks like this: ``` app/ |-- controllers/ |-- views/ | |-- dashboard/ | | |-- index.js # The React page component | | |-- index.json.props...

triage

When clicking on a link that has `data-sg-visit`, we push another entry into the `window.history.state`. This doesn't make sense to do if we're already on the same page we're about...

bug