-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site Domains: Modernize UI 2/2 - Integrate status and navigation to domain details #22311
Merged
staskus
merged 17 commits into
task/22262-site-domains-modernize-ui
from
task/22262-site-domains-modernize-ui-all-domains-endpoint
Jan 5, 2024
+554
−328
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7ab79b7
Load domains using all-domains endpoint
staskus 8c85382
Create DomainsStateView for empty and error state
staskus 4b472c4
Reuse error handling between AllDomainsListViewModel and SiteDomainsV…
staskus cbdc85c
Integrate DomainsStateView into SiteDomainsView
staskus d3c7b6d
Add ProgressView() to SiteDomainsView
staskus cc6c04a
Pass loaded domains from SiteDomains to AllDomains
staskus dd3bbe3
Open DomainDetails after selecting purchased domain
staskus 14d7025
Added SiteDomainsViewModelTests
staskus 8f4bee4
Update RELEASE-NOTES.txt
staskus aa0ee09
Set title to Domain Management view
staskus 945627f
Use site name for other domains section title
staskus 7480127
Show new domain card section also when blog has domain credit
staskus ea49c5e
Make add domain button touch area full row
staskus a4d79ec
Load free domains from allDomains endpoint
staskus 766eb28
Remove unused MessagateStateViewModel
staskus 44218ce
Update SiteDomainsViewModel.swift
staskus 4b10eba
Use DomainsStateView within AllDomainsView
staskus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove unused MessagateStateViewModel
- 25.7.1
- 25.7.0.1
- 25.7.0.0
- 25.7
- 25.6.0.2
- 25.6.0.1
- 25.6
- 25.5.0.1
- 25.5
- 25.4.2
- 25.4.1
- 25.4.0.4
- 25.4.0.3
- 25.4.0.2
- 25.4
- 25.3.0.0
- 25.3
- 25.2.0.0
- 25.2
- 25.1.0.1
- 25.1.0.0
- 25.1
- 25.0.0.1
- 25.0.0.0
- 25.0
- 24.9.1
- 24.9.0.5
- 24.9.0.3
- 24.9.0.2
- 24.9.0.0
- 24.9
- 24.8.0.3
- 24.8.0.2
- 24.8.0.1
- 24.8.0.0
- 24.8
- 24.7.0.4
- 24.7.0.3
- 24.7.0.2
- 24.7.0.1
- 24.7.0.0
- 24.7
- 24.6.0.2
- 24.6.0.1
- 24.6.0.0
- 24.6
- 24.5.0.1
- 24.5.0.0
- 24.5
- 24.4.0.2
- 24.4.0.1
- 24.4.0.0
- 24.4
- 24.3.0.4
- 24.3.0.3
- 24.3.0.0
- 24.3
- 24.2.1
- 24.2.0.2
- 24.2.0.1
- 24.2.0.0
- 24.2
- 24.1.0.2
- 24.1.0.1
- 24.1.0.0
- 24.1
- 24.0.1
- 24.0.0.2
- 24.0.0.1
- 24.0.0.0
- 24.0
commit 766eb2894c06277567c04c439a09b6adde2f6816
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 It's great this level of test coverage!