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(home-realm): add interactive home realm example #2918

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2024

  1. Add stefann namespace containing config and home realms

    - Add profile picture, background image, and about section rendering
    - Implement dynamic background and tip jar rendering
    - Add functions to update cities and tip jar link
    - Integrate sponsor leaderboard
    - Home realm is still a work in progress
    stefann-01 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    54fd216 View commit details
    Browse the repository at this point in the history
  2. Finalize home realm logic for donations and dynamic city rendering

    - Ensure city index increments with each donation, resetting after the last city
    - Implement full GNOT validation to enforce valid donations
    - Complete sponsor leaderboard functionality with maxSponsors limit
    - Refine sponsor list display logic to prevent visual issues
    - Fully integrate tip jar mechanics with donation tracking
    - Fix AssertAuth issue in config
    stefann-01 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    70d8ac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c0b81 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

  1. Refactor ownership management and clean up home package

    - Remove ownership management logic from `config` and rename it to `registar`.
    - Integrate `Ownable` for ownership management in the home package.
    - Add a comment to clarify the purpose of `jarLink` and its expected update process.
    - Remove the unused `caption` parameter in the `UpdatePFP` function.
    - Replace `OrigPkgAddr()` with `CurrentRealm()` in `CollectDonations`.
    stefann-01 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    aeb8340 View commit details
    Browse the repository at this point in the history
  2. Run gno mod tidy, fmt, and clean up bugs

    - Run `gno mod tidy` to clean up dependencies.
    - Run `gno fmt -C ./examples` to format code.
    - Clean up by fixing the undefined `owner` reference and other minor bugs.
    stefann-01 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b79ba55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ae489 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5c2fe4 View commit details
    Browse the repository at this point in the history