Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #23

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Next #23

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b267d51
Logo
rajatkulkarni95 Nov 14, 2022
32c6f05
mobile
rajatkulkarni95 Nov 14, 2022
e8d0f93
thicker stroke, fix widths and remove overflow
rajatkulkarni95 Nov 15, 2022
e80cb8e
tailwind colors
rajatkulkarni95 Nov 15, 2022
5295df7
remove next themese
rajatkulkarni95 Nov 15, 2022
d5ac4a8
me
rajatkulkarni95 Nov 15, 2022
30f7608
responsive
rajatkulkarni95 Nov 15, 2022
5cc1602
Salutation animation
rajatkulkarni95 Jan 6, 2023
c7a3802
Add current time footer
rajatkulkarni95 Jan 6, 2023
fbf0612
Calc currentTime at proper interval, remove overflow
rajatkulkarni95 Jan 6, 2023
82189ec
kbar (#24)
rajatkulkarni95 Jan 7, 2023
18e156e
Add kbar actions
rajatkulkarni95 Jan 7, 2023
e9e88a7
Dummy pages
rajatkulkarni95 Jan 7, 2023
0bfebea
Icons and animations
rajatkulkarni95 Jan 7, 2023
0d4c5f4
Mobile accessible
rajatkulkarni95 Jan 7, 2023
2ad0492
Fix build woes
rajatkulkarni95 Jan 7, 2023
93ed457
Animate on aria-selected
rajatkulkarni95 Jan 7, 2023
938d9cb
Remove hide scrollbar logic
rajatkulkarni95 Jan 16, 2023
c83379d
Header
rajatkulkarni95 Jan 16, 2023
c5e2d83
Remove sidebar refs
rajatkulkarni95 Jan 16, 2023
6cbe7dc
Simplify schema and upgrade to latest versions
rajatkulkarni95 Jan 22, 2023
f6a6756
Hide scrollbar for kbar
rajatkulkarni95 Jan 22, 2023
b589872
Fix build issues
rajatkulkarni95 Jan 22, 2023
d7e1e11
Rename craft -> experiments
rajatkulkarni95 Jan 22, 2023
b53a26f
pnpm, campsite, styles
rajatkulkarni95 Sep 26, 2023
0411b14
cta button, delete unused pages
rajatkulkarni95 Sep 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
11 changes: 0 additions & 11 deletions generated/nexus-typegen.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export interface NexusGenScalars {

export interface NexusGenObjects {
Bookmark: { // root type
description?: string | null; // String
faviconUrl?: string | null; // String
image?: string | null; // String
tagUuid?: string | null; // String
Expand All @@ -41,8 +40,6 @@ export interface NexusGenObjects {
Query: {};
Tag: { // root type
background: string; // String!
border: string; // String!
color: string; // String!
name: string; // String!
uuid: string; // String!
}
Expand All @@ -60,7 +57,6 @@ export type NexusGenAllTypes = NexusGenRootTypes & NexusGenScalars

export interface NexusGenFieldTypes {
Bookmark: { // field return type
description: string | null; // String
faviconUrl: string | null; // String
image: string | null; // String
tag: NexusGenRootTypes['Tag'] | null; // Tag
Expand All @@ -82,16 +78,13 @@ export interface NexusGenFieldTypes {
Tag: { // field return type
background: string; // String!
bookmarks: Array<NexusGenRootTypes['Bookmark'] | null> | null; // [Bookmark]
border: string; // String!
color: string; // String!
name: string; // String!
uuid: string; // String!
}
}

export interface NexusGenFieldTypeNames {
Bookmark: { // field return type name
description: 'String'
faviconUrl: 'String'
image: 'String'
tag: 'Tag'
Expand All @@ -113,8 +106,6 @@ export interface NexusGenFieldTypeNames {
Tag: { // field return type name
background: 'String'
bookmarks: 'Bookmark'
border: 'String'
color: 'String'
name: 'String'
uuid: 'String'
}
Expand All @@ -130,8 +121,6 @@ export interface NexusGenArgTypes {
}
createTag: { // args
background: string; // String!
border: string; // String!
color: string; // String!
name: string; // String!
}
}
Expand Down
5 changes: 1 addition & 4 deletions generated/schema.gen.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


type Bookmark {
description: String
faviconUrl: String
image: String
tag: Tag
Expand All @@ -15,7 +14,7 @@ type Bookmark {

type Mutation {
createBookmark(description: String, tagUuid: String!, title: String!, url: String!): Bookmark!
createTag(background: String!, border: String!, color: String!, name: String!): Tag!
createTag(background: String!, name: String!): Tag!
}

type Query {
Expand All @@ -28,8 +27,6 @@ type Query {
type Tag {
background: String!
bookmarks: [Bookmark]
border: String!
color: String!
name: String!
uuid: String!
}
48 changes: 26 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,34 @@
"generate": "ts-node --transpile-only src/graphql/schema"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@radix-ui/react-tooltip": "^0.1.7",
"apollo-server-micro": "^3.6.4",
"graphql": "^16.3.0",
"micro": "^9.3.4",
"@apollo/client": "^3.8.4",
"@heroicons/react": "^2.0.13",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"apollo-server-micro": "^3.11.1",
"graphql": "^16.6.0",
"kbar": "0.1.0-beta.43",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "12.1.0",
"next-seo": "^5.1.0",
"next": "13.1.1",
"next-seo": "^5.15.0",
"nexus": "^1.3.0",
"prisma": "^3.10.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"prisma": "^4.16.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@prisma/client": "^3.10.0",
"@svgr/webpack": "^6.2.1",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"ts-node-dev": "^1.1.8",
"typescript": "4.5.5"
"@prisma/client": "^4.9.0",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"ts-node-dev": "^2.0.0",
"typescript": "4.9.4"
}
}
}
Loading