shish / shimmie2

An easy-to-install community image gallery (aka booru)
http://code.shishnet.org/shimmie2/
GNU General Public License v2.0
397 stars 111 forks source link

Have an App-like interface #804

Open shish opened 3 years ago

shish commented 3 years ago

After getting an API which covers all of the features (#788), it would be nice to have an interface which is less "web-page-y" and more "app-y" (eg a JS single page app which only talks to the server via the API, maybe leading to native apps later?)

(This is in contrast to, though could be done in parallel with, #793)

shish commented 3 years ago

I'm pretty out of touch with JS app frameworks

(Though if the API and the frontend are sufficiently decoupled, there's no need to mandate a specific framework - we could have eg /themes/hyperapp/ and /themes/react/ side-by-side with no problems, the only limit being manpower to write different interfaces)