epicweb-dev / epicshop

The workshop app for all workshops on EpicWeb.dev

Home Page:https://www.epicweb.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/diff route

kentcdodds opened this issue ยท comments

I use the diff view a lot as I'm working on the workshop. It's intentionally not the focus of the app because workshop attendees shouldn't have to use it very often. However, while I'm developing the workshop, it's kind of annoying that it's hidden behind a few clicks.

I'd like to have a /diff route that makes it really easy to compare the different apps. I would want it to have forward/backward arrows that work like this:

  • app1=A.problem app2=A.solution
  • Click Next
  • app1=A.solution app2=B.problem
  • Click Next
  • app1=B.problem app2=B.solution
  • Click Next
  • app1=B.solution app2=C.problem
  • Click Prev
  • app1=B.problem app2=B.solution

Sometimes (not always), there are changes between the solution of one and the problem of the next and it's important for me to see those, so I don't want it just switching between full exercise steps. It should go app-by-app.

๐ŸŽ‰ This issue has been resolved in version 2.3.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€