Skip to content

Commit

Permalink
Merge pull request #1867 from holium/RE-274-add-notes-to-bazaar-catalog
Browse files Browse the repository at this point in the history
Add Notes to Bazaar catalog
  • Loading branch information
gdbroman authored Jul 7, 2023
2 parents 31a2103 + a3f739f commit 635e34f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions desks/realm/app/bazaar.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,12 @@
=. config.native-app [size=[3 7] titlebar-border=%.n show-titlebar=%.y]
=. catalog.init (~(put by catalog.init) %lexicon [%native native-app])
=. grid-index.init (set-grid-index:helpers:bazaar:core %lexicon grid-index.init)
=. title.native-app 'Notes'
=. color.native-app '#FFFFFF'
=. icon.native-app 'AppIconNotes'
=. config.native-app [size=[5 6] titlebar-border=%.n show-titlebar=%.n]
=. catalog.init (~(put by catalog.init) %os-notes [%native native-app])
=. grid-index.init (set-grid-index:helpers:bazaar:core %os-notes grid-index.init)
init
::
++ get-stall-apps
Expand Down

1 comment on commit 635e34f

@vercel
Copy link

@vercel vercel bot commented on 635e34f Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gdbroman is attempting to deploy a commit to the Holium Team on Vercel.

To accomplish this, @gdbroman needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.