Skip to content

Commit

Permalink
Merge pull request #690 from colonial-heritage/alpha
Browse files Browse the repository at this point in the history
Bump applications from alpha to beta
  • Loading branch information
sdevalk authored Jul 23, 2024
2 parents b44b60a + 32b43ff commit 5bb63f1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 32 deletions.
3 changes: 0 additions & 3 deletions apps/dataset-browser/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ import '../globals.css';
import {ReactNode} from 'react';
import Navigation from './navigation';
import {NextIntlClientProvider, useMessages, useTranslations} from 'next-intl';
import {WipMessage} from '@colonial-collections/ui';
import {
ListProvider,
defaultSortBy,
defaultLimit,
} from '@colonial-collections/list-store';
import {Link} from '@/navigation';

interface Props {
children: ReactNode;
Expand All @@ -24,7 +22,6 @@ export default function RootLayout({children, params: {locale}}: Props) {
<html className="h-full" lang={locale}>
<body className="flex flex-col min-h-screen">
<NextIntlClientProvider messages={messages}>
<WipMessage Link={Link} />
<div className="sr-only">
<ul>
<li>
Expand Down
4 changes: 0 additions & 4 deletions apps/researcher/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {NextIntlClientProvider} from 'next-intl';
import {ClerkProvider} from '@clerk/nextjs';
import {getTranslations} from 'next-intl/server';
import Navigation from '@/components/navigation';
import {WipMessage} from '@colonial-collections/ui';
import {Link} from '@/navigation';
import {env} from 'node:process';
import AuthHealthCheck from '@/lib/auth-health-check';
import Footer from '@/components/footer';
Expand Down Expand Up @@ -48,8 +46,6 @@ export default async function RootLayout({children, params: {locale}}: Props) {
<div className="min-h-screen flex flex-col">
<AuthHealthCheck />
<NextIntlClientProvider locale={locale} messages={messages}>
<WipMessage Link={Link} />

<div className="sr-only">
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion apps/researcher/src/components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {UserButton, SignInButton, SignedOut} from '@clerk/nextjs';
import SignedIn from '@/lib/community/signed-in';
import {ConsortiumLogo} from '@colonial-collections/ui/branding';
import {NavigationMenu} from '@colonial-collections/ui';
import logoImage from '@colonial-collections/ui/branding/logo-colonial-collections-datahub-alpha.png';
import logoImage from '@colonial-collections/ui/branding/logo-colonial-collections-datahub-beta.png';
import {useMemo} from 'react';
import ToFilteredListButton from './to-filtered-list-button';
import {encodeRouteSegment} from '@/lib/clerk-route-segment-transformer';
Expand Down
1 change: 0 additions & 1 deletion packages/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * from './badge';
export * from './page';
export * from './localized-markdown';
export * from './small-screen-sub-menu';
export * from './wip-message';
export * from './slide-over';
export * from './slide-out';
export * from './notifications';
Expand Down
23 changes: 0 additions & 23 deletions packages/ui/wip-message.tsx

This file was deleted.

0 comments on commit 5bb63f1

Please sign in to comment.