whoamibro@lemmy.world to Ask Lemmy@lemmy.worldEnglish · 1 year agoWhy do all lemmy instances have the same web UI?message-squaremessage-square32fedilinkarrow-up19arrow-down12file-text
arrow-up17arrow-down1message-squareWhy do all lemmy instances have the same web UI?whoamibro@lemmy.world to Ask Lemmy@lemmy.worldEnglish · 1 year agomessage-square32fedilinkfile-text
Have we collectively agreed to follow the same UI to ensure easier interoperability for users? Can someone provide the link for the source code of the UI?
minus-squarearc@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year agoYes you use their backend and you can develop your own UI if you’d like Or you can make a copy (fork) lemmy-ui and make your changes
minus-squareintensely_human@lemm.eelinkfedilinkEnglisharrow-up1·1 year agoIt’s got to be two separable layers. Sounds like the lemmy server just happens to be bundled with a particular UI layer that can access the server’s APIs.
minus-squarearc@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoYeah that’s the latest lemmy-ui repository. You have the option to choose your own from the backend
Yes you use their backend and you can develop your own UI if you’d like
Or you can make a copy (fork) lemmy-ui and make your changes
It’s got to be two separable layers. Sounds like the lemmy server just happens to be bundled with a particular UI layer that can access the server’s APIs.
Yeah that’s the latest lemmy-ui repository. You have the option to choose your own from the backend