ai generated solutions to our ai generated problems

This commit is contained in:
Heidi
2026-06-18 00:46:43 +01:00
parent 930e53bf51
commit 58c0435d5a
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -42,6 +42,7 @@ const analyticsConsentVersion = 3
const themePreferenceKey = 'tssbot.theme' const themePreferenceKey = 'tssbot.theme'
const themePreferenceCookie = 'tssbot_theme' const themePreferenceCookie = 'tssbot_theme'
const liveRefreshMs = 15000 const liveRefreshMs = 15000
const siteVersion = 'v1'
const turnstileSiteKey = import.meta.env.VITE_TURNSTILE_SITE_KEY || '' const turnstileSiteKey = import.meta.env.VITE_TURNSTILE_SITE_KEY || ''
@@ -1676,7 +1677,7 @@ function Footer({ navigate }) {
return ( return (
<footer className="mt-14 border-t border-border bg-fury-white"> <footer className="mt-14 border-t border-border bg-fury-white">
<div className="mx-auto flex w-full max-w-7xl flex-col gap-3 px-5 py-6 text-sm text-text-soft sm:flex-row sm:items-center sm:justify-between sm:px-8"> <div className="mx-auto flex w-full max-w-7xl flex-col gap-3 px-5 py-6 text-sm text-text-soft sm:flex-row sm:items-center sm:justify-between sm:px-8">
<p>Toothless&apos; TSS Bot</p> <p>Toothless&apos; TSS Bot · {siteVersion}</p>
<div className="flex flex-wrap gap-4"> <div className="flex flex-wrap gap-4">
<button <button
className="w-fit font-semibold text-fury-cyan transition hover:text-text" className="w-fit font-semibold text-fury-cyan transition hover:text-text"
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "tssbot-web", "name": "tssbot-web",
"version": "0.1.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "tssbot-web", "name": "tssbot-web",
"version": "0.1.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@tailwindcss/vite": "^4.1.8", "@tailwindcss/vite": "^4.1.8",
"@vitejs/plugin-react": "^4.5.0", "@vitejs/plugin-react": "^4.5.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "tssbot-web", "name": "tssbot-web",
"private": true, "private": true,
"version": "0.1.0", "version": "1.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host 0.0.0.0 --port 3001", "dev": "vite --host 0.0.0.0 --port 3001",