feat: add callback url support across pages - #800
Open
lajczi wants to merge 21 commits into
Open
Conversation
Sanielia
previously approved these changes
Mar 2, 2026
Norbiros
requested changes
Mar 2, 2026
lajczi
marked this pull request as draft
March 2, 2026 15:58
lajczi
marked this pull request as ready for review
March 2, 2026 16:08
Norbiros
requested changes
Mar 2, 2026
Sanielia
requested changes
Mar 3, 2026
Sanielia
left a comment
Member
There was a problem hiding this comment.
there is no callback on account/submit_personal_information
Collaborator
Author
Member
Sanielia
previously approved these changes
Mar 3, 2026
Norbiros
requested changes
Mar 8, 2026
Norbiros
left a comment
Member
There was a problem hiding this comment.
I'm a bit eppy, so I might be hallucinating/not seeing something, but how is that even supposed to work?
Dokploy Preview Deployment
|
Sanielia
requested changes
Apr 1, 2026
Sanielia
left a comment
Member
There was a problem hiding this comment.
Also add callback coming back to /panel/profile in frontend/app/panel/profile.vue in Zmień lub zobacz informacje o końcie
<UButton icon="mdi:account" variant="ghost" color="neutral" @click="navigateTo('/account/submit_personal_info')">
Zmień lub zobacz informacje o koncie
</UButton>
Sanielia
previously approved these changes
Apr 1, 2026
Signed-off-by: lajczi <lajczi@disroot.org>
Signed-off-by: lajczi <lajczi@disroot.org>
Signed-off-by: lajczi <lajczi@disroot.org>
Sanielia
requested changes
Apr 21, 2026
…il_confirmation_success Consolidate duplicate test setup into the existing success test, adding the no-callback Refresh header assertion there instead of a separate test. https://claude.ai/code/session_013q6iJ5EWBJR6ZXAf3itbrd
Signed-off-by: lajczi <lajczi@disroot.org>
lajczi
commented
Apr 21, 2026
Signed-off-by: lajczi <lajczi@disroot.org>
Sanielia
previously approved these changes
May 2, 2026
lajczi
marked this pull request as draft
May 6, 2026 12:23
lajczi
marked this pull request as ready for review
May 31, 2026 18:45
Sanielia
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Closes #455