Conversation
…ent requirements in manifest. (#17)
* add linkedin validation for social media engagement * Add LinkdAPI sdk * Refactor LinkedIn engagement validation and update related tests --------- Co-authored-by: portuu3 <> Co-authored-by: flopez7 <francislopez977@gmail.com>
* Fixes for linkedin validation * fix validation --------- Co-authored-by: portuu3 <>
* Enhance SolutionForm and related components for social media engagement submissions * Enhance UI components and functionality for social media engagement submissions - Updated DefaultHeader with new styles and links for better navigation. - Enhanced SolutionForm to include new requirements for social media engagement, including LinkedIn profile name validation. - Improved FundingMethod component to provide clearer instructions for wallet connection. - Refined WalletModal design and functionality for a better user experience. - Updated Home and Solution pages for consistent styling and layout. - Added manifestUrl to AssignmentDetails for better data handling. - Adjusted theme settings for a cohesive dark mode experience across the application. - Updated tests to reflect changes in the assignment structure and requirements. * Refactor WalletModal to use Modal and Paper components, enhance connection handling and error display * Refactor WalletModal to enhance wallet connection UI, add search functionality, and improve error handling * Add rollupOptions to Vite config for inline dynamic imports * Refactor WagmiProvider to define connectors separately for improved readability and maintainability * lint fix * fix lint --------- Co-authored-by: portuu3 <>
* Add new campaing launcher client * Add campaign launcher client and update oracles to use on chain manifest instead of cloud storage * Refactor manifestUrl to manifest across job and assignment services, update related tests, and add PGP message handling in storage utilities * Refactor encryption utilities: move isFullPgpMessage and decryptJson to a new file, update imports in job and storage services * Refactor assignment service: rename manifestUrl to manifest in job entity and update related references
…atest versions across multiple clients (#25)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Issue tracking
Context behind the change
This pull request implements a comprehensive UI redesign for the Exchange Oracle client, focusing on modernizing the look and feel, improving wallet connection flows, and enhancing overall user experience. The changes include new color schemes, updated layouts, improved wallet modal functionality, and more consistent styling across pages.
UI/UX Redesign and Theming:
index.css).HomeandSolutionto use consistent padding, spacing, and background colors, ensuring a modern and unified appearance (Home/index.tsx,Solution/index.tsx). [1] [2] [3]Header and Navigation Improvements:
DefaultHeaderwith a new color palette, improved navigation buttons, and added "Open in New" icons for external links, enhancing clarity and accessibility (DefaultHeader.tsx).Wallet Connection Flow Enhancements:
WalletModalto support a grid of wallet options, search and show more functionality, mobile-friendly drawer/modal layouts, improved error handling, and visual feedback during connection (WalletModal.tsx). [1] [2]Stackfor layout, and provide clearer instructions and call-to-action (FundingMethod.tsx). [1] [2]Infrastructure and Provider Updates:
WagmiProvider.tsx). [1] [2]These changes collectively modernize the application's interface, streamline wallet interactions, and provide a more polished user experience.
How has this been tested?
Release plan
Potential risks; What to monitor; Rollback plan