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

fix(r/demo/boards): update the user link in displayAddressMD to correct path #1525

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

jefft0
Copy link
Contributor

@jefft0 jefft0 commented Jan 11, 2024

This updates r/demo/boards to fix the link when clicking in a username. To see the problem, visit https://test3.gno.land/r/demo/boards:testboard . Click on the username @administrator. The result is "404 page not found". The problem is that the URL created by displayAddressMD is:

https://test3.gno.land/r/users:administrator

but it should be

https://test3.gno.land/r/demo/users:administrator

The first commit changes displayAddressMD to the correct "r/demo/users". The second commit updates the expected test outputs.

Signed-off-by: Jeff Thompson <jeff@thefirst.org>
@jefft0 jefft0 requested a review from a team as a code owner January 11, 2024 13:10
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Jan 11, 2024
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0a2ba11) 56.09% compared to head (65bab70) 56.10%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1525      +/-   ##
==========================================
+ Coverage   56.09%   56.10%   +0.01%     
==========================================
  Files         432      432              
  Lines       66081    66081              
==========================================
+ Hits        37069    37078       +9     
+ Misses      26114    26107       -7     
+ Partials     2898     2896       -2     
Flag Coverage Δ
go-1.21.x ∅ <ø> (∅)
misc ∅ <ø> (∅)
misc-_test.genstd ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…users

Signed-off-by: Jeff Thompson <jeff@thefirst.org>
Copy link
Member

@thehowl thehowl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@thehowl thehowl changed the title fix: In r/demo/boards, fix the user link in displayAddressMD fix(r/demo/boards): update the user link in displayAddressMD to correct path Jan 11, 2024
@thehowl thehowl merged commit 82c89ce into gnolang:master Jan 11, 2024
189 checks passed
gfanton pushed a commit to moul/gno that referenced this pull request Jan 18, 2024
…ct path (gnolang#1525)

This updates r/demo/boards to fix the link when clicking in a username.
To see the problem, visit https://test3.gno.land/r/demo/boards:testboard
. Click on the username `@administrator`. The result is "404 page not
found". The problem is that the URL created by `displayAddressMD` is:

https://test3.gno.land/r/users:administrator

but it should be

https://test3.gno.land/r/demo/users:administrator
 
The first commit changes `displayAddressMD` to the correct
"r/demo/users". The second commit updates the expected test outputs.

---------

Signed-off-by: Jeff Thompson <jeff@thefirst.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: Done
Status: No status
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants