Skip to content
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6175a7f
feat: add data table hook
G3root Aug 28, 2024
9267b5a
feat: add new data table hook
G3root Aug 28, 2024
c8ae1ac
chore: rename hook
G3root Aug 28, 2024
a0106f4
feat: add paginated hook
G3root Aug 28, 2024
99ff880
feat: add offset schema
G3root Aug 28, 2024
07f2d55
feat: use offset schema
G3root Aug 28, 2024
5c8a3d3
fix: session
G3root Aug 28, 2024
1238f71
feat: add const
G3root Aug 28, 2024
612238a
chore: fix error handling
G3root Aug 28, 2024
733b70d
chore: make header optional
G3root Aug 28, 2024
36c9a72
feat: add api client
G3root Aug 28, 2024
bcede0d
chore: add nuqs
G3root Aug 28, 2024
399b222
feat: use pagination
G3root Aug 28, 2024
b207ff0
refactor: hook
G3root Aug 29, 2024
fd34967
feat: add sort
G3root Aug 29, 2024
e7e7449
feat: add sort
G3root Aug 29, 2024
85116f3
chore: hide select
G3root Aug 29, 2024
4ddcf2a
feat: add search filter
G3root Aug 29, 2024
9851bf3
feat: refactor data
G3root Aug 29, 2024
69a423e
feat: add debounce component
G3root Aug 29, 2024
2409c0d
feat: add debounce input
G3root Aug 29, 2024
3523911
feat: add search
G3root Aug 30, 2024
8810540
fix: query
G3root Aug 30, 2024
5acdd81
feat: update tables
G3root Aug 30, 2024
6c5d5f1
feat: add seed
G3root Aug 30, 2024
2fe228f
Merge branch 'main' into pagination-table
G3root Aug 30, 2024
92d651d
chore: add tax id
G3root Sep 2, 2024
e733531
chore: upgrade trpc
G3root Sep 2, 2024
fcf2db6
feat: use new trpc
G3root Sep 2, 2024
9ca66a6
feat: add error boundary
G3root Sep 2, 2024
233b004
chore: rename loading
G3root Sep 2, 2024
33ba09b
feat: use useSuspense
G3root Sep 2, 2024
b91f92d
fix: data
G3root Sep 2, 2024
c477f15
feat: add search param hook
G3root Sep 17, 2024
160cf3d
feat: add search
G3root Sep 17, 2024
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
Prev Previous commit
Next Next commit
fix: session
  • Loading branch information
G3root committed Aug 28, 2024
commit 5c8a3d3560ee1b434df7951c07956dc5a57ee651
1 change: 0 additions & 1 deletion src/server/api/middlewares/session-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ async function fetchSessionFromAuthUrl(
new Request(newUrl, {
method: "GET",
headers: clonedRequest.headers,
body: clonedRequest.body,
}),
);

Expand Down