remlit mascot

This commit is contained in:
ihateblueb 2025-05-28 18:09:14 -04:00
commit 5f39304441
4 changed files with 12 additions and 3 deletions

View file

@ -4,6 +4,11 @@
- add bite user and bite status buttons on status and status detailed components
- don't alert for 501 api errors
- show alerts after biting a user or a note
- add bubble timeline to "Getting started" and "Live feeds"
- fix avatar corner rounding to look as intended
- add remlit mascot
for my tweaked version, you can choose to use an express-hosted version. instead of the below steps, you can just reverse proxy or tunnel localhost:3132 when running frontend-server/server.mjs.
# Chuckya (standalone frontend)

View file

@ -10,7 +10,7 @@ const initialState = ImmutableMap({
side_arm : 'none',
side_arm_reply_mode : 'keep',
show_reply_count : true,
always_show_spoilers_field: true,
always_show_spoilers_field: false,
confirm_missing_media_description: false,
confirm_boost_missing_media_description: false,
confirm_before_clearing_draft: true,

View file

@ -2587,6 +2587,10 @@ a:focus-visible,
.layout-multiple-columns.layout-multiple-columns .drawer__inner__mastodon {
background-color: transparent !important;
}
.drawer__inner__mastodon > img {
padding: 10px;
box-sizing: border-box;
}
.layout-multiple-columns.layout-multiple-columns .darker {
background-color: var(--surface-background-color);
border-radius: var(--radius) var(--radius) 0 0;

View file

@ -76,7 +76,7 @@ async function loadState() {
"domain": domain,
"enable_reaction": true,
"locale": "en",
"mascot": "/images/mascot.svg",
"mascot": "/images/remlit.webp",
"me": credentials.id,
"reduce_motion": false,
"show_quote_button": true,
@ -84,7 +84,7 @@ async function loadState() {
"streaming_api_base_url": `wss://${domain}`,
"title": `${instance.title}`,
"unfollow_modal": true,
"source_url": 'https://iceshrimp.dev/ShittyKopper/Chuckya-fe-standalone',
"source_url": 'https://iceshrimp.dev/blueb/Chuckya-fe-standalone',
"version": instance.version,
"activity_api_enabled": false,
"default_content_type": "text/x.misskeymarkdown",