todomvc icon indicating copy to clipboard operation
todomvc copied to clipboard

Add sidebar to Ember example

Open flashdesignory opened this issue 1 year ago • 8 comments

Some newer examples did have a missing sidebar, which most of them were added back in this pr: https://github.com/tastejs/todomvc/pull/2254

Could we bring back the sidebar for the Ember example as well?

https://todomvc.com/examples/emberjs/todomvc/dist/

@NullVoxPopuli - is this something that you might be interested in adding? 😄

flashdesignory avatar Jul 01 '24 20:07 flashdesignory

what's the sidebar look like? does it have markup requirements?

NullVoxPopuli avatar Jul 01 '24 21:07 NullVoxPopuli

An example can be found here: https://todomvc.com/examples/knockoutjs/

It's part of the todomvc.com website and just gets injected in your build. It just shows up if you run the todomvc.com website locally, and won't affect the todomvc build.

couple steps needed:

  1. npm install todomvc-common
  2. inject the css somewhere:
  3. inject the js file somewhere:
  4. update this file as needed: https://github.com/tastejs/todomvc/blob/master/learn.json

To preview, you'd need to run the todomvc website from the root.

That's pretty much it. Happy to help / review prs. This would be super helpful 😄

flashdesignory avatar Jul 01 '24 22:07 flashdesignory

Hi flashdesignory,this issue is still open . I'm happy to contibute if this still open .

SparshMadaan avatar Sep 27 '24 17:09 SparshMadaan

I'll refer to @NullVoxPopuli, if offloading is desired 😄

flashdesignory avatar Sep 27 '24 19:09 flashdesignory

oh sorry, yes I keep forgetting about this work -- @SparshMadaan if you want to PR -- I'm more than happy to review!

NullVoxPopuli avatar Sep 27 '24 19:09 NullVoxPopuli

@NullVoxPopuli I'm beginner in open source and I do some little development project of react js can you please let me know how to run this code in my local machine beacause npm start is not working because I made the changes but not able to see . how can i test this code . just give me an idea please

SparshMadaan avatar Oct 04 '24 01:10 SparshMadaan

Do you have errors anywhere?

Might be better to hop in to the ember discord https://discord.gg/emberjs

NullVoxPopuli avatar Oct 04 '24 03:10 NullVoxPopuli

@NullVoxPopuli Thanks Buddy !

SparshMadaan avatar Oct 04 '24 07:10 SparshMadaan