-
Hi there!
Thanks for all your hard work on webpacker, it's excellent! I'm having a bit of an issue using typescript and stimulus on Rails 5.1 and webpacker 3.2.2.
I installed webpacker, typescri…
-
### What we should change and why (this is tech debt)
As OFN is transitioning to use StimulusJs in the frontend, remove all Jquery/Angular code that handles admin orders cancellation to Stimulus. T…
-
### What we should change and why (this is tech debt)
When a report takes a long time, the user may want to leave the desk and download the report later. It would be nice to tell the user that it…
-
Context:
Can't use reflex on page that contains `#!#` in URL as it is a non-valid URI.
https://github.com/openfoodfoundation/openfoodnetwork/pull/9729
In this [PR](https://github.com/openfoodfoundati…
-
Hi,
Currently the docs mention that: ``
Will render:
```html
November 27, 2013 11:43pm
```
Which then gets converted client-side to:
```html
November 27, 2013 6:43pm
```
90% of t…
-
It is cumbersome to move the blocks in the project dashboard. To put blocks in the 2-colum area is impossible.
When changing to default theme, everything works fine and the blocks can be adjusted eas…
-
An introduction to implementing StimulusJS into a Rails 7 app using Importmaps, with an example using accordions.
- For 15 November 2022
- 15 minute presentation
- Twitter username: leesheppard
- …
-
### Reduced Test Case
Sorry, not reproducible with a link. It is part of a big application that I inherited and it is infeasible for me to strip the 100s of other packages while still keeping this …
-
https://stimulusjs.org/handbook/building-something-real
-
### Describe the bug
setting the field to searchable will cause the html properties to be ignored
```ruby
field :article, as: :belongs_to, searchable: true,
html: {
edit: {
…