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: add r/demo/showcase #898

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

Conversation

moul
Copy link
Member

@moul moul commented Jun 15, 2023

Depends on #902
Depends on #885

Contributors Checklist

  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests

Maintainers Checklist

  • Checked that the author followed the guidelines in CONTRIBUTING.md
  • Checked the conventional-commit (especially PR title and verb, presence of BREAKING CHANGE: in the body)
  • Ensured that this PR is not a significant change or confirmed that the review/consideration process was appropriate for the change

@moul moul self-assigned this Jun 15, 2023
@github-actions github-actions bot added 🧾 package/realm Tag used for new Realms or Packages. 📦 🤖 gnovm Issues or PRs gnovm related labels Jun 15, 2023
@@ -612,6 +612,7 @@ func (m *Machine) Eval(x Expr) []TypedValue {
m.PushOp(OpHalt)
m.PushExpr(x)
m.PushOp(OpEval)
defer m.injectLocOnPanic()
Copy link
Member Author

Choose a reason for hiding this comment

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

@jaekwon, any particular reason for not doing this?

This was referenced Jun 16, 2023
@moul
Copy link
Member Author

moul commented Aug 4, 2023

@gfanton please help me making a v1 for this package, then you can use it for #1025 to create a demo without having to create a dedicated demo realm.

moul and others added 11 commits August 9, 2023 13:39
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
also updated `app.css` to visualy handle nested bullet list

Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
@github-actions github-actions bot added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Aug 10, 2023
@gfanton
Copy link
Member

gfanton commented Aug 10, 2023

@moul I've added support for nested list (3650d5a) to handle the showcase menu, as a side effect it affect the main gnoland menu this way:
Screenshot 2023-08-10 at 13 07 56
Is that ok ?

@gfanton gfanton force-pushed the dev/moul/showcase branch 2 times, most recently from 0d5fa84 to 761f25a Compare August 10, 2023 12:34
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
@gfanton
Copy link
Member

gfanton commented Aug 10, 2023

also, I think we gonna have a lot of exposed Methods in this package, it should be cool to have something similar to the golang documentation, indexing all the Exposed methods on the [help] page, something like this:
Screenshot 2023-08-10 at 15 42 02

or maybe in another PR ?


ul > li > ul {
padding-left: 1rem;
list-style: circle inside;
Copy link
Member Author

Choose a reason for hiding this comment

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

cc @alexiscolin: I think this is a good bugfix, but since you're working on the same file on your PR #781; please make a quick review.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, nice UX improvement for nested unordered lists! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related 📦 🤖 gnovm Issues or PRs gnovm related 🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: Someday/Maybe
Status: 🌟 Wanted for Launch
Status: No status
Status: Triage
Development

Successfully merging this pull request may close these issues.

None yet

3 participants