-
Notifications
You must be signed in to change notification settings - Fork 208
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
[GEN-1096] refactor: product rebranding #1389
Closed
alonkeyval
wants to merge
525
commits into
odigos-io:main
from
alonkeyval:gen-1096-product-rebranding
Closed
[GEN-1096] refactor: product rebranding #1389
alonkeyval
wants to merge
525
commits into
odigos-io:main
from
alonkeyval:gen-1096-product-rebranding
Conversation
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
[GEN-1128] chore: check connection button
[GEN-1282] chore: textarea component
[GEN-1284] chore: multi input component
[gen-1284] chore: key value input list
…roduct-rebranding
…roduct-rebranding
This pull request includes several updates to the `frontend/graph/schema.resolvers.go` file, focusing on adding functionality and improving existing resolver methods. ### Functional Improvements: * Added the `time` package to handle time formatting and conversions. * Implemented the `Type` resolver method for the `Destination` model to return the type as a string instead of panicking with an error. * Implemented the `Conditions` resolver method for the `Destination` model, converting `LastTransitionTime` to a string pointer and populating the conditions list with the converted data.
…roduct-rebranding
…roduct-rebranding
This pull request includes several changes to the `frontend/webapp` directory, focusing on refactoring the theme provider, adding a new header component, and updating the layout file to use the new theme provider. The most important changes are summarized below: ### Refactoring and Theming: * Replaced the `ThemeProvider` with `ThemeProviderWrapper` in `frontend/webapp/app/layout.tsx` to encapsulate the theme and styled-components registry. [[1]](diffhunk://#diff-788a38ec94bfca9467b13cb6eb93cdeccd4237facfb5fff310e05b3af67413efL5-R6) [[2]](diffhunk://#diff-788a38ec94bfca9467b13cb6eb93cdeccd4237facfb5fff310e05b3af67413efL17-R26) * Removed the old `palette.ts` file and moved theme-related code to `theme-provider/index.tsx`. [[1]](diffhunk://#diff-80a3cfb572b6f3e0b18eb5880735fe84c8cdbc222e7af63c3a696c732221aeeaL1-L50) [[2]](diffhunk://#diff-1b2f072fc24d4e371e711036a6ec0d8437c8b6b68c97378c19fa865cff06e0a1R1-R15) * Added `StyledComponentsRegistry` for server-side rendering of styled-components. ### Component Additions: * Added a new `SetupHeader` component in `frontend/webapp/components/setup/header/index.tsx` for the setup page header. * Updated the `index.tsx` file in `frontend/webapp/components/setup` to export the new `SetupHeader` component. ### File Organization: * Updated `frontend/webapp/styles/index.ts` to export the new `theme-provider` module instead of the old `palette`.
…roduct-rebranding
Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ben Elferink <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]>
…roduct-rebranding
Co-authored-by: Ben Elferink <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]>
Co-authored-by: Alon Braymok <[email protected]>
Co-authored-by: Ben Elferink <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]>
Co-authored-by: Ben Elferink <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]>
…n-1096-product-rebranding
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.
No description provided.