glib-web 0.5.90 → 0.5.91
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2abd6daae884c2664769e21a0da207e5c12a40e01abe546596793c70008212d
|
|
4
|
+
data.tar.gz: e593365938ae2139a4a6cab7dfa3316859291004aa52f8c9a6933e8da11a6f85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32bbb20fd74272bdbbaf9117116891cdd424ebf4e6cf7fe550d44480a2030d410f0b25b5710c5e59ff177ba2e99ae61c9e65c8acd9db26c67183feaa52192676
|
|
7
|
+
data.tar.gz: dd2ac365fd5860485ffdcd189126aa3dd38b6db62a7c88d2ba57c92c03fc916e32a6e829697e4a60a611debabd4be3d2421c1af9b7b76542c043df80300e2df8
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
page_index = params[:page].to_i
|
|
3
3
|
next_page = {
|
|
4
|
-
url: json_ui_garage_url(path: 'lists/
|
|
4
|
+
url: json_ui_garage_url(path: 'lists/autoload_as_needed_responsive_columns', page: page_index + 1, section_only: 'v1'),
|
|
5
5
|
autoload: 'asNeeded'
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -24,5 +24,4 @@ else
|
|
|
24
24
|
page.list nextPage: next_page, responsiveCols: params[:responsiveCols] || 2, firstSection: ->(section) do
|
|
25
25
|
render 'json_ui/garage/lists/autoload_section', page: page, page_index: page_index
|
|
26
26
|
end
|
|
27
|
-
|
|
28
27
|
end
|
|
@@ -29,8 +29,8 @@ json_ui_page json do |page|
|
|
|
29
29
|
template.thumbnail title: 'Autoload All', onClick: ->(action) do
|
|
30
30
|
action.windows_open url: json_ui_garage_url(path: 'lists/autoload_all')
|
|
31
31
|
end
|
|
32
|
-
template.thumbnail title: 'Autoload as Needed with
|
|
33
|
-
action.windows_open url: json_ui_garage_url(path: 'lists/
|
|
32
|
+
template.thumbnail title: 'Autoload as Needed with Responsive Columns', onClick: ->(action) do
|
|
33
|
+
action.windows_open url: json_ui_garage_url(path: 'lists/autoload_as_needed_responsive_columns')
|
|
34
34
|
end
|
|
35
35
|
template.thumbnail title: 'Reordering', onClick: ->(action) do
|
|
36
36
|
action.windows_open url: json_ui_garage_url(path: 'lists/reordering')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glib-web
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.91
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ''
|
|
@@ -170,7 +170,7 @@ files:
|
|
|
170
170
|
- app/views/json_ui/garage/lists/_autoload_section.json.jbuilder
|
|
171
171
|
- app/views/json_ui/garage/lists/autoload_all.json.jbuilder
|
|
172
172
|
- app/views/json_ui/garage/lists/autoload_as_needed.json.jbuilder
|
|
173
|
-
- app/views/json_ui/garage/lists/
|
|
173
|
+
- app/views/json_ui/garage/lists/autoload_as_needed_responsive_columns.json.jbuilder
|
|
174
174
|
- app/views/json_ui/garage/lists/chat_ui.json.jbuilder
|
|
175
175
|
- app/views/json_ui/garage/lists/edit_actions.json.jbuilder
|
|
176
176
|
- app/views/json_ui/garage/lists/fab.json.jbuilder
|