[bugfix] Make the logo icon / wordmark on mobile/simple UI appear (#4)
At least for the logo-symbol-wordmark.svg, this appears to usually be added
by some ruby code in application.html.haml, but since we have a static index.html
this never gets inserted into the HTML. Rather than embedding it into the HTML,
just make the two logos pull from files in public/.
This does not update the branding of the files, just makes them appear.
Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/4
Co-authored-by: julia <midnight@trainwit.ch>
Co-committed-by: julia <midnight@trainwit.ch>
remove unused translation languages
Merge remote-tracking branch 'upstream' into glitch
Change `eslint` config to autofix missing comma and indentation in JS files (#26711)
Fix some remote posts getting truncated (#27307)
Fix auto-loading-more when not scrolled (#27286)
Fix double scroll bars in some columns in advanced interface (#27187)
Fix retention dashboard not displaying correct month (#27180)
Convert `dropdown_menu` state to Typescript (#25585)
Merge commit 'a83615edc9fc1ce3363ddcf1fc676806421a5f65' into glitch-soc/merge-upstream
Conflicts:
- `streaming/index.js`:
Upstream has added a parameter to `streamFrom`, while glitch-soc had an
extra parameter.
Ported upstream changes.
Fix hashtag bar being sometimes incorrectly hidden (#26960)