Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
83f4e6f0ca
1
locales/gl.yml
Normal file
1
locales/gl.yml
Normal file
@ -0,0 +1 @@
|
||||
{}
|
@ -50,7 +50,7 @@ export async function importMastoPost(
|
||||
text: text || undefined,
|
||||
reply,
|
||||
renote: null,
|
||||
cw: post.sensitive,
|
||||
cw: post.object.sensitive ? post.object.summary : undefined,
|
||||
localOnly: false,
|
||||
visibility: "hidden",
|
||||
visibleUsers: [],
|
||||
|
@ -247,7 +247,7 @@ export default class Connection {
|
||||
|
||||
for (const obj of objs) {
|
||||
const { type, body } = obj;
|
||||
console.log(type, body);
|
||||
// console.log(type, body);
|
||||
switch (type) {
|
||||
case "readNotification":
|
||||
this.onReadNotification(body);
|
||||
|
@ -69,7 +69,7 @@ const alt = computed(() =>
|
||||
vertical-align: -0.25em;
|
||||
|
||||
&.custom {
|
||||
height: 2.5em;
|
||||
height: 2em;
|
||||
vertical-align: middle;
|
||||
transition: transform 0.2s ease;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user