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

feat: nft frontend #802

Closed
wants to merge 63 commits into from
Closed

feat: nft frontend #802

wants to merge 63 commits into from

Commits on May 28, 2024

  1. feat: init frontend

    matt-user committed May 28, 2024
    Configuration menu
    Copy the full SHA
    79c17d0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: provider

    matt-user committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c955fd7 View commit details
    Browse the repository at this point in the history
  2. feat: deploy stuff

    matt-user committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d4f5c27 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat: upload to ipfs

    matt-user committed May 30, 2024
    Configuration menu
    Copy the full SHA
    306da62 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. feat: work on mint

    matt-user committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a8825bb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat: mint

    matt-user committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c0f133b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat: add create nft

    matt-user committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    366f98f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. get from ipfs

    matt-user committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    939e0c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4648ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812d43c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1752289 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Feat: mint

    matt-user committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1f91825 View commit details
    Browse the repository at this point in the history
  2. Fix: type

    matt-user committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b0a4249 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix: bugs

    matt-user committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9c6b36e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix: bugs

    matt-user committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    efe0c0a View commit details
    Browse the repository at this point in the history
  2. feat: users nft page

    matt-user committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    07ec81c View commit details
    Browse the repository at this point in the history
  3. feat: add user nft page

    matt-user committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d1e4c4f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. style: add better styling

    matt-user committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b19fc38 View commit details
    Browse the repository at this point in the history
  2. fix: style and bugs

    matt-user committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6b4e1f4 View commit details
    Browse the repository at this point in the history
  3. feat: add nft to main site

    matt-user committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    72f265f View commit details
    Browse the repository at this point in the history
  4. fix: link

    matt-user committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    39ffd0d View commit details
    Browse the repository at this point in the history
  5. small fixes

    matt-user committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a24aa74 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix: build

    matt-user committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c864f78 View commit details
    Browse the repository at this point in the history
  2. fix: build

    matt-user committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    387bceb View commit details
    Browse the repository at this point in the history
  3. try to get vercel to work

    matt-user committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e2bebdb View commit details
    Browse the repository at this point in the history
  4. fix: vercel stuff

    matt-user committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    098c608 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. test: remove old tests

    matt-user committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    100a2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e107cc0 View commit details
    Browse the repository at this point in the history
  3. fix: build

    matt-user committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    093c749 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix: bugs

    matt-user committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    257336c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aac58d View commit details
    Browse the repository at this point in the history
  3. feat: add other user page

    matt-user committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    07d83b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix: bugs

    matt-user committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d95b563 View commit details
    Browse the repository at this point in the history
  2. refactor: text component

    matt-user committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    896a149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef1ba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat: add wallet connect

    matt-user committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    47c3b50 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. refactor: query keys

    matt-user committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    25de1c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. small fixes and bump

    matt-user committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b4bb649 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. perf: page improvements

    matt-user committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    118009b View commit details
    Browse the repository at this point in the history
  2. fix: account flickering

    matt-user committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    edaf8b9 View commit details
    Browse the repository at this point in the history
  3. feat: add iframe faucet

    matt-user committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    63fa2ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c367ed View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. style: mobile styling

    matt-user committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0993e01 View commit details
    Browse the repository at this point in the history
  2. style: responsiveness

    matt-user committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    391cb3b View commit details
    Browse the repository at this point in the history
  3. style: improvements

    matt-user committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    24f99e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Style: add loader

    matt-user committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e466dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a736c2 View commit details
    Browse the repository at this point in the history
  3. feat: use fuel addr

    matt-user committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ba2774e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

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

Commits on Jul 8, 2024

  1. docs: add docs

    matt-user committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b0d83c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    6ef2737 View commit details
    Browse the repository at this point in the history
  2. fix: try to fixx cookies

    matt-user committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ea56188 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. chore: testing

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fdccd4d View commit details
    Browse the repository at this point in the history
  2. chore: bump versions

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eb03ec6 View commit details
    Browse the repository at this point in the history
  3. fix: screen width stuff

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a93cfa3 View commit details
    Browse the repository at this point in the history
  4. ci: fix

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7a3aa12 View commit details
    Browse the repository at this point in the history
  5. fix

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ea5d0f2 View commit details
    Browse the repository at this point in the history
  6. fix: faucet

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b092537 View commit details
    Browse the repository at this point in the history
  7. refactor: hook

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f4a14e1 View commit details
    Browse the repository at this point in the history
  8. fix: link

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e24834d View commit details
    Browse the repository at this point in the history
  9. improve link

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    119a528 View commit details
    Browse the repository at this point in the history
  10. fix: bug

    matt-user committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f020e4c View commit details
    Browse the repository at this point in the history