Skip to content

Commit be55fc8

Browse files
committed
Update README.md and Metadata
1 parent a8dc37d commit be55fc8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Tracking progress on key features and tasks for the project.
8888
- [x] πŸ›’οΈ Set up the database and define data models
8989
- [x] πŸ”— Sync folder open state with the URL
9090
- [x] πŸ” Implement user authentication
91-
- [ ] πŸ“ Enable file upload functionality
91+
- [x] πŸ“ Enable file upload functionality
9292
- [ ] πŸ“Š Add analytics tracking
9393

9494
### πŸ“ Note from 5-28-2025
@@ -106,3 +106,12 @@ The database and UI are now connected, some improvements to make:
106106
- [x] Change folders to link components, remove all client state
107107
- [x] Clean up the database and data fetching patterns
108108
- [ ] Real homepage
109+
110+
### πŸ“ Note from 7-4-2025
111+
112+
Uploading a file to '[uploadthing](https://uploadthing.com/)' works, things that
113+
can be approved:
114+
115+
- [ ] Upload files to the right folder
116+
- [ ] Delete file button
117+
- [ ] Allow files that are not images to be uploaded

β€Žsrc/app/layout.tsxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { type Metadata } from "next";
55
import { Geist } from "next/font/google";
66

77
export const metadata: Metadata = {
8-
title: "Create T3 App",
9-
description: "Generated by create-t3-app",
8+
title: "Drive Tutorial",
9+
description: "It's like Google Drive, but worse!",
1010
icons: [{ rel: "icon", url: "/favicon.ico" }],
1111
};
1212

0 commit comments

Comments
Β (0)