Skip to content

Commit

Permalink
feat: add landing page (#434)
Browse files Browse the repository at this point in the history
* fix: use code-splitting on routes

* feat: add landing page

* fix: update deps

* fix: add instagram url

* fix: review comments

* fix: update deps and issues
  • Loading branch information
spaenleh authored Nov 14, 2024
1 parent b0c10a9 commit 94bafb2
Show file tree
Hide file tree
Showing 70 changed files with 3,694 additions and 1,532 deletions.
2 changes: 0 additions & 2 deletions cypress/fixtures/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const MEMBER_WITH_AVATAR: MemberForTest = {

export const MEMBER_PUBLIC_PROFILE: PublicProfile = {
id: 'ecafbd2a-5642-31fb-ae93-0242ac130004',
member: BOB,
bio: 'text',
twitterID: 'twitter_handle',
facebookID: 'fb_handle',
Expand All @@ -61,7 +60,6 @@ export const MEMBER_PUBLIC_PROFILE: PublicProfile = {
};
export const MEMBER_EMPTY_PUBLIC_PROFILE: PublicProfile = {
id: 'ecafbd2a-5642-31fb-ae93-0242ac130004',
member: BOB,
bio: '',
twitterID: '',
facebookID: '',
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@graasp/query-client": "5.1.0",
"@graasp/sdk": "4.33.2",
"@graasp/query-client": "5.4.2",
"@graasp/sdk": "5.2.1",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/translations": "1.40.0",
"@graasp/ui": "5.4.0",
"@mui/icons-material": "6.1.6",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.6",
"@tanstack/react-router": "1.78.3",
"@tanstack/router-devtools": "1.78.3",
"@tanstack/router-zod-adapter": "1.78.3",
"@graasp/translations": "1.41.0",
"@graasp/ui": "5.4.1",
"@mui/icons-material": "6.1.7",
"@mui/lab": "6.0.0-beta.15",
"@mui/material": "6.1.7",
"@tanstack/react-router": "1.81.5",
"@tanstack/router-devtools": "1.81.5",
"@tanstack/router-zod-adapter": "1.81.5",
"axios": "1.7.7",
"date-fns": "4.1.0",
"http-status-codes": "2.3.0",
"i18next": "23.16.4",
"i18next": "23.16.5",
"i18next-fetch-backend": "6.0.0",
"lodash.truncate": "4.4.2",
"lucide-react": "0.454.0",
"lucide-react": "0.456.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-i18next": "15.1.0",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.1",
"react-image-crop": "11.0.7",
"react-toastify": "10.0.6",
"social-links": "1.14.0",
"stylis": "4.3.4",
"uuid": "11.0.2",
"uuid": "11.0.3",
"zod": "3.23.8"
},
"scripts": {
Expand Down Expand Up @@ -85,10 +85,10 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@cypress/code-coverage": "3.13.5",
"@eslint-react/eslint-plugin": "1.15.2",
"@cypress/code-coverage": "3.13.6",
"@eslint-react/eslint-plugin": "1.16.1",
"@eslint/compat": "1.2.2",
"@tanstack/router-plugin": "1.78.3",
"@tanstack/router-plugin": "1.79.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
Expand All @@ -97,11 +97,11 @@
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/stylis": "4.2.6",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react": "4.3.3",
"concurrently": "9.1.0",
"cypress": "13.15.1",
"cypress": "13.15.2",
"env-cmd": "10.1.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -116,7 +116,7 @@
"nyc": "17.1.0",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite": "5.4.11",
"vite-plugin-checker": "0.8.0",
"vite-plugin-istanbul": "6.0.2"
},
Expand Down
Loading

0 comments on commit 94bafb2

Please sign in to comment.