Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement account deletion request page for users #7

Merged
merged 38 commits into from
Jun 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9bc6b10
chore(deps): upgrade Next.js package
Blackoutseeker Jun 13, 2024
9cd5c19
chore(deps): upgrade React and its packages
Blackoutseeker Jun 13, 2024
0319290
chore(deps): upgrade sharp package
Blackoutseeker Jun 13, 2024
c40231f
chore(scripts): create turbo script
Blackoutseeker Jun 13, 2024
f7ef760
chore(deps): upgrade TypeScript package
Blackoutseeker Jun 13, 2024
4895bfb
chore(deps): upgade TailwindCSS, PostCSS and Autoprefixer packages
Blackoutseeker Jun 13, 2024
cf6422c
chore(deps): upgrade ESLint and its packages
Blackoutseeker Jun 13, 2024
b4f534f
chore(deps): downgrade ESLint package
Blackoutseeker Jun 13, 2024
9d4c726
chore(prettier): add types of the Prettier configuration
Blackoutseeker Jun 13, 2024
1af6623
chore(deps): add prettier-plugin-tailwindcss package to development d…
Blackoutseeker Jun 13, 2024
9cf703e
chore(prettier): add prettier-plugin-tailwindcss to Prettier plugins
Blackoutseeker Jun 13, 2024
4aae9b4
chore(tailwind): migrate TailwindCSS configuration from JavaScript to…
Blackoutseeker Jun 13, 2024
afa71c9
style: format files with Prettier
Blackoutseeker Jun 13, 2024
940eca8
chore(next): remove localeDetection from Next.js configuration file
Blackoutseeker Jun 13, 2024
30a04c5
refactor(components): remove the a tag from within the Link tag
Blackoutseeker Jun 14, 2024
dca4e37
chore(assets): move app icons to public folder
Blackoutseeker Jun 14, 2024
e8c9838
refactor(services): refactor getAppIcon to get app icons from public …
Blackoutseeker Jun 14, 2024
e3fd4ae
chore(next): add remotePatterns to images in Next.js configuration file
Blackoutseeker Jun 14, 2024
efa74b3
refactor(components): remove legacy layout and objectFit properties f…
Blackoutseeker Jun 14, 2024
65805fc
fix(components): adjust vertical spacing for the AppCard container
Blackoutseeker Jun 15, 2024
10911c6
feat(components): create DeleteAccountForm component
Blackoutseeker Jun 17, 2024
8aa9f59
feat(pages): create DeleteAccount page
Blackoutseeker Jun 17, 2024
1a20e56
chore(robots): disallow /delete-account page for SEO
Blackoutseeker Jun 17, 2024
e4da9f9
feat(models): create DeleteTranslation model
Blackoutseeker Jun 17, 2024
736b05a
feat(models): add DeleteTranslation to the App model
Blackoutseeker Jun 17, 2024
7ff9629
feat(services): create getDeleteTranslationForUserLocale method
Blackoutseeker Jun 19, 2024
48af4de
feat(services): add getDeleteTranslationForUserLocale method
Blackoutseeker Jun 19, 2024
66d2b9d
feat(components): craete a new style to data list
Blackoutseeker Jun 20, 2024
6486df0
feat(locales): create delete translation for the en-US locale for the…
Blackoutseeker Jun 20, 2024
b0d9eff
feat(locales): create delete translation for the pt-BR locale for the…
Blackoutseeker Jun 20, 2024
3d37760
feat(locales): create delete translation for the en-US locale for the…
Blackoutseeker Jun 20, 2024
f08a92d
feat(locales): create delete translation for the pt-BR locale for the…
Blackoutseeker Jun 20, 2024
88cb90b
feat(locales): create delete translation for the en-US locale for the…
Blackoutseeker Jun 20, 2024
f4721a2
feat(locales): create delete translation for the pt-BR locale for the…
Blackoutseeker Jun 20, 2024
01584a1
feat(utils): create formatEmailPlaceholder method
Blackoutseeker Jun 20, 2024
5de559e
refactor(components): add translation feature to DeleteAccount component
Blackoutseeker Jun 20, 2024
774cd2b
chore(workflows): upgrade Node.js version from 16 to 20
Blackoutseeker Jun 21, 2024
fbe81bc
Merge branch 'main' into dev
Blackoutseeker Jun 21, 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
chore(deps): upgade TailwindCSS, PostCSS and Autoprefixer packages
  • Loading branch information
Blackoutseeker committed Jun 13, 2024
commit 4895bfb8e983c85b46580f3b9265dd4478ea9793
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"@types/react-outside-click-handler": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"autoprefixer": "^10.4.8",
"autoprefixer": "^10.4.19",
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
@@ -45,9 +45,9 @@
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"postcss": "^8.4.16",
"postcss": "^8.4.38",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.8",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
}
Loading