Skip to content

Commit

Permalink
+ love
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Feb 13, 2025
1 parent 394e91d commit 6142f81
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/app.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,17 @@ $piterjs_app $mol_view
body /
<= Menu_content $mol_view sub /
<= Links $mol_list rows /
<= Love_link $mol_link
arg *
love \
wiki null
meetup null
title <= love_title
<= Wiki_link $mol_link
arg *
wiki \
meetup null
love null
title \База знаний
- <= Others_link $mol_link
uri \#others
Expand Down Expand Up @@ -112,3 +119,10 @@ $piterjs_app $mol_view
arg * safe null
sub /
<= Safe_close_icon $mol_icon_close
Love $hyoo_match_app
menu_title <= love_title \Piter💛JS
menu_tools /
<= Love_close $mol_link
arg * love null
sub /
<= Love_close_icon $mol_icon_close
3 changes: 3 additions & 0 deletions app/app.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ namespace $.$$ {

safe() { return this.$.$mol_state_arg.value( 'safe' ) !== null }

love() { return this.$.$mol_state_arg.value( 'love' ) !== null }

@ $mol_mem
meetup_id( next? : string | null ) {

Expand Down Expand Up @@ -84,6 +86,7 @@ namespace $.$$ {
... this.stats() ? [ this.Meetup_stats( this.meetup_id() ) ] : [] ,
... this.others() ? [ this.Others() ] : [] ,
... this.wiki() ? this.Wiki().pages() : [],
... this.love() ? this.Love().pages() : [],
]
if( pages.length === 1 ) pages.push( this.Now() )
return pages
Expand Down
1 change: 1 addition & 0 deletions meetup/snippet/snippet.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $piterjs_meetup_snippet $mol_link
place null
others null
wiki null
love null
meetup $piterjs_meetup
sub /
<= Title $mol_view
Expand Down

0 comments on commit 6142f81

Please sign in to comment.