Skip to content

Commit

Permalink
Merge pull request #1960 from holium/master
Browse files Browse the repository at this point in the history
hotfix-v0.16.4
  • Loading branch information
drunkplato authored Jul 29, 2023
2 parents 547be5e + 8507b14 commit 5f69891
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions desks/realm/app/bazaar.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
=/ old=(unit state-0)
(mole |.(!<(state-0 vase)))
?^ old :: `this(state u.old)
=| notes-app=native-app:store
=. title.notes-app 'Notes'
=. info.notes-app 'Realm\'s collaborative notes app.'
=. color.notes-app '#F2CA00'
=. icon.notes-app 'AppIconNotes'
=. config.notes-app [size=[0 0] titlebar-border=%.n show-titlebar=%.y]
=| lexicon-app=native-app:store
=. title.lexicon-app 'Lexicon'
=. color.lexicon-app '#EEDFC9'
Expand All @@ -70,12 +64,12 @@
=. color.trove-app '#DCDCDC'
=. icon.trove-app 'AppIconTrove'
=. config.trove-app [size=[7 8] titlebar-border=%.n show-titlebar=%.y]
=. catalog.u.old (~(del by catalog.u.old) %os-notes)
=. catalog.u.old (~(del by catalog.u.old) %lexicon)
=. catalog.u.old (~(del by catalog.u.old) %trove)
:_ this(state u.old)
:: add three new app entries for Realm's new "native" apps: %notes, %trove, and %lexicon
:~ [%pass / %agent [our.bowl %bazaar] %poke bazaar-action+!>([%add-catalog-entry [%os-notes notes-app]])]
[%pass / %agent [our.bowl %bazaar] %poke bazaar-action+!>([%add-catalog-entry [%os-lexicon lexicon-app]])]
:: add two new app entries for Realm's new "native" apps: %trove, and %lexicon
:~ [%pass / %agent [our.bowl %bazaar] %poke bazaar-action+!>([%add-catalog-entry [%os-lexicon lexicon-app]])]
[%pass / %agent [our.bowl %bazaar] %poke bazaar-action+!>([%add-catalog-entry [%os-trove trove-app]])]
==
%- (slog leaf+"nuking old %bazaar state" ~) :: temporarily doing this for making development easier
Expand Down

0 comments on commit 5f69891

Please sign in to comment.