diff --git a/db/.gitignore b/db/.gitignore new file mode 100644 index 00000000..07f43b87 --- /dev/null +++ b/db/.gitignore @@ -0,0 +1 @@ +data/* \ No newline at end of file diff --git a/platforms/blabsy/public/assets/twitter-avatar.jpg b/platforms/blabsy/public/assets/twitter-avatar.jpg index df7a72b1..85134929 100644 Binary files a/platforms/blabsy/public/assets/twitter-avatar.jpg and b/platforms/blabsy/public/assets/twitter-avatar.jpg differ diff --git a/platforms/blabsy/public/favicon.ico b/platforms/blabsy/public/favicon.ico deleted file mode 100644 index 42b00fa2..00000000 Binary files a/platforms/blabsy/public/favicon.ico and /dev/null differ diff --git a/platforms/blabsy/public/logo.png b/platforms/blabsy/public/logo.png new file mode 100644 index 00000000..41e7c7b8 Binary files /dev/null and b/platforms/blabsy/public/logo.png differ diff --git a/platforms/blabsy/public/logo.svg b/platforms/blabsy/public/logo.svg new file mode 100644 index 00000000..fe7874de --- /dev/null +++ b/platforms/blabsy/public/logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/platforms/blabsy/public/site.webmanifest b/platforms/blabsy/public/site.webmanifest index 094af502..b00ad4a5 100644 --- a/platforms/blabsy/public/site.webmanifest +++ b/platforms/blabsy/public/site.webmanifest @@ -9,14 +9,14 @@ "orientation": "portrait", "icons": [ { - "src": "/logo192.png", - "type": "image/png", - "sizes": "192x192" + "src": "/logo.svg", + "type": "image/svg+xml", + "sizes": "any" }, { - "src": "/logo512.png", + "src": "/logo.png", "type": "image/png", - "sizes": "512x512" + "sizes": "any" } ] } diff --git a/platforms/blabsy/src/components/common/app-head.tsx b/platforms/blabsy/src/components/common/app-head.tsx index 42350c74..0df67a3c 100644 --- a/platforms/blabsy/src/components/common/app-head.tsx +++ b/platforms/blabsy/src/components/common/app-head.tsx @@ -5,7 +5,8 @@ export function AppHead(): JSX.Element { Blabsy - + + diff --git a/platforms/blabsy/src/components/common/placeholder.tsx b/platforms/blabsy/src/components/common/placeholder.tsx index 41694401..ac64b8fa 100644 --- a/platforms/blabsy/src/components/common/placeholder.tsx +++ b/platforms/blabsy/src/components/common/placeholder.tsx @@ -5,9 +5,9 @@ export function Placeholder(): JSX.Element { return (
{userData && ( )} diff --git a/platforms/blabsy/src/components/modal/display-modal.tsx b/platforms/blabsy/src/components/modal/display-modal.tsx index 506133f8..9cfae21f 100644 --- a/platforms/blabsy/src/components/modal/display-modal.tsx +++ b/platforms/blabsy/src/components/modal/display-modal.tsx @@ -39,7 +39,7 @@ export function DisplayModal({ closeModal }: DisplayModalProps): JSX.Element { border-light-border px-4 py-3 dark:border-dark-border' >
- +
diff --git a/platforms/blabsy/src/components/modal/mobile-sidebar-modal.tsx b/platforms/blabsy/src/components/modal/mobile-sidebar-modal.tsx index 661831df..22b9f1e7 100644 --- a/platforms/blabsy/src/components/modal/mobile-sidebar-modal.tsx +++ b/platforms/blabsy/src/components/modal/mobile-sidebar-modal.tsx @@ -36,7 +36,7 @@ const topNavLinks: Readonly = [ // }, { href: '/people', - linkName: 'Twitter Circle', + linkName: 'Blabsy Circle', iconName: 'UserGroupIcon' } ]; diff --git a/platforms/blabsy/src/components/tweet/tweet-actions.tsx b/platforms/blabsy/src/components/tweet/tweet-actions.tsx index ac697e98..8a0ba8b4 100644 --- a/platforms/blabsy/src/components/tweet/tweet-actions.tsx +++ b/platforms/blabsy/src/components/tweet/tweet-actions.tsx @@ -51,13 +51,13 @@ type PinModalData = Record<'title' | 'description' | 'mainBtnLabel', string>; const pinModalData: Readonly = [ { - title: 'Pin Tweet to from profile?', + title: 'Pin Blab to from profile?', description: - 'This will appear at the top of your profile and replace any previously pinned Tweet.', + 'This will appear at the top of your profile and replace any previously pinned Blab.', mainBtnLabel: 'Pin' }, { - title: 'Unpin Tweet from profile?', + title: 'Unpin Blab from profile?', description: 'This will no longer appear automatically at the top of your profile.', mainBtnLabel: 'Unpin' @@ -173,7 +173,7 @@ export function TweetActions({ isInAdminControl ? `@${username}'s` : 'your' } profile, the timeline of any accounts that follow ${ isInAdminControl ? `@${username}` : 'you' - }, and from Twitter search results.`} + }, and from Blabsy search results.`} mainBtnClassName='bg-accent-red hover:bg-accent-red/90 active:bg-accent-red/75 accent-tab focus-visible:bg-accent-red/90' mainBtnLabel='Delete' diff --git a/platforms/blabsy/src/components/tweet/tweet-share.tsx b/platforms/blabsy/src/components/tweet/tweet-share.tsx index 7f739cec..faf6c1de 100644 --- a/platforms/blabsy/src/components/tweet/tweet-share.tsx +++ b/platforms/blabsy/src/components/tweet/tweet-share.tsx @@ -37,7 +37,7 @@ export function TweetShare({ type === 'bookmark' ? (): JSX.Element => ( - Tweet added to your Bookmarks + Blab added to your Bookmarks View @@ -45,7 +45,7 @@ export function TweetShare({ ) - : 'Tweet removed from your bookmarks' + : 'Blab removed from your bookmarks' ); }; @@ -94,7 +94,7 @@ export function TweetShare({ onClick={preventBubbling(handleCopy(close))} > - Copy link to Tweet + Copy link to Blab {!tweetIsBookmarked ? ( - - - + // + // + // + // + // + + + + ); } diff --git a/platforms/blabsy/src/components/user/user-header.tsx b/platforms/blabsy/src/components/user/user-header.tsx index 2135d179..640f8dbf 100644 --- a/platforms/blabsy/src/components/user/user-header.tsx +++ b/platforms/blabsy/src/components/user/user-header.tsx @@ -49,7 +49,7 @@ export function UserHeader(): JSX.Element { {loading || statsLoading ? (

- This Tweet was deleted by the Tweet author.{' '} + This Blab was deleted by the Blab author.{' '}

diff --git a/platforms/blabsy/src/pages/user/[id]/index.tsx b/platforms/blabsy/src/pages/user/[id]/index.tsx index 38451bea..1fabf90e 100644 --- a/platforms/blabsy/src/pages/user/[id]/index.tsx +++ b/platforms/blabsy/src/pages/user/[id]/index.tsx @@ -54,8 +54,8 @@ export default function UserTweets(): JSX.Element { ) : !mergedTweets ? ( ) : ( diff --git a/platforms/blabsy/src/pages/user/[id]/media.tsx b/platforms/blabsy/src/pages/user/[id]/media.tsx index b34153a3..c722c20d 100644 --- a/platforms/blabsy/src/pages/user/[id]/media.tsx +++ b/platforms/blabsy/src/pages/user/[id]/media.tsx @@ -33,7 +33,7 @@ export default function UserMedia(): JSX.Element { return (
@@ -41,8 +41,8 @@ export default function UserMedia(): JSX.Element { ) : !sortedTweets ? ( ) : ( diff --git a/platforms/eVoting/src/app/layout.tsx b/platforms/eVoting/src/app/layout.tsx index 44dd4918..dcee6dfc 100644 --- a/platforms/eVoting/src/app/layout.tsx +++ b/platforms/eVoting/src/app/layout.tsx @@ -4,6 +4,9 @@ import "./globals.css"; export const metadata: Metadata = { title: "eVoting Platform", description: "A platform for creating and managing votes", + icons: { + icon: "/Logo.png", + }, }; export default function RootLayout({ diff --git a/platforms/group-charter-manager/public/logo.png b/platforms/group-charter-manager/public/logo.png new file mode 100644 index 00000000..25f74f45 Binary files /dev/null and b/platforms/group-charter-manager/public/logo.png differ diff --git a/platforms/group-charter-manager/src/app/layout.tsx b/platforms/group-charter-manager/src/app/layout.tsx index a98a8f0f..b642fe82 100644 --- a/platforms/group-charter-manager/src/app/layout.tsx +++ b/platforms/group-charter-manager/src/app/layout.tsx @@ -10,6 +10,9 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Group Charter Manager", description: "Manage your group charters and memberships", + icons: { + icon: "/logo.png" + } }; export default function RootLayout({ diff --git a/platforms/pictique/src/app.html b/platforms/pictique/src/app.html index 77a5ff52..06cff79d 100644 --- a/platforms/pictique/src/app.html +++ b/platforms/pictique/src/app.html @@ -2,7 +2,7 @@ - + %sveltekit.head% diff --git a/platforms/pictique/static/Logo.svg b/platforms/pictique/static/Logo.svg new file mode 100644 index 00000000..a8ac8a17 --- /dev/null +++ b/platforms/pictique/static/Logo.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platforms/registry/src/index.ts b/platforms/registry/src/index.ts index 5bb4d242..ed13e050 100644 --- a/platforms/registry/src/index.ts +++ b/platforms/registry/src/index.ts @@ -24,7 +24,7 @@ const initializeDatabase = async () => { await AppDataSource.initialize(); server.log.info("Database connection initialized"); } catch (error) { - server.log.error("Error during database initialization:", error); + server.log.error({message: "Error during database initialization", detail: error}); process.exit(1); } }; @@ -100,7 +100,7 @@ server.post("/platforms/certification", async (request, reply) => { server.get("/platforms", async (request, reply) => { const platforms = [ process.env.PUBLIC_PICTIQUE_BASE_URL, process.env.PUBLIC_BLABSY_BASE_URL, process.env.PUBLIC_GROUP_CHARTER_BASE_URL, process.env.PUBLIC_CERBERUS_BASE_URL ] - + return platforms });