Skip to content

Commit

Permalink
Revert "chore(results): initialize page view"
Browse files Browse the repository at this point in the history
This reverts commit ee5d760.
  • Loading branch information
Lombardoc4 authored Jan 8, 2024
1 parent 85dc5a2 commit 730bca2
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 341 deletions.
7 changes: 1 addition & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
// cache optimized images for 60 seconds
minimumCacheTTL: 60,
},
};
const nextConfig = {};

module.exports = nextConfig;
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"typecheck": "tsc --pretty --noEmit --incremental false"
},
"dependencies": {
"clsx": "^2.0.0",
"jotai": "^2.6.0",
"next": "latest",
"react": "latest",
"react-dom": "latest",
Expand Down
31 changes: 4 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions src/app/components/Dropdown.tsx

This file was deleted.

7 changes: 1 addition & 6 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ export default function RootLayout({
}) {
return (
<html lang='en'>
<body className={inter.className}>
<div className='navbar bg-base-100'>
<a className='btn btn-ghost text-xl'>Slick Telemetry</a>
</div>
{children}
</body>
<body className={inter.className}>{children}</body>
</html>
);
}
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Home() {
<div className='hero min-h-screen bg-base-200'>
<div className='hero-content text-center'>
<div className='max-w-md'>
<h1 className='text-5xl font-bold'>Hello</h1>
<h1 className='text-5xl font-bold'>Hello there</h1>
<p className='py-6'>
We are Slick Telemetry, like-minded individuals and fans of
Formula 1. We are currently building an analysis platform for F1
Expand Down
100 changes: 0 additions & 100 deletions src/app/results/RaceResults.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions src/app/results/layout.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions src/app/results/page.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions src/app/results/utils.tsx

This file was deleted.

Loading

0 comments on commit 730bca2

Please sign in to comment.