Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from solidusio:main #386

Merged
merged 55 commits into from
Dec 16, 2023
Merged

[pull] main from solidusio:main #386

merged 55 commits into from
Dec 16, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 7, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

rainerdema and others added 11 commits December 6, 2023 10:51
Enhanced the search capabilities in the admin panel by updating
the `allowed_ransackable_attributes` of `Spree::AdjustmentReason`,
`Spree::RefundReason`, `Spree::ReimbursementType`, `Spree::ReturnReason`
and `Spree::StoreCreditReason`.
Resolved a `PG::InvalidColumnReference` error in postgres for 
controllers interfacing with models including the
`Spree::NamedType` concern.
This concern's default scope, which orders records by the
lowercased `name`, conflicted with `SELECT DISTINCT` queries.
Setup the pipeline context after bundler has run
…-page

[Admin] Add `Refunds and Returns` section with correlated index pages
rainerdema and others added 29 commits December 11, 2023 17:38
[Admin] Add `stock_items/edit` modal component
This aligns index pages with the default `geared_pagination` gem 
settings:
15 items on page 1, 30 on page 2, 50 on page 3, and 100
from page 4 onwards.
Migrated Ransack search key from configuration preferences to components
in index pages, aligning with our component-based architecture.
This will allow more apps to experiment with it and be able to report
issues and incompatibilities.
…in-admin

[Admin] Refactor index page settings: Ransack search and pagination
Updated the filter toolbar to accommodate multiple filters.
- Implemented flex-wrap in the toolbar to allow filters to wrap onto new 
lines
when space is limited.
- Adjusted minimum height for dynamic expansion.
Resolved a z-index issue where filter dropdowns were obscured by 
underlying
elements. Added a higher z-index value to ensure dropdowns
appear above other content.
Generate the sandbox using the version of Rails coming from the Gemfile
…olbar-responsiveness

[Admin] Enhancements to filter toolbar and dropdown visibility
…ndency

[admin] Relax the SolidusAdmin dependency on Solidus core
Fetching all the variants was too expensive for stores with hundreds
or thousands of them.

Co-Authored-By: Rainer Dema <[email protected]>
Using this config to conditionally disable orders and products routes,
restricting them to only index actions unless the config is enabled.
This setup was done to manage access to features still in development.
…alpha-features-config

[Admin] Implement `enable_alpha_features?` preference config for selective feature access
Add a missing YAML reference to the default database config
@pull pull bot merged commit 3fe73ad into nebulab:main Dec 16, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants