Skip to content

Commit 16d4859

Browse files
committed
fix: dynamic header height tracking and sticky tabs alignment
1 parent 64dbe3e commit 16d4859

89 files changed

Lines changed: 126 additions & 7649 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/launch.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": "0.0.1",
3+
"configurations": [
4+
{
5+
"name": "examples",
6+
"runtimeExecutable": "pnpm",
7+
"runtimeArgs": ["--filter", "@appshell/examples", "dev"],
8+
"port": 3001
9+
},
10+
{
11+
"name": "docs",
12+
"runtimeExecutable": "pnpm",
13+
"runtimeArgs": ["--filter", "@appshell/docs", "dev"],
14+
"port": 3002
15+
}
16+
]
17+
}

.claude/settings.local.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,47 @@
77
"Bash(git -C /Users/firat/projects/appshell log --oneline)",
88
"Bash(git -C /Users/firat/projects/appshell add -A)",
99
"Bash(git -C:*)",
10-
"Bash(pnpm build:*)"
10+
"Bash(pnpm build:*)",
11+
"Bash(pnpm test:*)",
12+
"Bash(pnpm --filter @appshell/react build:*)",
13+
"Bash(pnpm --filter @appshell/examples build:*)",
14+
"Bash(pnpm --filter @appshell/docs build:*)",
15+
"Bash(NEXT_BUILD_MODE=webpack npx next build:*)",
16+
"Bash(npx next build --help:*)",
17+
"Bash(npx next build:*)",
18+
"Bash(ls:*)",
19+
"Bash(npm view:*)",
20+
"Bash(node -e:*)",
21+
"Bash(pnpm exec playwright install:*)",
22+
"mcp__Claude_Preview__preview_start",
23+
"Bash(pnpm turbo build:*)",
24+
"Bash(pnpm turbo test:*)",
25+
"Bash(gh repo view:*)",
26+
"Bash(gh repo edit:*)",
27+
"Bash(git push:*)",
28+
"Bash(gh auth status:*)",
29+
"Bash(gh auth refresh:*)",
30+
"Bash(gh run list:*)",
31+
"Bash(gh run watch:*)",
32+
"WebFetch(domain:fyalavuz.github.io)",
33+
"Bash(git status:*)",
34+
"Bash(gh run view:*)",
35+
"Bash(pnpm turbo lint:*)",
36+
"Bash(pnpm run lint:*)",
37+
"Bash(node scripts/size-report.mjs:*)",
38+
"Bash(npx vitest:*)",
39+
"Bash(npx vitest run:*)",
40+
"Bash(npx tsc:*)",
41+
"Bash(pnpm exec playwright test:*)",
42+
"Bash(pnpm size:*)",
43+
"Bash(npx turbo build:*)",
44+
"Bash(npx playwright test:*)",
45+
"Bash(pnpm --filter @appshell/react test:*)",
46+
"Bash(pnpm --filter @appshell/react lint:*)",
47+
"Bash(pnpm --filter @appshell/react add:*)",
48+
"Bash(pnpm --filter @appshell/react exec eslint:*)",
49+
"Bash(pnpm:*)",
50+
"Bash(npx next:*)"
1151
]
1252
}
1353
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ test-results/
2626

2727
# OS
2828
.DS_Store
29+
30+
*storybook.log
31+
storybook-static

_v0-backup/app/globals.css

Lines changed: 0 additions & 125 deletions
This file was deleted.

_v0-backup/app/layout.tsx

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)