Skip to content

Commit f36936d

Browse files
authored
Merge pull request #12 from hyoo-ru/new-tree2
$mol_view_tree2 refactor, hyoo-ru/mam_mol#646
2 parents 0ac99db + 5ebcb0a commit f36936d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

toys.view.tree

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$hyoo_toys $mol_book2
22
attr * mol_theme \$mol_theme_dark
3-
toy!id $hyoo_toys_toy
3+
toy* $hyoo_toys_toy
44
Placeholder null
55
plugins /
66
<= Hotkey $mol_hotkey
@@ -11,26 +11,26 @@ $hyoo_toys $mol_book2
1111
body /
1212
<= Filter_type $mol_switch
1313
value?val <=> filter_type?val \all
14-
options <= filter_type_options *
14+
options <= filter_type_options *string
1515
all <= filter_type_option_all @ \All types
1616
<= Filter_size $mol_switch
1717
value?val <=> filter_size?val \all
18-
options <= filter_size_options *
18+
options <= filter_size_options *string
1919
all <= filter_size_option_all @ \All sizes
2020
<= Filter_flags $mol_list rows /
2121
<= Filter_popular $mol_check
2222
checked?val <=> filter_popular?val false
2323
title <= filter_popular_title @ \Only popular
2424
<= Sort $mol_switch
2525
value?val <=> sort_key?val \price
26-
options <= sort_items *
26+
options <= sort_items *string
2727
price <= sort_option_price @ \Sort by price
2828
size <= sort_option_size @ \Sort by size
2929
title <= sort_option_title @ \Sort by title
3030
Catalog $hyoo_toys_catalog
3131
title @ \Toys for all
3232
toys <= toys /
33-
toy!id <= toy!id -
33+
toy* <= toy* -
3434
filter_type <= filter_type
3535
filter_size <= filter_size
3636
filter_popular <= filter_popular

0 commit comments

Comments
 (0)