-
Notifications
You must be signed in to change notification settings - Fork 2
WG96/97 Content and Templates structure + design updates #124
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
Merged
AlinaGoaga
merged 56 commits into
main
from
WG96/97-content-and-templates-design-updates
Sep 27, 2021
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
214e48b
fix Pagination
AlinaGoaga 244f5d0
Merge branch 'WGE32-style-apps' of github.com:weaveworks/weave-gitops…
AlinaGoaga 73238cd
WG35 Templates Table - WIP
AlinaGoaga cd5d278
WG35 Templates Table - Switch between views
AlinaGoaga 8bd9ca7
prevent backgrund svg from moving on scroll
AlinaGoaga 85c9966
WG35 Templates Table - Sort and Row CTA
AlinaGoaga 3d39a22
WG35 Templates Table - styling updates
AlinaGoaga 49547d6
WG35 Templates Table - cleanup
AlinaGoaga 401a893
WG35 Templates Table - cleanup2
AlinaGoaga bde0984
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga 85d4efe
WG35 Templates Table - remove sorting in useEffect and update mui import
AlinaGoaga 197da55
WG36 Add react toastify to manage notifications
AlinaGoaga ca397e1
WG35 Templates Table - implement PR feedback
AlinaGoaga d72932f
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga 9f915f6
WG35 Templates Table - implement PR feedback - updated
AlinaGoaga ca2f817
Merge branch 'WG35-table-view-templates' of github.com:weaveworks/wea…
AlinaGoaga 9ee079d
run through all notifications
AlinaGoaga d02ac55
WG36 Add styling to notifications
AlinaGoaga 3e14920
remove old notifications component
AlinaGoaga a9e0a0f
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga fd8f894
WG36 Avoid dupes + styling
AlinaGoaga a540dd6
fix warnings
AlinaGoaga fa1edb1
update notif logic
AlinaGoaga 9a8f78e
update notif logic - updated
AlinaGoaga 413c9b2
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga c81465a
update error selector
AlinaGoaga ca787c0
WG65 Add object name to the fields returned by List Templates
AlinaGoaga b56eead
WG65 Add object name to the fields returned by List Templates - fix f…
AlinaGoaga 04ef6d6
WG65 Switch to template object name in FE steps
AlinaGoaga 77a44ce
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga 13d4b45
WG65 Switch to template object name in FE steps - updated
AlinaGoaga 1763bdc
WG65 Switch to template object name in FE steps - updated2
AlinaGoaga 4d32e71
WG65 Update remaining BE server tests
AlinaGoaga 5e5897b
WG65 Update templates acceptance tests
AlinaGoaga 4e1446d
WG65 Update templates acceptance tests - updated
AlinaGoaga 349e4e4
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga 0b02d0a
WG65 Split form steps
AlinaGoaga 3cee843
WG65 Update templates acceptance tests - updated2
AlinaGoaga 19841e1
WG58 Get entitlement message from header
AlinaGoaga d53e18f
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga ff4ba06
WG58 Add entitlement notification to content
AlinaGoaga e60ca69
WG58 Add entitlement notification to content - updated
AlinaGoaga d104a74
WG58 Add entitlement notification to apps page
AlinaGoaga eebb872
WG97 Update help section - WIP
AlinaGoaga 9812fff
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga 618118a
WG96 Template Cards - transparent background
AlinaGoaga cafdfa1
WG96 Template Cards are all same height + add providers pics
AlinaGoaga 23fff0d
WG96 Template Cards use provider images
AlinaGoaga defe1d9
WG96 Template Cards use provider images - solve conflict with main
AlinaGoaga e112ca3
WG96 GET Templates includes provider
AlinaGoaga 369338d
WG96 Update server.go tests
AlinaGoaga 8aa9d21
WG96 Update provider switch UI
AlinaGoaga 51ff698
WG96 Update template response test
AlinaGoaga b3bc2d2
WG96 Implement PR feedback
AlinaGoaga 9122a5c
Merge branch 'main' of github.com:weaveworks/weave-gitops-enterprise …
AlinaGoaga 58969eb
WG96 Implement PR feedback - updated
AlinaGoaga 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
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -595,6 +595,9 @@ | |
}, | ||
"error": { | ||
"type": "string" | ||
}, | ||
"provider": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.