Skip to content
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
97897ca
Status needs to be capitalized
stefanbitcr May 13, 2025
89d445b
Updat endpoints and schemas
stefanbitcr May 14, 2025
94e736b
Use mock data for homepage as mint doesn't return any info
stefanbitcr May 14, 2025
d25c905
Bump version
stefanbitcr May 14, 2025
ada4fff
Hide expired quotes from panel
stefanbitcr May 14, 2025
18eeccf
Hide expired quotes from main UI
stefanbitcr May 14, 2025
f9bdcf3
expired renamed to Expired
stefanbitcr May 14, 2025
73ccfa3
Fetch quote list using regular endpoint
stefanbitcr May 14, 2025
c38f9e6
Add activate keyset to quote page
stefanbitcr May 14, 2025
cfc172c
Use regular quote endpoint
stefanbitcr May 14, 2025
9e3a03c
Update packages
stefanbitcr May 14, 2025
0aab5a6
Auth using JWT
stefanbitcr May 16, 2025
47e5f69
Add auth via keycloak
stefanbitcr May 16, 2025
2357c59
Handle undefined node id
stefanbitcr May 16, 2025
d121d7a
Use keycloak and api from external origin
stefanbitcr May 16, 2025
b35b81a
Add example development parameters
stefanbitcr May 16, 2025
e92b049
Move hooks
stefanbitcr May 19, 2025
09db31e
Remove unused imports
stefanbitcr May 19, 2025
bbc5b44
Use const for net amount
stefanbitcr May 19, 2025
4b30b20
Remove unused imports on homepage
stefanbitcr May 19, 2025
1080382
Address warnings
stefanbitcr May 19, 2025
b7a17de
Address warnings
stefanbitcr May 19, 2025
591e390
Move away from top level await
stefanbitcr May 19, 2025
9b6e656
Remove comments
stefanbitcr May 19, 2025
7dbd7d5
Use token directly from memory
stefanbitcr May 20, 2025
9322a1e
Move keyset toast to mutation
stefanbitcr May 20, 2025
29eec75
Use regular flow with keycloak (requires CORS)
stefanbitcr May 20, 2025
4b73368
Use bff-dashboard client for keycloak
stefanbitcr May 21, 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
8 changes: 6 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
VITE_API_BASE_URL=
VITE_API_MOCKING_ENABLED=true
VITE_API_BASE_URL="http://localhost:4242"
VITE_API_MOCKING_ENABLED=false

VITE_KEYCLOAK_URL="http://localhost:8080/"
VITE_KEYCLOAK_REALM="dev"
VITE_KEYCLOAK_CLIENT_ID="bff-local-dev"
Loading