You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR adds v1 of `r/leon` to the examples folder. It contains
`r/leon/home` & `r/leon/config`.
For context - this is meant to be a personal realm (or set of realms)
that every gno.land user should have at some point. Later, the idea is
to have a [special user
page](#2189) which will fetch the
`Render()` of `r/username/home`. This will serve like the profile of the
user; and the home realm will most likely be upgradeable down the line.
The reason I am making this a PR and not simply publishing it to the
Portal Loop is that it allows for further code changes down the line.
`examples/` get loaded into genesis first, and all other replayed addpkg
transactions after that, making it possible to have "upgradeable" realms
on Portal Loop.
<details><summary>Contributors' checklist...</summary>
- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
- [x] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
Overview
Create a
u/<handle>
page on Gnoweb forstd.Address
.Definition of Done
Render Home Page:
r/<handle>/home.Render
if it exists.Account Information:
Update Breadcrumb:
u/<handle>
.Bonus / Future Enhancements
Published Packages:
{p,r}/<handle>/**
published packages.Redirection for registered users:
u/<username>
.u/<std.Address>
to vanity username (r/demo/users
) or display the vanity username if it exists.Team Membership:
Additional Features:
r/profile
(WIP feat: initial r/profile dapp #181) to allow more standard fields such as homepage, blog posts, etc.Related: #2727
The text was updated successfully, but these errors were encountered: