Kirill Platonov
Kirill Platonov
@dan-gamble I made this a second thought and I feel like tying this library with AppBridge won't be a good idea. The library provides UI and this controller is more...
I'm thinking of extracting all stuff required to integrate AppBridge & Rails into a separate gem. We have a lot of common code in Shopify Hotwire Sample already. So we...
It's definitely possible to build one with this library. We have all ingredients in place: modals, text fields, and resource lists. But as far as I know, no one shared...
I already added few for FormBuilder: https://github.com/baoagency/polaris_view_components/blob/main/config/locales/en.yml But worth checking if we have other hardcoded strings and extract them.
Hey Kevin, I will add ShopifyGraphql and sample query to this repo 👌
Closing in favor of #274
Added support for `jsbundling-rails` and `cssbundling-rails` output folder out of the box: https://github.com/kirillplatonov/hotwire-livereload/pull/37
I continue investigating this issue. So far I found out that websocket got disconnected due to ActionCable server restart: https://github.com/rails/rails/blob/main/actioncable/lib/action_cable/engine.rb#L91 But I'm not able to locate what's causing class unloading...
@elik-ru thanks for the PR 🙌 I will review and test on the weekend