55ecb5239a
Fixes and minor improvements for admin dashboard See merge request pleroma/pleroma-fe!1863 (cherry picked from commitd21e3d5de2
)f354cef0
fix no feedback and no dropdown close for actions in frontends tab,c99390e8
make notices appear above admin dash modalb6a4b620
add better indication that stuff is happeningce109c38
add favicon setting and add compact layout for AttachmentSettingbf49aeb7
changelogd9ea160a
account for if there's no primary frontend setup75eea5f2
Merge remote-tracking branch 'origin/develop' into admin-dashboard-fixesa190ef2c
fix crash added in this MR1037a3bb
remove the WIP tip since pleroma!3862 is in stableb707a14b
make sure generated meta goes below FE-provided favicon so that BE's one
17 lines
495 B
HTML
17 lines
495 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<!--server-generated-meta-->
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<div id="modal"></div>
|
|
<!-- built files will be auto injected -->
|
|
<div id="popovers" />
|
|
</body>
|
|
</html>
|