Make Deposit Screen: shorter input fields, single cancel button, and modal dialog#810
Merged
StuartFerguson merged 6 commits intomainfrom Mar 10, 2026
Merged
Conversation
Co-authored-by: StuartFerguson <[email protected]>
Copilot
AI
changed the title
[WIP] Update deposit screen with shorter text boxes and additional cancel buttons
Make Deposit Screen: shorter input fields and 2 cancel buttons
Mar 9, 2026
Member
|
@copilot can this be made into a modal dialog rather than a full screen ? |
Co-authored-by: StuartFerguson <[email protected]>
Contributor
Author
Done in commit f1c2990. The deposit form now opens as a modal dialog directly on the Merchants Index page instead of navigating to a full page. Clicking "Make Deposit" on any merchant shows an overlay modal with the form, and both Cancel buttons (header and footer) close the modal and return to the list. The standalone |
Copilot
AI
changed the title
Make Deposit Screen: shorter input fields and 2 cancel buttons
Make Deposit Screen: shorter input fields, 2 cancel buttons, and modal dialog
Mar 10, 2026
Member
|
@copilot one final thing remove the top cancel button please |
Co-authored-by: StuartFerguson <[email protected]>
Contributor
Author
Copilot
AI
changed the title
Make Deposit Screen: shorter input fields, 2 cancel buttons, and modal dialog
Make Deposit Screen: shorter input fields, single cancel button, and modal dialog
Mar 10, 2026
Introduced a using alias directive for EstateManagementUI.BlazorServer.Models.MerchantModels as MerchantModels. This simplifies references to types within the MerchantModels namespace throughout the file.
The prlinked.yml GitHub Actions workflow has been deleted. This removes all automation for moving linked issues, formatting PR dates, and handling project columns on pull request events. The repository will no longer perform these actions automatically.
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.
The deposit screen had full-width input fields and has been converted from a full page to a modal dialog that opens inline on the Merchants Index page.
Changes
depositAmount,depositDate,depositReference) fromw-fulltow-1/2The standalone
/merchants/{id}/depositroute remains accessible for direct URL access.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.