mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-19 16:39:04 +00:00
Update pnpm packages + small fixes (#3)
This commit is contained in:
parent
e6378055fc
commit
64183324b3
7 changed files with 1285 additions and 1453 deletions
24
package.json
24
package.json
|
@ -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
2690
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 />
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue