solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Takes care of https://github.com/orgs/solidusio/projects/12?pane=issue&itemId=52018723 ~Contains partial changes from #6282~ (branch in main, and already rebased) ## Summary Implements a list of associated product options types. ### Features - list associated...
> [!NOTE] > Split from #6228 and #6236 ## Summary Since we now have a dedicated UI component for Alerts, we should be able to distinguish which flash type goes...
## Summary Adds a page with form for stock locations create/update, as well as updates stock locations table with links to go to edit page. ~Updates "ui/forms/checkbox" component to contain...
## Summary Adds `inverse_of` and `dependent` options to `has_many` relations in `solidus_legacy_promotions`. I'm not adding foreign keys and all that here because technically this gem won't be supported for much...
## Summary Implement interface to create/edit stores. ### Other changes - Rename `:resource_modal` turbo frame to `:resource_form` and add an overridable method `#resource_form_frame` in resources_controller, that returns default frame name...
Closes #6125 ## Summary https://github.com/user-attachments/assets/d8bff8c6-792d-4c91-84f9-31f6a26bd664 ### Other changes - add `embedded` option to UI table to allow it perfectly fit inside a UI panel; - ~add `Moveable` concern to contain...
## Summary This fixes the linting errors introduced by yet another release of Rubocop. I've chosen to actually do the `inverse_of`/`dependent` dance because it does improve the software. ## Checklist...
This PR is sponsored by :volcano: [MagmaLabs](https://github.com/magma-labs) ## Summary Admin component generator is failing on a clean solidus installation. ``` $ ./bin/rails g solidus_admin:component event [WARNING Spree] Missing migrations. [WARNING...
Loading Spinner is overlaying the form field edges. Chrome latest, video below image. https://github.com/user-attachments/assets/e470bf46-9054-49c5-844a-da4fb37c6b70
## Summary - [ ] Manually fix remaining offences - [ ] Add `standard-rails`? ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are mandatory for all...