-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove web, tsconfig, ui and minimize * new @web * Update main file path in wrangler.toml * fix * up latest and fix build * Update TypeScript and Tailwind configurations * fix * fix trpc * login * implement turnstile cloudflare * implement theme color * error boundary for web * fix tailwind * fix logo * sidebar * logo dropdown menu * profile dropdown menu * done navigation and basic org detail page * organization settings page * update organization member * fix typo * accept invitation page * fix permission check * profile page * fix close sidebar mobile on navigation * improve * fix user login when not belong to any organizations * leave organization feat * feat: delete organization * check permission * update env * compatible date * fix * fix logout feat * fix turnstile display * update email template * Update GitHub workflows to remove unnecessary matrix configuration * Remove Cloudflare purge action * fix color mutation status
- Loading branch information
Showing
195 changed files
with
4,568 additions
and
4,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,10 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
node_modules | ||
.pnp | ||
.pnp.js | ||
|
||
# testing | ||
coverage | ||
|
||
# next.js | ||
.next/ | ||
out/ | ||
build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# turbo | ||
.turbo | ||
|
||
# vercel | ||
.vercel | ||
dist/ | ||
build/ | ||
.env | ||
.dev.vars | ||
|
||
.*/ | ||
!.github/ | ||
!.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use-node-version = 20.10.0 | ||
auto-install-peers = true | ||
shamefully-hoist = true | ||
enable-pre-post-scripts = true | ||
shamefully-hoist = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
WORKER_ENV="development" # development, production | ||
APP_BASE_URL="http://localhost:4000/" | ||
|
||
DATABASE_URL= | ||
AUTH_SECRET="secret_value" | ||
DATABASE_URL= | ||
RESEND_API_KEY= | ||
TURNSTILE_SECRET_KEY="1x0000000000000000000000000000000AA" | ||
|
||
GOOGLE_CLIENT_ID= | ||
GOOGLE_CLIENT_SECRET= | ||
GOOGLE_REDIRECT_URL="http://localhost:4000/oauth/google/callback" | ||
|
||
RESEND_API_KEY= | ||
RESEND_FROM="Dinh Le <[email protected]>" | ||
|
||
GITHUB_CLIENT_ID= | ||
GITHUB_CLIENT_SECRET= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.