spree_admin 5.1.0.beta4 → 5.1.0
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/stylesheets/spree/admin/components/_badges.scss +4 -0
- data/app/assets/stylesheets/spree/admin/components/_buttons.scss +13 -2
- data/app/assets/stylesheets/spree/admin/components/_filters.scss +8 -1
- data/app/assets/stylesheets/spree/admin/components/_main.scss +13 -1
- data/app/assets/stylesheets/spree/admin/components/_media_form.scss +1 -1
- data/app/assets/stylesheets/spree/admin/components/_modals.scss +3 -1
- data/app/assets/stylesheets/spree/admin/components/_navbar.scss +1 -1
- data/app/assets/stylesheets/spree/admin/components/_tables.scss +6 -10
- data/app/assets/stylesheets/spree/admin/components/_variants_form.scss +1 -1
- data/app/assets/stylesheets/spree/admin/global/_variables.scss +12 -7
- data/app/assets/stylesheets/spree/admin/shared/_base.scss +7 -6
- data/app/controllers/spree/admin/gift_card_batches_controller.rb +23 -0
- data/app/controllers/spree/admin/gift_cards_controller.rb +94 -0
- data/app/controllers/spree/admin/orders_controller.rb +25 -3
- data/app/controllers/spree/admin/payments_controller.rb +3 -0
- data/app/controllers/spree/admin/products_controller.rb +3 -3
- data/app/controllers/spree/admin/reimbursements_controller.rb +5 -1
- data/app/controllers/spree/admin/resource_controller.rb +12 -1
- data/app/controllers/spree/admin/search_controller.rb +22 -0
- data/app/controllers/spree/admin/store_credits_controller.rb +8 -5
- data/app/controllers/spree/admin/translations_controller.rb +31 -25
- data/app/helpers/spree/admin/base_helper.rb +55 -0
- data/app/helpers/spree/admin/navigation_helper.rb +2 -2
- data/app/helpers/spree/admin/payments_helper.rb +0 -5
- data/app/helpers/spree/admin/products_helper.rb +1 -1
- data/app/helpers/spree/admin/promotion_rules_helper.rb +13 -1
- data/app/helpers/spree/admin/shipment_helper.rb +2 -0
- data/app/javascript/spree/admin/application.js +2 -0
- data/app/javascript/spree/admin/controllers/active_storage_upload_controller.js +2 -11
- data/app/javascript/spree/admin/controllers/return_items_controller.js +6 -1
- data/app/javascript/spree/admin/controllers/sticky_controller.js +24 -0
- data/app/javascript/spree/admin/controllers/variants_form_controller.js +1 -1
- data/app/javascript/spree/admin/helpers/uppy_active_storage.js +15 -3
- data/app/views/active_storage/_upload_form.html.erb +3 -3
- data/app/views/spree/admin/coupon_codes/_coupon_code.html.erb +2 -6
- data/app/views/spree/admin/coupon_codes/index.csv.erb +1 -1
- data/app/views/spree/admin/custom_domains/edit.html.erb +2 -3
- data/app/views/spree/admin/custom_domains/new.html.erb +2 -3
- data/app/views/spree/admin/dashboard/_setup_progress.html.erb +2 -3
- data/app/views/spree/admin/dashboard/_store_preview.html.erb +3 -9
- data/app/views/spree/admin/gift_card_batches/_form.html.erb +30 -0
- data/app/views/spree/admin/gift_card_batches/new.html.erb +15 -0
- data/app/views/spree/admin/gift_cards/_filters.html.erb +43 -0
- data/app/views/spree/admin/gift_cards/_form.html.erb +30 -0
- data/app/views/spree/admin/gift_cards/_gift_card.html.erb +28 -0
- data/app/views/spree/admin/gift_cards/_list.html.erb +24 -0
- data/app/views/spree/admin/gift_cards/_table_filter_dropdown.html.erb +25 -0
- data/app/views/spree/admin/gift_cards/edit.html.erb +20 -0
- data/app/views/spree/admin/gift_cards/index.csv.erb +22 -0
- data/app/views/spree/admin/gift_cards/index.html.erb +41 -0
- data/app/views/spree/admin/gift_cards/new.html.erb +30 -0
- data/app/views/spree/admin/gift_cards/show.html.erb +199 -0
- data/app/views/spree/admin/integrations/new.html.erb +7 -4
- data/app/views/spree/admin/oauth_applications/edit.html.erb +2 -3
- data/app/views/spree/admin/oauth_applications/new.html.erb +2 -3
- data/app/views/spree/admin/option_types/edit.html.erb +4 -0
- data/app/views/spree/admin/orders/_customer.html.erb +5 -2
- data/app/views/spree/admin/orders/_payments.html.erb +1 -1
- data/app/views/spree/admin/orders/_return_authorizations.html.erb +3 -1
- data/app/views/spree/admin/orders/_shipment.html.erb +1 -1
- data/app/views/spree/admin/orders/_shipments.html.erb +1 -1
- data/app/views/spree/admin/orders/return_authorizations/_form.html.erb +13 -11
- data/app/views/spree/admin/page_sections/forms/_featured_posts.html.erb +0 -5
- data/app/views/spree/admin/pages/_form.html.erb +20 -26
- data/app/views/spree/admin/pages/new.html.erb +10 -4
- data/app/views/spree/admin/payments/_payment.html.erb +14 -9
- data/app/views/spree/admin/payments/new.html.erb +1 -1
- data/app/views/spree/admin/payments/source_forms/_gateway.html.erb +1 -1
- data/app/views/spree/admin/post_categories/edit.html.erb +2 -3
- data/app/views/spree/admin/post_categories/new.html.erb +2 -3
- data/app/views/spree/admin/products/edit.html.erb +2 -2
- data/app/views/spree/admin/promotion_actions/_promotion_action.html.erb +1 -1
- data/app/views/spree/admin/promotion_actions/edit.html.erb +2 -2
- data/app/views/spree/admin/promotion_rules/_promotion_rule.html.erb +26 -9
- data/app/views/spree/admin/promotion_rules/edit.html.erb +2 -2
- data/app/views/spree/admin/promotion_rules/forms/_option_value.html.erb +1 -1
- data/app/views/spree/admin/promotions/_actions.html.erb +2 -2
- data/app/views/spree/admin/promotions/_rules.html.erb +2 -2
- data/app/views/spree/admin/promotions/_sidebar.html.erb +5 -13
- data/app/views/spree/admin/properties/_property.html.erb +2 -2
- data/app/views/spree/admin/properties/edit.html.erb +12 -5
- data/app/views/spree/admin/properties/new.html.erb +9 -5
- data/app/views/spree/admin/refunds/new.html.erb +6 -1
- data/app/views/spree/admin/reimbursement_types/edit.html.erb +2 -3
- data/app/views/spree/admin/reimbursement_types/new.html.erb +2 -4
- data/app/views/spree/admin/shared/_content_header.html.erb +9 -4
- data/app/views/spree/admin/shared/_edit_resource_links.html.erb +3 -1
- data/app/views/spree/admin/shared/_header.html.erb +2 -2
- data/app/views/spree/admin/shared/_index_table_options.html.erb +1 -1
- data/app/views/spree/admin/shared/_preferences.html.erb +1 -0
- data/app/views/spree/admin/shared/_sidebar.html.erb +1 -1
- data/app/views/spree/admin/shared/_user.html.erb +2 -7
- data/app/views/spree/admin/shared/named_types/_edit.html.erb +2 -3
- data/app/views/spree/admin/shared/named_types/_new.html.erb +2 -3
- data/app/views/spree/admin/shared/sortable_tree/_taxonomy.html.erb +2 -2
- data/app/views/spree/admin/shipping_categories/edit.html.erb +7 -4
- data/app/views/spree/admin/shipping_categories/new.html.erb +7 -6
- data/app/views/spree/admin/shipping_methods/form/_display.html.erb +23 -1
- data/app/views/spree/admin/stock_locations/_form.html.erb +35 -51
- data/app/views/spree/admin/stock_locations/edit.html.erb +8 -3
- data/app/views/spree/admin/stock_locations/new.html.erb +8 -5
- data/app/views/spree/admin/store_credit_events/_store_credit_event.html.erb +29 -0
- data/app/views/spree/admin/store_credits/_form.html.erb +13 -21
- data/app/views/spree/admin/store_credits/_list.html.erb +4 -24
- data/app/views/spree/admin/store_credits/_store_credit.html.erb +11 -0
- data/app/views/spree/admin/store_credits/edit.html.erb +16 -31
- data/app/views/spree/admin/store_credits/new.html.erb +14 -12
- data/app/views/spree/admin/store_credits/show.html.erb +145 -0
- data/app/views/spree/admin/storefront/edit.html.erb +1 -1
- data/app/views/spree/admin/stores/form/_basic.html.erb +28 -12
- data/app/views/spree/admin/tax_categories/_form.html.erb +1 -1
- data/app/views/spree/admin/tax_categories/edit.html.erb +7 -4
- data/app/views/spree/admin/tax_categories/new.html.erb +7 -4
- data/app/views/spree/admin/tax_rates/_form.html.erb +34 -32
- data/app/views/spree/admin/tax_rates/edit.html.erb +7 -4
- data/app/views/spree/admin/tax_rates/new.html.erb +7 -7
- data/app/views/spree/admin/taxonomies/edit.html.erb +2 -4
- data/app/views/spree/admin/taxonomies/new.html.erb +2 -2
- data/app/views/spree/admin/translations/edit.html.erb +37 -29
- data/app/views/spree/admin/translations/option_types/_form.html.erb +17 -0
- data/app/views/spree/admin/translations/products/_form.html.erb +11 -20
- data/app/views/spree/admin/translations/properties/_form.html.erb +5 -0
- data/app/views/spree/admin/translations/stores/_form.html.erb +11 -20
- data/app/views/spree/admin/translations/taxonomies/_form.html.erb +3 -18
- data/app/views/spree/admin/translations/taxons/_form.html.erb +11 -34
- data/app/views/spree/admin/translations/translation_rows/_permalink_field_row.html.erb +41 -0
- data/app/views/spree/admin/translations/translation_rows/_rich_textarea_row.html.erb +13 -0
- data/app/views/spree/admin/translations/translation_rows/_text_field_row.html.erb +7 -0
- data/app/views/spree/admin/translations/translation_rows/_textarea_row.html.erb +11 -0
- data/app/views/spree/admin/users/_details.html.erb +1 -0
- data/app/views/spree/admin/users/index.html.erb +1 -1
- data/app/views/spree/admin/users/new.html.erb +9 -5
- data/app/views/spree/admin/users/show.html.erb +3 -3
- data/app/views/spree/admin/variants/form/_inventory.html.erb +1 -1
- data/app/views/spree/admin/zones/_form.html.erb +36 -40
- data/app/views/spree/admin/zones/edit.html.erb +7 -5
- data/app/views/spree/admin/zones/new.html.erb +7 -4
- data/config/locales/en.yml +12 -1
- data/config/routes.rb +8 -2
- metadata +33 -8
@@ -1,48 +1,44 @@
|
|
1
|
-
<div class="
|
2
|
-
<div class="
|
3
|
-
<
|
4
|
-
|
5
|
-
<h5 class="card-title"><%= Spree.t(:general_settings) %></h5>
|
6
|
-
</div>
|
1
|
+
<div class="card mb-4">
|
2
|
+
<div class="card-header">
|
3
|
+
<h5 class="card-title"><%= Spree.t(:general_settings) %></h5>
|
4
|
+
</div>
|
7
5
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
6
|
+
<div class="card-body">
|
7
|
+
<div class="form-group">
|
8
|
+
<%= zone_form.label :name, Spree.t(:name) %>
|
9
|
+
<%= zone_form.text_field :name, class: 'form-control' %>
|
10
|
+
<%= zone_form.error_message_on :name %>
|
11
|
+
</div>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<div class="form-group">
|
14
|
+
<%= zone_form.label :description, Spree.t(:description) %>
|
15
|
+
<%= zone_form.text_field :description, class: 'form-control' %>
|
16
|
+
</div>
|
19
17
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
18
|
+
<div class="form-group">
|
19
|
+
<div class="custom-control custom-checkbox">
|
20
|
+
<%= zone_form.check_box :default_tax, class: 'custom-control-input' %>
|
21
|
+
<%= zone_form.label :default_tax, Spree.t(:default_tax_zone), class: 'custom-control-label' %>
|
22
|
+
</div>
|
23
|
+
</div>
|
26
24
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
</div>
|
37
|
-
</div>
|
25
|
+
<div class="form-group">
|
26
|
+
<strong><%= Spree.t(:type) %></strong>
|
27
|
+
<div class="custom-control custom-radio my-2">
|
28
|
+
<%= zone_form.radio_button :kind, :country, id: 'country_based', class: 'custom-control-input', data: { action: 'auto-submit#submit' } %>
|
29
|
+
<%= label_tag :country_based, Spree.t(:country_based), class: 'custom-control-label' %>
|
30
|
+
</div>
|
31
|
+
<div class="custom-control custom-radio my-2">
|
32
|
+
<%= zone_form.radio_button :kind, :state, id: 'state_based', class: 'custom-control-input', data: { action: 'auto-submit#submit' } %>
|
33
|
+
<%= label_tag :state_based, Spree.t(:state_based), class: 'custom-control-label' %>
|
38
34
|
</div>
|
39
35
|
</div>
|
40
36
|
</div>
|
41
|
-
<div class="col-12 col-lg-6">
|
42
|
-
<% if @zone.country? %>
|
43
|
-
<%= render partial: 'country_members', locals: { zone_form: zone_form } %>
|
44
|
-
<% else %>
|
45
|
-
<%= render partial: 'state_members', locals: { zone_form: zone_form } %>
|
46
|
-
<% end %>
|
47
|
-
</div>
|
48
37
|
</div>
|
38
|
+
|
39
|
+
<% if @zone.country? %>
|
40
|
+
<%= render partial: 'country_members', locals: { zone_form: zone_form } %>
|
41
|
+
<% else %>
|
42
|
+
<%= render partial: 'state_members', locals: { zone_form: zone_form } %>
|
43
|
+
<% end %>
|
44
|
+
|
@@ -3,10 +3,12 @@
|
|
3
3
|
<%= @zone.name %>
|
4
4
|
<% end %>
|
5
5
|
|
6
|
-
<%= render partial: 'spree/admin/shared/error_messages', locals: { target: @zone } %>
|
7
|
-
|
8
6
|
<%= form_for [:admin, @zone], data: {controller: 'auto-submit'} do |f| %>
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
<div class="row">
|
8
|
+
<div class="col-lg-6 offset-lg-3">
|
9
|
+
<%= render partial: 'spree/admin/shared/error_messages', locals: { target: @zone } %>
|
10
|
+
<%= render 'form', zone_form: f %>
|
11
|
+
<%= render 'spree/admin/shared/edit_resource_links', f: f %>
|
12
|
+
</div>
|
13
|
+
</div>
|
12
14
|
<% end %>
|
@@ -3,9 +3,12 @@
|
|
3
3
|
<%= Spree.t(:new_market) %>
|
4
4
|
<% end %>
|
5
5
|
|
6
|
-
<%= render partial: 'spree/admin/shared/error_messages', locals: { target: @zone } %>
|
7
|
-
|
8
6
|
<%= form_for [:admin, @zone], data: {controller: 'auto-submit'} do |zone_form| %>
|
9
|
-
|
10
|
-
|
7
|
+
<div class="row">
|
8
|
+
<div class="col-lg-6 offset-lg-3">
|
9
|
+
<%= render partial: 'spree/admin/shared/error_messages', locals: { target: @zone } %>
|
10
|
+
<%= render partial: 'form', locals: { zone_form: zone_form } %>
|
11
|
+
<%= render 'spree/admin/shared/new_resource_links' %>
|
12
|
+
</div>
|
13
|
+
</div>
|
11
14
|
<% end %>
|
data/config/locales/en.yml
CHANGED
@@ -77,6 +77,17 @@ en:
|
|
77
77
|
export_only_filtered_records: Export only filtered records, matching the search criteria
|
78
78
|
filters: Filters
|
79
79
|
getting_started: Getting started
|
80
|
+
gift_card_batches:
|
81
|
+
codes_count: Codes count
|
82
|
+
new_gift_card_batch: New Gift Card Batch
|
83
|
+
prefix: Prefix
|
84
|
+
gift_cards:
|
85
|
+
active: Active
|
86
|
+
all: All
|
87
|
+
all_statuses: All statuses
|
88
|
+
code_help_text: If you leave it blank, we will generate code for you
|
89
|
+
redeemed: Redeemed
|
90
|
+
usage: Usage
|
80
91
|
integrations:
|
81
92
|
invalid_integration_type: This integration is not allowed
|
82
93
|
page_subtitle: Connect your store to third-party services to enhance customer experience.
|
@@ -144,7 +155,6 @@ en:
|
|
144
155
|
maximum_products_to_show: Maximum products to show
|
145
156
|
nav_centered: Nav centered
|
146
157
|
not_set: Not set
|
147
|
-
posts_to_show: Posts to show
|
148
158
|
separated: Separated
|
149
159
|
show_more_button: Show explore category button
|
150
160
|
show_taxon_image: Show taxon image
|
@@ -184,6 +194,7 @@ en:
|
|
184
194
|
choose_stores: Choose which stores this product should be available in
|
185
195
|
variants:
|
186
196
|
option_types_link: To add more option types please go to <a href="%{link}">Option Types</a>
|
197
|
+
recommended_size: Recommended size
|
187
198
|
report_created: Your report is being generated. You will receive an email with a download link when it is ready!
|
188
199
|
reset_digital_link_download_limits: Reset download limits
|
189
200
|
response_code: Response Code
|
data/config/routes.rb
CHANGED
@@ -54,7 +54,7 @@ Spree::Core::Engine.add_routes do
|
|
54
54
|
|
55
55
|
# orders
|
56
56
|
resources :checkouts, only: %i[index]
|
57
|
-
resources :orders, only: [:index, :edit, :create] do
|
57
|
+
resources :orders, only: [:index, :edit, :create, :destroy] do
|
58
58
|
member do
|
59
59
|
post :resend
|
60
60
|
put :cancel
|
@@ -97,6 +97,7 @@ Spree::Core::Engine.add_routes do
|
|
97
97
|
resources :store_credits
|
98
98
|
resources :orders, only: [:index]
|
99
99
|
resources :checkouts, only: [:index]
|
100
|
+
resources :gift_cards
|
100
101
|
|
101
102
|
collection do
|
102
103
|
get :bulk_modal
|
@@ -116,7 +117,12 @@ Spree::Core::Engine.add_routes do
|
|
116
117
|
resources :promotion_rules, as: :rules, except: [:index, :show]
|
117
118
|
resources :coupon_codes, only: :index
|
118
119
|
end
|
119
|
-
get '
|
120
|
+
get 'search/option_values', defaults: { format: :json }, to: 'search#option_values'
|
121
|
+
|
122
|
+
# gift cards
|
123
|
+
resources :gift_cards
|
124
|
+
# gift card batches
|
125
|
+
resources :gift_card_batches, only: [:new, :create]
|
120
126
|
|
121
127
|
# returns
|
122
128
|
resources :return_authorizations, only: [:index, :destroy] do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.0
|
4
|
+
version: 5.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vendo Connect Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.1.0
|
19
|
+
version: 5.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 5.1.0
|
26
|
+
version: 5.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: spree_api
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 5.1.0
|
33
|
+
version: 5.1.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 5.1.0
|
40
|
+
version: 5.1.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: active_link_to
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -349,6 +349,8 @@ files:
|
|
349
349
|
- app/controllers/spree/admin/digital_assets_controller.rb
|
350
350
|
- app/controllers/spree/admin/errors_controller.rb
|
351
351
|
- app/controllers/spree/admin/exports_controller.rb
|
352
|
+
- app/controllers/spree/admin/gift_card_batches_controller.rb
|
353
|
+
- app/controllers/spree/admin/gift_cards_controller.rb
|
352
354
|
- app/controllers/spree/admin/integrations_controller.rb
|
353
355
|
- app/controllers/spree/admin/invitations_controller.rb
|
354
356
|
- app/controllers/spree/admin/line_items_controller.rb
|
@@ -388,6 +390,7 @@ files:
|
|
388
390
|
- app/controllers/spree/admin/return_items_controller.rb
|
389
391
|
- app/controllers/spree/admin/role_users_controller.rb
|
390
392
|
- app/controllers/spree/admin/roles_controller.rb
|
393
|
+
- app/controllers/spree/admin/search_controller.rb
|
391
394
|
- app/controllers/spree/admin/shipments_controller.rb
|
392
395
|
- app/controllers/spree/admin/shipping_categories_controller.rb
|
393
396
|
- app/controllers/spree/admin/shipping_methods_controller.rb
|
@@ -477,6 +480,7 @@ files:
|
|
477
480
|
- app/javascript/spree/admin/controllers/seo_form_controller.js
|
478
481
|
- app/javascript/spree/admin/controllers/slug_form_controller.js
|
479
482
|
- app/javascript/spree/admin/controllers/sortable_tree_controller.js
|
483
|
+
- app/javascript/spree/admin/controllers/sticky_controller.js
|
480
484
|
- app/javascript/spree/admin/controllers/stock_transfer_controller.js
|
481
485
|
- app/javascript/spree/admin/controllers/store_form_controller.js
|
482
486
|
- app/javascript/spree/admin/controllers/unit_system_controller.js
|
@@ -559,6 +563,18 @@ files:
|
|
559
563
|
- app/views/spree/admin/exports/create.turbo_stream.erb
|
560
564
|
- app/views/spree/admin/exports/index.html.erb
|
561
565
|
- app/views/spree/admin/exports/new.html.erb
|
566
|
+
- app/views/spree/admin/gift_card_batches/_form.html.erb
|
567
|
+
- app/views/spree/admin/gift_card_batches/new.html.erb
|
568
|
+
- app/views/spree/admin/gift_cards/_filters.html.erb
|
569
|
+
- app/views/spree/admin/gift_cards/_form.html.erb
|
570
|
+
- app/views/spree/admin/gift_cards/_gift_card.html.erb
|
571
|
+
- app/views/spree/admin/gift_cards/_list.html.erb
|
572
|
+
- app/views/spree/admin/gift_cards/_table_filter_dropdown.html.erb
|
573
|
+
- app/views/spree/admin/gift_cards/edit.html.erb
|
574
|
+
- app/views/spree/admin/gift_cards/index.csv.erb
|
575
|
+
- app/views/spree/admin/gift_cards/index.html.erb
|
576
|
+
- app/views/spree/admin/gift_cards/new.html.erb
|
577
|
+
- app/views/spree/admin/gift_cards/show.html.erb
|
562
578
|
- app/views/spree/admin/integrations/_integration.html.erb
|
563
579
|
- app/views/spree/admin/integrations/edit.html.erb
|
564
580
|
- app/views/spree/admin/integrations/index.html.erb
|
@@ -973,11 +989,14 @@ files:
|
|
973
989
|
- app/views/spree/admin/store_credit_categories/edit.html.erb
|
974
990
|
- app/views/spree/admin/store_credit_categories/index.html.erb
|
975
991
|
- app/views/spree/admin/store_credit_categories/new.html.erb
|
992
|
+
- app/views/spree/admin/store_credit_events/_store_credit_event.html.erb
|
976
993
|
- app/views/spree/admin/store_credits/_form.html.erb
|
977
994
|
- app/views/spree/admin/store_credits/_list.html.erb
|
995
|
+
- app/views/spree/admin/store_credits/_store_credit.html.erb
|
978
996
|
- app/views/spree/admin/store_credits/edit.html.erb
|
979
997
|
- app/views/spree/admin/store_credits/index.html.erb
|
980
998
|
- app/views/spree/admin/store_credits/new.html.erb
|
999
|
+
- app/views/spree/admin/store_credits/show.html.erb
|
981
1000
|
- app/views/spree/admin/storefront/edit.html.erb
|
982
1001
|
- app/views/spree/admin/stores/create.turbo_stream.erb
|
983
1002
|
- app/views/spree/admin/stores/edit.html.erb
|
@@ -1021,10 +1040,16 @@ files:
|
|
1021
1040
|
- app/views/spree/admin/themes/update.turbo_stream.erb
|
1022
1041
|
- app/views/spree/admin/translations/_translations_unavailable.html.erb
|
1023
1042
|
- app/views/spree/admin/translations/edit.html.erb
|
1043
|
+
- app/views/spree/admin/translations/option_types/_form.html.erb
|
1024
1044
|
- app/views/spree/admin/translations/products/_form.html.erb
|
1045
|
+
- app/views/spree/admin/translations/properties/_form.html.erb
|
1025
1046
|
- app/views/spree/admin/translations/stores/_form.html.erb
|
1026
1047
|
- app/views/spree/admin/translations/taxonomies/_form.html.erb
|
1027
1048
|
- app/views/spree/admin/translations/taxons/_form.html.erb
|
1049
|
+
- app/views/spree/admin/translations/translation_rows/_permalink_field_row.html.erb
|
1050
|
+
- app/views/spree/admin/translations/translation_rows/_rich_textarea_row.html.erb
|
1051
|
+
- app/views/spree/admin/translations/translation_rows/_text_field_row.html.erb
|
1052
|
+
- app/views/spree/admin/translations/translation_rows/_textarea_row.html.erb
|
1028
1053
|
- app/views/spree/admin/user_passwords/edit.html.erb
|
1029
1054
|
- app/views/spree/admin/user_passwords/new.html.erb
|
1030
1055
|
- app/views/spree/admin/user_sessions/new.html.erb
|
@@ -1119,9 +1144,9 @@ licenses:
|
|
1119
1144
|
- AGPL-3.0-or-later
|
1120
1145
|
metadata:
|
1121
1146
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
1122
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.0
|
1147
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.0
|
1123
1148
|
documentation_uri: https://docs.spreecommerce.org/
|
1124
|
-
source_code_uri: https://github.com/spree/spree/tree/v5.1.0
|
1149
|
+
source_code_uri: https://github.com/spree/spree/tree/v5.1.0
|
1125
1150
|
post_install_message:
|
1126
1151
|
rdoc_options: []
|
1127
1152
|
require_paths:
|