Skip to content

Commit

Permalink
fqn attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Jul 29, 2024
1 parent a28a7df commit b5f3550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/app.view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace $.$$ {
width: '100%',
opacity: 1,
transition: 'opacity 0.15s',
'[card_holding]': {
'[optimade_tmdne_app_player_hidden]': {
'true': {
opacity: 0.1,
},
Expand Down Expand Up @@ -68,7 +68,7 @@ namespace $.$$ {
pointerEvents: 'none',
opacity: 1,
transition: 'opacity 0.15s',
'[rotating]': {
'[optimade_tmdne_app_prediction_hidden]': {
'true': {
opacity: 0,
},
Expand Down Expand Up @@ -121,7 +121,7 @@ namespace $.$$ {
pointerEvents: 'none',
transition: 'opacity 0.2s',
opacity: 1,
'[rotating]': {
'[optimade_tmdne_app_foot_hidden]': {
'true': {
opacity: 0,
},
Expand Down
6 changes: 3 additions & 3 deletions app/app.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $optimade_tmdne_app $mol_view
fullscreen? => player_fullscreen?
attr *
fullscreen <= player_fullscreen?
card_holding <= card_holding
optimade_tmdne_app_player_hidden <= card_holding
data <= json null
Fullscreen null
Overlays null
Expand All @@ -26,7 +26,7 @@ $optimade_tmdne_app $mol_view
title \Does this material exist?
<= Prediction $mol_list
attr *
rotating <= rotating
optimade_tmdne_app_prediction_hidden <= rotating
sub <= params /
<= Param* $mol_view
sub /
Expand All @@ -52,7 +52,7 @@ $optimade_tmdne_app $mol_view
\)
<= Foot $mol_view
attr *
rotating <= rotating
optimade_tmdne_app_foot_hidden <= rotating
sub /
<= Hint_no $mol_button_minor
title \ᐊ No
Expand Down

0 comments on commit b5f3550

Please sign in to comment.