Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
589a377
fix: third party apps
andre8244 Jul 30, 2025
f6ed4e6
Revert "fix: login logo"
andre8244 Jul 30, 2025
878c92f
fix: sort third party apps
andre8244 Jul 30, 2025
5b922f3
fix: remove password field on user creation
andre8244 Jul 30, 2025
82149f2
fix: add vat number & minor enhancements
andre8244 Jul 30, 2025
428e47d
rename vat_number to vat
andre8244 Jul 30, 2025
6da8584
refactor: use defineQuery instead of useQuery
andre8244 Jul 30, 2025
4eff711
feat: add dahsboard cards; query key enhancements
andre8244 Jul 31, 2025
a28c130
fix: case of user attributes
andre8244 Jul 31, 2025
edcff7b
fix: account menu and welcome card
andre8244 Jul 31, 2025
25dd9cd
fix: pre-commit script
andre8244 Jul 31, 2025
61dab38
fix: welcome card
andre8244 Jul 31, 2025
3101d2b
fix: permissions
andre8244 Jul 31, 2025
e6fbd80
fix: vat validation
andre8244 Jul 31, 2025
0197d37
fix: welcome card
andre8244 Jul 31, 2025
6d65f95
chore: add italian spelling to devcontainer
andre8244 Jul 31, 2025
337fdfb
feat: add italian translations
andre8244 Jul 31, 2025
eb8f94c
fix: cleanup code
andre8244 Jul 31, 2025
6482691
chore: update build triggers for PR deployment
github-actions[bot] Jul 31, 2025
4fc4cc4
fix(backend): change label in welcome email
edospadoni Aug 1, 2025
3aea1a1
chore: update build triggers for PR deployment
github-actions[bot] Aug 1, 2025
e8f73cd
chore: bump vue-i18n
andre8244 Aug 1, 2025
d2e5acc
disable buttons of 3rd party apps
andre8244 Aug 1, 2025
a4f988b
fix: add logto scopes
andre8244 Aug 1, 2025
f61a1ec
chore: update build triggers for PR deployment
github-actions[bot] Aug 1, 2025
d359c65
chore: update build triggers for PR deployment
github-actions[bot] Aug 1, 2025
03e234d
fix: remove lorem ipsum placeholders
andre8244 Aug 1, 2025
1baf09e
fix: i18n strings
andre8244 Aug 1, 2025
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
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"streetsidesoftware.code-spell-checker",
"bradlc.vscode-tailwindcss",
"foxundermoon.shell-format",
"vitest.explorer"
"vitest.explorer",
"streetsidesoftware.code-spell-checker-italian"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions backend/.render-build-trigger
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is used to force Docker service rebuilds in PR previews
# Modify LAST_UPDATE to trigger rebuilds

LAST_UPDATE=2025-07-30T00:00:00Z
LAST_UPDATE=2025-08-01T09:54:23Z

# Instructions:
# 1. To force rebuild of Docker services in a PR, update LAST_UPDATE
# 2. Run: perl -i -pe "s/LAST_UPDATE=.*/LAST_UPDATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)/" .render-build-trigger
# 2. Run: perl -i -pe "s/LAST_UPDATE=2025-08-01T09:54:23Z
# 2. Commit and push changes to trigger Docker rebuilds
2 changes: 1 addition & 1 deletion backend/services/email/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<w:anchorlock/>
<center>
<![endif]-->
<a href="{{.LoginURL}}" style="background-color: rgb(0, 105, 168); border-radius: 8px; color: #ffffff; display: inline-block; font-family: 'Poppins', Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 56px; text-align: center; text-decoration: none; width: 300px; -webkit-text-size-adjust: none;">➑️ Login and change password</a>
<a href="{{.LoginURL}}" style="background-color: rgb(0, 105, 168); border-radius: 8px; color: #ffffff; display: inline-block; font-family: 'Poppins', Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 56px; text-align: center; text-decoration: none; width: 300px; -webkit-text-size-adjust: none;">➑️ Login and Change password</a>
<!--[if mso]>
</center>
</v:roundrect>
Expand Down
4 changes: 2 additions & 2 deletions collect/.render-build-trigger
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is used to force Docker service rebuilds in PR previews
# Modify LAST_UPDATE to trigger rebuilds

LAST_UPDATE=2025-07-30T00:00:00Z
LAST_UPDATE=2025-08-01T09:54:23Z

# Instructions:
# 1. To force rebuild of Docker services in a PR, update LAST_UPDATE
# 2. Run: perl -i -pe "s/LAST_UPDATE=.*/LAST_UPDATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)/" .render-build-trigger
# 2. Run: perl -i -pe "s/LAST_UPDATE=2025-08-01T09:54:23Z
# 2. Commit and push changes to trigger Docker rebuilds
4 changes: 2 additions & 2 deletions frontend/.render-build-trigger
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is used to force Docker service rebuilds in PR previews
# Modify LAST_UPDATE to trigger rebuilds

LAST_UPDATE=2025-07-30T00:00:00Z
LAST_UPDATE=2025-08-01T09:54:23Z

# Instructions:
# 1. To force rebuild of Docker services in a PR, update LAST_UPDATE
# 2. Run: perl -i -pe "s/LAST_UPDATE=.*/LAST_UPDATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)/" .render-build-trigger
# 2. Run: perl -i -pe "s/LAST_UPDATE=2025-08-01T09:54:23Z
# 2. Commit and push changes to trigger Docker rebuilds
40 changes: 20 additions & 20 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "prettier --list-different src/",
"format-fix": "prettier --write src/",
"test": "vitest",
"pre-commit": "npm run format && npm run lint && npm run type-check && npm run test"
"pre-commit": "npm run format && npm run lint && npm run type-check && npm run test -- --run"
},
"dependencies": {
"@fontsource/poppins": "^5.2.6",
Expand All @@ -36,7 +36,7 @@
"uid": "^2.0.2",
"valibot": "^1.1.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.6",
"vue-i18n": "^11.1.11",
"vue-router": "^4.5.0"
},
"devDependencies": {
Expand Down
Loading