Commit graph

647 commits

Author SHA1 Message Date
946ccb256d feat: Added depcheck for unused dependencies 2023-06-09 11:46:01 +02:00
9a32b06de2
Merge pull request #15 from bartvdbraak/dependabot/npm_and_yarn/tailwindcss-animate-1.0.6 2023-06-09 09:17:59 +02:00
84d216fc25
Merge pull request #14 from bartvdbraak/dependabot/npm_and_yarn/tailwind-merge-1.13.1 2023-06-09 09:17:36 +02:00
dependabot[bot]
c304ec517d
build(deps): bump tailwindcss-animate from 1.0.5 to 1.0.6
Bumps tailwindcss-animate from 1.0.5 to 1.0.6.

---
updated-dependencies:
- dependency-name: tailwindcss-animate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 05:22:40 +00:00
dependabot[bot]
b0dc4b6aa2
build(deps): bump tailwind-merge from 1.13.0 to 1.13.1
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 05:22:19 +00:00
ac4e23bfea feat: Ignore .github for lint/formatting 2023-06-08 09:25:50 +02:00
7ce405fbef refactor: Fix formatting using prettier 2023-06-08 09:23:26 +02:00
d90b2a338f feat: Add preview, typecheck and format scripts 2023-06-08 09:22:18 +02:00
a13568ccfe feat: Added prettier as devDependency 2023-06-08 09:20:35 +02:00
d94ce6f96a
Merge pull request #9 from bartvdbraak/dependabot/npm_and_yarn/types/react-18.2.9
build(deps): bump @types/react from 18.2.8 to 18.2.9
2023-06-08 08:49:50 +02:00
dependabot[bot]
fad8084e65
build(deps): bump @types/react from 18.2.8 to 18.2.9
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.8 to 18.2.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 06:47:49 +00:00
58f8b6c161
Merge pull request #8 from bartvdbraak/dependabot/npm_and_yarn/lucide-react-0.241.0 2023-06-08 08:45:30 +02:00
dependabot[bot]
2b9374000a
build(deps): bump lucide-react from 0.240.0 to 0.241.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.240.0 to 0.241.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/v0.241.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 05:21:33 +00:00
3db8616a7a
Merge pull request #7 from bartvdbraak/task/fixes-and-progress
refactor: Remove unused imports
2023-06-08 01:24:11 +02:00
aa1445d925 refactor: Remove unused imports 2023-06-08 01:21:20 +02:00
a59b1fbd91
Merge pull request #6 from bartvdbraak/task/fixes-and-progress
Fixes and Authentication
2023-06-08 01:02:46 +02:00
ec88017291 fix: Remove duplicated components 2023-06-08 01:01:44 +02:00
85ce4ce692 deps: Added @radix-ui/react-label 2023-06-08 00:47:07 +02:00
7c4d411066 refactor: Disable exhaustive-deps ESLint rule 2023-06-08 00:46:10 +02:00
46059c13a1 refactor: Add CSS imports 2023-06-08 00:39:48 +02:00
6c4b88cff7 feat: Add pages/components for authenticated flow 2023-06-08 00:39:28 +02:00
130a4932e6 feat: Auth library for Tenant and User ID 2023-06-08 00:38:36 +02:00
6ea6c3e317 feat: Add different components used for app 2023-06-08 00:38:02 +02:00
ecfac890de feat: Add UI components related to landing page 2023-06-08 00:37:36 +02:00
01c95b65be feat: Add a bunch of generic UI components 2023-06-08 00:37:16 +02:00
5fe16ec370 refactor: Change URLs for after authentication 2023-06-08 00:36:39 +02:00
7a0d957100 feat: Add CSS for Tailwind imports 2023-06-08 00:36:09 +02:00
1d4a5503a2 feat: Add some @radix components 2023-06-08 00:35:35 +02:00
0346e43440 feat: Use Clerk as middleware 2023-06-08 00:34:52 +02:00
91cd7f05d0 feat: Changed logo and icon 2023-06-07 08:49:57 +02:00
18bb4d94a5 task: Remove unreachable tailwind-indicator 2023-06-06 21:30:03 +02:00
89b81530c7 task: Disable experimental features (esmExternals) 2023-06-06 21:26:14 +02:00
8f89292522 fix: clipping text on small screens 2023-06-06 20:43:01 +02:00
fa91843255
Merge pull request #3 from bartvdbraak/dependabot/npm_and_yarn/lucide-react-0.240.0
build(deps): bump lucide-react from 0.236.0 to 0.240.0
2023-06-06 20:41:09 +02:00
dependabot[bot]
dd64a981f4
build(deps): bump lucide-react from 0.236.0 to 0.240.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.236.0 to 0.240.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/v0.240.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 18:37:45 +00:00
ce9d7fb452
Merge pull request #5 from bartvdbraak/task/switch-package-manager
Task/switch package manager
2023-06-06 20:36:45 +02:00
891d882a07
Merge pull request #1 from bartvdbraak/feat/readme-add-badges
Added badges for SonarCloud and Vercel deployment
2023-06-06 20:16:15 +02:00
6a885121f0 feat: Added metadataBase 2023-06-06 20:14:45 +02:00
c495046347 refactor: Change package manager to yarn 2023-06-06 20:14:13 +02:00
5a6d25734c
Merge pull request #4 from bartvdbraak/main 2023-06-06 19:32:26 +02:00
98e82679b7
Merge pull request #2 from bartvdbraak/fix/move-dependabot
fix: Move `dependabot` to `.github`
2023-06-06 19:29:22 +02:00
67c303221c fix: Move dependabot to /.github 2023-06-06 18:11:28 +02:00
fa36c6b13c
feat: Added badges for SonarCloud and Vercel deployment 2023-06-06 18:06:55 +02:00
77644f2aa3 feat: Added dependabot for auto-updates 2023-06-06 03:43:12 +02:00
2a2d333461 fix: proper linking 2023-06-06 03:17:59 +02:00
439b6eabe8 Initial commit for working landing page 2023-06-06 03:17:35 +02:00
f3fecc77c5
Initial commit 2023-06-05 21:51:57 +02:00