Add typescript support
- I've replaced
lodash
withlodash-es
, so it can be tree-shaken -
~/init
is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff. Basically, everything here runs on theLoading Funkwhale...
screen. -
~/composables
is a directory with our custom composables. Much like~/utils
but each util is in its own file - I've removed sending selected theme to the backend as discussed with @georgkrause (only from frontend)
Fixes #1215 (closed), #1297 (closed), #1298 (closed), #1326 (closed), #1363 (closed), #1377 (closed), #1379 (closed), #1381 (closed), #1471 (closed), #1536 (closed), #1547 (closed), #1567 (closed), #1581 (closed), #1634 (closed), #1635 (closed), #1636 (closed), #1647 (closed), #1759 (closed), #1721 (closed), #1761 (closed), #1762 (closed), #1766 (closed), #1777 (closed), #1796, #1802 (closed), #1828 (closed), #1829 (closed), #1836 (closed), #1844 (closed), #1845 (closed)
Edited by Georg Krause