Skip to content
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

(beta/fix): Mid-August 2024 Shark 🦈 #10832

Merged
merged 74 commits into from
Aug 15, 2024
Merged

(beta/fix): Mid-August 2024 Shark 🦈 #10832

merged 74 commits into from
Aug 15, 2024

Commits on Jul 10, 2024

  1. ✨ drops page shortcuts

    roiLeo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    60e5857 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    362907e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    88371af View commit details
    Browse the repository at this point in the history
  2. ✨ KeyboardShortcutModal

    roiLeo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    26a1ca6 View commit details
    Browse the repository at this point in the history
  3. ✨ KeyboardShortcutModal

    roiLeo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f9fff4f View commit details
    Browse the repository at this point in the history
  4. ✨ drops title

    roiLeo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3dc75d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    be4ece7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    89477d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    457fbd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    2f68c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ff22b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix: drops max count

    preschian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b6529de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c25e266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f4bf39 View commit details
    Browse the repository at this point in the history
  4. refactor(tests): update collection spec to new data and optimize wait…

    … times
    
    - Updated collection address and name constants.
    - Added additional wait for network idle state.
    - Removed redundant sale filter checks.
    preschian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5e481d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0cbc89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac63e8b View commit details
    Browse the repository at this point in the history
  7. feat(playwright): increase timeout and ensure server start command

    refactor(e2e): wait for network to be idle in drops page tests
    preschian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9836743 View commit details
    Browse the repository at this point in the history
  8. feat(playwright): increase timeout settings and add expect timeout

    refactor(e2e): remove unnecessary Commands parameter and comment out unused function call
    preschian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    44c96a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. revert: flaky e2e test

    preschian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    318da3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f6985 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    515f22d View commit details
    Browse the repository at this point in the history
  2. feat(drop): integrate EVM and Substrate collection data handling

    refactor(onchain): abstract EVM and Substrate collection fetch logic into utility files
    
    chore(dependencies): add @farcaster/auth-client to project dependencies
    preschian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6cdf1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    841d325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb09b10 View commit details
    Browse the repository at this point in the history
  5. Update composables/drop/useGenerativeDropMint.ts

    Co-authored-by: Hassnian <44554284+hassnian@users.noreply.github.com>
    preschian and hassnian authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fa8b050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90b9695 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat(ogi): add service to fetch EVM collection data

    refactor(evm): integrate ogi service for fetching EVM collection details
    preschian committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ff2ec26 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. refactor(drop): replace collection entity references with drop

    - Refactor to access `collectionName`, `collectionDescription`, `max`, and `minted` directly `drop`.
    - Remove unused imports and streamline state management for components.
    - Update types and store defaults to ensure proper interface for `drop` data.
    preschian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    916e98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae281ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3ac44 View commit details
    Browse the repository at this point in the history
  4. refactor(generative-drop): correct typos in function names and fix me…

    …tadata assignment
    
    feat(modal-tracker): add error handling to modal state watcher
    preschian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    631991e View commit details
    Browse the repository at this point in the history
  5. Update components/drops/useDrops.ts

    Co-authored-by: Hassnian <44554284+hassnian@users.noreply.github.com>
    preschian and hassnian authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    643fb86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    942547e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dc049e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    fcfa5ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390c2cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c261ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0bd9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caf4007 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20c30d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71d2499 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    251315d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    406e97b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96c68f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aaf8ba7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96fbcc1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    902020e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1707f73 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0838159 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a750bcd View commit details
    Browse the repository at this point in the history
  17. fix(identity): replace nullish coalescing with logical OR in balance …

    …check
    
    feat(transaction): add gas estimation and account address to estimateEvm function
    preschian committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3ccf7d1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    009da88 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e26cc42 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7bc8140 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0c374fe View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    c349b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0a647f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge pull request #10799 from kodadot/refactor--proper-setup-wagmiPl…

    …ugin
    
    refactor: proper setup wagmiPlugin
    preschian authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f7c6324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c46b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25292da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74c9bd5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10713 from kodadot/fix--drops-max-count

    fix: drops max count
    preschian authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8b78c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa5e26a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b5d87a View commit details
    Browse the repository at this point in the history
  8. 🔧 reviewdog

    roiLeo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    43d0880 View commit details
    Browse the repository at this point in the history
  9. 🔧 reviewdog

    roiLeo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f1bafc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12bd0d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc1cc4c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10829 from hassnian/issue-landing-profile-modal

    fix: Landing create modal still appearing with a profile
    vikiival authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5ce7cdf View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10825 from roiLeo/fix/mobile/collectionFilterPosi…

    …tion
    
    🔧 mobile collection filter position
    vikiival authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    767a663 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #10612 from roiLeo/feature/drops/shortcut

    ✨ drops page shortcuts
    vikiival authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    800fcce View commit details
    Browse the repository at this point in the history
  15. fix: unified evm avatar

    Jarsen136 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    01b730e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    38560ca View commit details
    Browse the repository at this point in the history