muni-town / weird

Weird web pages
https://weird.one
Other
55 stars 11 forks source link

In-place profile editing #69

Open erlend-sh opened 5 months ago

erlend-sh commented 5 months ago

Continued from https://github.com/commune-os/weird/discussions/66#discussioncomment-9840420:

There are two major steps:

  1. Creating the themed user page.
  2. Adding inline editing.

For creating the themed user page, we need:

  • a new src/lib/themes/[SomeThemeName].svelte file
  • It needs to take a Profile as a $prop and render that profile data nicely in the theme.

For adding inline editing we need to:

  • Add interactive features to the [SomeThemeName].svelte that let you edit the profile data on the page.
zicklag commented 5 months ago

Anybody who wants to work on this feel free to ping me on here or Discord/matrix if you have any questions on where to put stuff, etc. I may have glossed over details.

kimlimjustin commented 4 months ago

I'll start to work for this asap

zicklag commented 4 months ago

Actually it'd be good if you waited just 12 hours or less, after I have the basic skeleton in place.

I just started coding up a super minimal page. I'll push that as soon as I finish it, and then you can take it from there if you want.

kimlimjustin commented 4 months ago

Got it!