Skip to content

Commit

Permalink
Merge pull request #12 from hyoo-ru/new-tree2
Browse files Browse the repository at this point in the history
$mol_view_tree2 refactor, hyoo-ru/mam_mol#646
  • Loading branch information
nin-jin authored Feb 11, 2024
2 parents 0ac99db + 5ebcb0a commit f36936d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions toys.view.tree
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$hyoo_toys $mol_book2
attr * mol_theme \$mol_theme_dark
toy!id $hyoo_toys_toy
toy* $hyoo_toys_toy
Placeholder null
plugins /
<= Hotkey $mol_hotkey
Expand All @@ -11,26 +11,26 @@ $hyoo_toys $mol_book2
body /
<= Filter_type $mol_switch
value?val <=> filter_type?val \all
options <= filter_type_options *
options <= filter_type_options *string
all <= filter_type_option_all @ \All types
<= Filter_size $mol_switch
value?val <=> filter_size?val \all
options <= filter_size_options *
options <= filter_size_options *string
all <= filter_size_option_all @ \All sizes
<= Filter_flags $mol_list rows /
<= Filter_popular $mol_check
checked?val <=> filter_popular?val false
title <= filter_popular_title @ \Only popular
<= Sort $mol_switch
value?val <=> sort_key?val \price
options <= sort_items *
options <= sort_items *string
price <= sort_option_price @ \Sort by price
size <= sort_option_size @ \Sort by size
title <= sort_option_title @ \Sort by title
Catalog $hyoo_toys_catalog
title @ \Toys for all
toys <= toys /
toy!id <= toy!id -
toy* <= toy* -
filter_type <= filter_type
filter_size <= filter_size
filter_popular <= filter_popular
Expand Down

0 comments on commit f36936d

Please sign in to comment.