Skip to content

Commit eba5f9b

Browse files
authored
Merge pull request #9 from Gabry848/features/modern-auth-ui
feat: Modern Auth UI with Welcome Carousel and Recurring Tasks Support
2 parents a9938d6 + 180d8b7 commit eba5f9b

33 files changed

Lines changed: 3110 additions & 817 deletions

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"Bash(cat:*)",
3939
"Bash(npm run docs:generate:*)",
4040
"Bash(powershell -Command \"Get-ChildItem -Path . -Recurse | Select-Object -ExpandProperty FullName | Sort-Object\")",
41-
"Bash(git log:*)"
41+
"Bash(git log:*)",
42+
"Bash(grep:*)",
43+
"Bash(powershell -Command \"Get-Content ''e:\\\\MyTaskly\\\\MyTaskly-app\\\\src\\\\locales\\\\en.json'' | Select-Object -Last 20\")",
44+
"Bash(powershell -Command \"Get-Content ''e:\\\\MyTaskly\\\\MyTaskly-app\\\\src\\\\locales\\\\it.json'' | Select-Object -Last 20\")"
4245
],
4346
"deny": [],
4447
"defaultMode": "acceptEdits"

0 commit comments

Comments
 (0)