upsiflu / matsite

2 stars 0 forks source link

Activate editing controls #19

Open upsiflu opened 2 years ago

upsiflu commented 2 years ago

Sign in

Options a: add a sign in button in the about page b: add a query in the url (everyone can edit) c: if signed in, add a toggle-handle in the global toolbar

We can defer the sign in process to another Google page, but we want a control to show and hide the editing controls. This would mean option c is most preferable. A custom-element may listen to Google and forward login info to Elm via Msg.

Blocks #22

Invalidated by #28

upsiflu commented 1 year ago

Addendum: If we store content as markdown (discussion: https://github.com/upsiflu/matsite/issues/26#issuecomment-1483811679) then we want to show a "Pane" (can be implemented as a global Restrictive.Ui Region) with the markdown editor.

-> Discussion moved to #29