Skip to content

Commit

Permalink
Merge pull request #967 from funmusicplace/about-updates
Browse files Browse the repository at this point in the history
fix: add media to about page
  • Loading branch information
simonv3 authored Jan 21, 2025
2 parents d9b970a + d1db0e2 commit 6b27c84
Show file tree
Hide file tree
Showing 8 changed files with 670 additions and 593 deletions.
Binary file added client/public/images/media/everything-co-op.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/images/media/geo-logo-sun-road.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/images/media/ichh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/images/media/power-station.webp
Binary file not shown.
Binary file added client/public/images/media/sustain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const Footer = () => {
<FaTwitter aria-hidden />
</a>
<a
href="https://bsky.app/profile/mirlo.bsky.social"
href="https://bsky.app/profile/mirlo.space"
title="BlueSky"
aria-label={`${t("socialBlueSky", { username: "mirlo.bsky.social" })}`}
>
Expand Down
1,259 changes: 667 additions & 592 deletions client/src/components/pages/About.tsx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/queues/moving-files-to-backblaze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ moveFilesToBackBlazeQueueEvents.on("error", async (error) => {
});

export const startMovingFiles = async (bucketName: string) => {
logger.info(`moving-files: getting file list`);

const files = await getObjectListFromMinio(bucketName, "");
logger.info(`moving-files: going to move ${files.length} files`);
files.map(async (file, i) => {
Expand Down

0 comments on commit 6b27c84

Please sign in to comment.