This website requires JavaScript.
Explore
Help
Register
Sign In
Wodey
/
wodey-prototype
Watch
6
Star
0
Fork
0
You've already forked wodey-prototype
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ba1df8a261
wodey-prototype
/
app
/
page.tsx
9 lines
111 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: Implement Creator Layout and Pages - Added CreatorLayout component for consistent layout structure. - Created CreatorPage with a simple header. - Introduced TrashPage with tabs for managing trashed items, including images and empty states. - Developed Navbar component for navigation with search functionality and notifications. - Added RecentDesign component to display recent designs with action buttons. - Implemented SideNav component to house Sidebar and RecentDesign. - Created Sidebar component for navigation links with responsive design. - Added Input component for consistent styling across forms. - Updated package.json to include new dependencies and set package manager.
2025-04-27 00:39:20 +00:00
Project initialization
2025-04-26 17:46:50 +00:00
export
default
function
Home() {
return
(
feat: Implement Creator Layout and Pages - Added CreatorLayout component for consistent layout structure. - Created CreatorPage with a simple header. - Introduced TrashPage with tabs for managing trashed items, including images and empty states. - Developed Navbar component for navigation with search functionality and notifications. - Added RecentDesign component to display recent designs with action buttons. - Implemented SideNav component to house Sidebar and RecentDesign. - Created Sidebar component for navigation links with responsive design. - Added Input component for consistent styling across forms. - Updated package.json to include new dependencies and set package manager.
2025-04-27 00:39:20 +00:00
<
div
className
=
"flex"
>
<
div
>
Home
<
/
div
>
Project initialization
2025-04-26 17:46:50 +00:00
<
/
div
>
)
;
}
Reference in New Issue
Copy Permalink