Update pnpm packages + small fixes (#3)

This commit is contained in:
Melroy van den Berg 2024-09-27 00:53:48 +02:00 committed by GitHub
parent e6378055fc
commit 64183324b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1285 additions and 1453 deletions

View file

@ -8,22 +8,22 @@
"initdata": "node ./src/initdata.js"
},
"dependencies": {
"@iconify-json/material-symbols": "^1.1.82",
"@iconify-json/simple-icons": "^1.1.109",
"@kobalte/core": "^0.13.3",
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.2",
"autoprefixer": "^10.4.19",
"@iconify-json/material-symbols": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.4",
"@kobalte/core": "^0.13.6",
"@solidjs/router": "^0.14.6",
"@solidjs/start": "^1.0.6",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"postcss": "^8.4.38",
"solid-js": "^1.8.17",
"postcss": "^8.4.47",
"solid-js": "^1.9.1",
"solid-markdown": "^2.0.13",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"unplugin-icons": "^0.19.0",
"vinxi": "^0.3.12"
"unplugin-icons": "^0.19.3",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"

2690
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -3,13 +3,9 @@ import { A } from "@solidjs/router";
export default function NotFound() {
return (
<main class="text-center mx-auto text-gray-700 p-4">
<h1 class="max-6-xs text-6xl text-sky-700 font-thin uppercase my-16">Not Found</h1>
<h1 class="max-6-xs text-5xl text-sky-700 uppercase my-16">Not Found</h1>
<p class="mt-8">
Visit{" "}
<a href="https://solidjs.com" target="_blank" class="text-sky-600 hover:underline">
solidjs.com
</a>{" "}
to learn how to build Solid apps.
Page not found.
</p>
<p class="my-4">
<A href="/" class="text-sky-600 hover:underline">

View file

@ -69,7 +69,7 @@ const linkMap: Record<
export default function ServersPage() {
return (
<main class="mx-auto p-4 max-w-screen-xl">
<h1 class="max-6-xs text-6xl text-sky-600 font-extralight uppercase my-16">
<h1 class="max-6-xs text-5xl text-sky-600 uppercase my-16">
Mbin Apps
</h1>

View file

@ -4,8 +4,8 @@ export default function Home() {
return (
<main class="mx-auto p-4 max-w-screen-lg">
<div class="my-20 text-center">
<h1 class="text-5xl text-sky-600 font-light uppercase">Mbin</h1>
<p class="my-8 text-2xl text-gray-400 block mx-auto">
<h1 class="text-5xl text-sky-600 font-bold uppercase">Mbin</h1>
<p class="my-8 text-2xl text-white-400 block mx-auto">
A federated content aggregator, voting, discussion and microblogging
platform
<br />

View file

@ -25,11 +25,11 @@ export default function ReleasesPage() {
return (
<main class="mx-auto p-4 max-w-screen-xl">
<h1 class="max-6-xs text-6xl text-sky-600 font-extralight uppercase my-16">
<h1 class="max-6-xs text-5xl text-sky-600 uppercase my-16">
Mbin Releases
</h1>
<div class="mb-12 font-light">
<div class="mb-12">
Also view releases on{' '}
<a href="https://github.com/MbinOrg/mbin/releases" class="text-sky-600">
GitHub
@ -47,7 +47,7 @@ export default function ReleasesPage() {
<AccordionTrigger class="text-lg">
<span class="inline-flex items-center gap-3">
{release.version}
<span class="text-base font-light">
<span class="text-base font-bold">
{new Date(release.publishedAt).toLocaleDateString()}
</span>
<a href={release.githubUrl} class="hover:text-blue-500">

View file

@ -115,10 +115,10 @@ export default function ServersPage() {
return (
<main class="mx-auto p-4 max-w-screen-xl">
<h1 class="max-6-xs text-6xl text-sky-600 font-extralight uppercase my-16">
<h1 class="max-6-xs text-5xl text-sky-600 uppercase my-16">
Mbin Servers
</h1>
<div class="mb-12 font-light">
<div class="mb-12">
Also view servers on{' '}
<a href="https://fedidb.org/software/mbin" class="text-sky-600">
FediDB