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,
|
text: text || undefined,
|
||||||
reply,
|
reply,
|
||||||
renote: null,
|
renote: null,
|
||||||
cw: post.sensitive,
|
cw: post.object.sensitive ? post.object.summary : undefined,
|
||||||
localOnly: false,
|
localOnly: false,
|
||||||
visibility: "hidden",
|
visibility: "hidden",
|
||||||
visibleUsers: [],
|
visibleUsers: [],
|
||||||
|
@ -247,7 +247,7 @@ export default class Connection {
|
|||||||
|
|
||||||
for (const obj of objs) {
|
for (const obj of objs) {
|
||||||
const { type, body } = obj;
|
const { type, body } = obj;
|
||||||
console.log(type, body);
|
// console.log(type, body);
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case "readNotification":
|
case "readNotification":
|
||||||
this.onReadNotification(body);
|
this.onReadNotification(body);
|
||||||
|
@ -69,7 +69,7 @@ const alt = computed(() =>
|
|||||||
vertical-align: -0.25em;
|
vertical-align: -0.25em;
|
||||||
|
|
||||||
&.custom {
|
&.custom {
|
||||||
height: 2.5em;
|
height: 2em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user