Compare commits

..

No commits in common. "77966076ec83ff0b8828de03602738989e06d579" and "e7812a816b67d8f69251987aef44781d852a7210" have entirely different histories.

4 changed files with 18 additions and 31 deletions

View File

@ -1,9 +1,20 @@
FROM docker.io/alpine:3.18 as build_fe
RUN apk add --no-cache --no-progress git alpine-sdk nodejs-current npm
WORKDIR /fe_calckey
COPY ./fe_calckey/frontend ./frontend
WORKDIR /fe_calckey/frontend
RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm i --frozen-lockfile
RUN env NODE_ENV=production sh -c "pnpm run build && pnpm run gulp"
FROM docker.io/rust:1.71-bullseye as build
RUN update-ca-certificates
RUN apt install -y git nodejs npm
ENV USER=magnetar
ENV UID=10001
@ -21,14 +32,6 @@ COPY ./ .
RUN cargo build --release --locked --workspace --bins
WORKDIR /fe_calckey
COPY ./fe_calckey/frontend ./frontend
WORKDIR /fe_calckey/frontend
RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm i --frozen-lockfile
RUN env NODE_ENV=production sh -c "pnpm run build && pnpm run gulp"
FROM docker.io/debian:bullseye-slim
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

View File

@ -147,12 +147,7 @@
"
class="followed"
>
{{ i18n.ts.followRequestYou }}:
<MkFollowApproveButton
:user="user"
@refresh="emit('refresh')"
class="koudoku"
/>
{{ i18n.ts.followRequestYou }}
</span>
<div v-if="$i?.isModerator || $i?.isAdmin">
<span
@ -564,7 +559,6 @@ onUnmounted(() => {
> .nameColumn {
display: block;
> .name {
margin: 0;
line-height: 32px;
@ -830,21 +824,11 @@ onUnmounted(() => {
display: block;
border-bottom: 0;
padding-bottom: 0;
> .bottom {
> .username {
margin-right: 0;
}
}
> .nameColumn {
display: flex;
flex-wrap: wrap;
align-items: baseline;
flex-direction: row;
justify-content: center;
gap: 0.5em 0.1em;
}
}
> .avatar {

View File

@ -78,7 +78,7 @@ note: "Příspěvek"
notes: "Příspěvky"
following: "Sledovaní"
followers: "Sledující"
followsYou: "Sledujě tě"
followsYou: "Sledují vás"
followRequestYou: "Žádá tě o sledování"
createList: "Vytvořit seznam"
manageLists: "Spravovat seznam"

View File

@ -1,7 +1,7 @@
{
"name": "calckey-magnetar",
"version": "0.3.0-alpha",
"codename": "aglais",
"codename": "aqua",
"repository": {
"type": "git",
"url": "https://codeberg.org/calckey/calckey.git"