solidus_admin 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/builds/solidus_admin/tailwind.css +153 -133
- data/app/components/solidus_admin/base_component.rb +19 -5
- data/app/components/solidus_admin/layout/navigation/account/component.rb +2 -2
- data/app/components/solidus_admin/layout/navigation/component.rb +1 -1
- data/app/components/solidus_admin/layout/navigation/item/component.html.erb +2 -2
- data/app/components/solidus_admin/layout/navigation/item/component.rb +3 -6
- data/app/components/solidus_admin/orders/index/component.rb +1 -1
- data/app/components/solidus_admin/orders/show/adjustments/index/adjustable/component.rb +1 -1
- data/app/components/solidus_admin/orders/show/adjustments/index/source/component.rb +1 -1
- data/app/components/solidus_admin/products/status/component.rb +1 -1
- data/app/components/solidus_admin/stock_items/index/component.rb +1 -1
- data/app/components/solidus_admin/stock_locations/index/component.rb +2 -2
- data/app/components/solidus_admin/ui/forms/field/component.rb +17 -17
- data/app/components/solidus_admin/ui/icon/component.rb +3 -1
- data/app/components/solidus_admin/ui/pages/index/component.rb +5 -5
- data/app/components/solidus_admin/ui/table/component.rb +1 -1
- data/app/components/solidus_admin/ui/thumbnail_with_caption/component.rb +1 -1
- data/app/components/solidus_admin/ui/toast/component.html.erb +1 -1
- data/app/components/solidus_admin/users/index/component.rb +1 -1
- data/app/components/solidus_admin/users/store_credits/index/component.html.erb +49 -0
- data/app/components/solidus_admin/users/store_credits/index/component.rb +106 -0
- data/app/components/solidus_admin/users/store_credits/index/component.yml +12 -0
- data/app/controllers/solidus_admin/controller_helpers/search.rb +4 -4
- data/app/controllers/solidus_admin/users_controller.rb +9 -1
- data/config/routes.rb +1 -0
- data/lib/generators/solidus_admin/install/install_generator.rb +2 -0
- data/lib/solidus_admin/component_registry.rb +1 -1
- data/lib/solidus_admin/configuration.rb +3 -3
- data/lib/solidus_admin/install_tailwindcss.rb +1 -1
- data/lib/solidus_admin/testing_support/dummy_app/rake_tasks.rb +1 -1
- data/lib/solidus_admin/testing_support/feature_helpers.rb +1 -1
- data/lib/solidus_admin/version.rb +1 -1
- data/solidus_admin.gemspec +2 -2
- metadata +7 -5
- data/bin/rails +0 -13
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Solidus Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: geared_pagination
|
@@ -364,6 +364,9 @@ files:
|
|
364
364
|
- app/components/solidus_admin/users/stats/component.html.erb
|
365
365
|
- app/components/solidus_admin/users/stats/component.rb
|
366
366
|
- app/components/solidus_admin/users/stats/component.yml
|
367
|
+
- app/components/solidus_admin/users/store_credits/index/component.html.erb
|
368
|
+
- app/components/solidus_admin/users/store_credits/index/component.rb
|
369
|
+
- app/components/solidus_admin/users/store_credits/index/component.yml
|
367
370
|
- app/components/solidus_admin/users_and_roles/component.rb
|
368
371
|
- app/components/solidus_admin/users_and_roles/component.yml
|
369
372
|
- app/components/solidus_admin/zones/index/component.rb
|
@@ -418,7 +421,6 @@ files:
|
|
418
421
|
- app/views/layouts/solidus_admin/preview.html.erb
|
419
422
|
- app/views/solidus_admin/.keep
|
420
423
|
- app/views/solidus_admin/base/unauthorized.html.erb
|
421
|
-
- bin/rails
|
422
424
|
- config/importmap.rb
|
423
425
|
- config/initializers/view_component.rb
|
424
426
|
- config/locales/adjustment_reasons.en.yml
|
@@ -499,14 +501,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
499
501
|
requirements:
|
500
502
|
- - ">="
|
501
503
|
- !ruby/object:Gem::Version
|
502
|
-
version: 3.
|
504
|
+
version: 3.1.0
|
503
505
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
504
506
|
requirements:
|
505
507
|
- - ">="
|
506
508
|
- !ruby/object:Gem::Version
|
507
509
|
version: 1.8.23
|
508
510
|
requirements: []
|
509
|
-
rubygems_version: 3.5.
|
511
|
+
rubygems_version: 3.5.22
|
510
512
|
signing_key:
|
511
513
|
specification_version: 4
|
512
514
|
summary: Admin interface for the Solidus e-commerce framework.
|
data/bin/rails
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# This command will automatically be run when you run "rails" with Rails gems
|
3
|
-
# installed from the root of your application.
|
4
|
-
|
5
|
-
ENGINE_ROOT = File.expand_path('..', __dir__)
|
6
|
-
ENGINE_PATH = File.expand_path('../lib/solidus_admin/engine', __dir__)
|
7
|
-
|
8
|
-
# Set up gems listed in the Gemfile.
|
9
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __dir__)
|
10
|
-
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
|
11
|
-
|
12
|
-
require "rails/all"
|
13
|
-
require "rails/engine/commands"
|