Coder Social home page Coder Social logo

Add an undo button about learngitbranching HOT 8 CLOSED

pcottle avatar pcottle commented on May 18, 2024
Add an undo button

from learngitbranching.

Comments (8)

pcottle avatar pcottle commented on May 18, 2024

Hmmm -- I could implement this by stacking serializations of the repo over time. I can serialize / deserialize any particular state of any commit tree, so every git command could just push a new state onto the stack. Undo would pop one off the stack and load it...

It wouldn't be "pretty" though, in the sense that there wouldn't be any cute animation to get everything back to where it is. I would most likely just fade out the tree and then fade in the un-done version back.

In terms of the UI, it would probably be a command, not a button. Would you be down to do the CSS for the button? I was thinking that the app might need some kind of button bar at the bottom, just to help people get started (like maybe help, undo, reset, and a few others). Thoughts?

from learngitbranching.

maelp avatar maelp commented on May 18, 2024

Hello,

a "help, undo, reset" toolbar would be awesome!

I don't have time currently to do the CSS but I might take a look at that this weekend :)

from learngitbranching.

pcottle avatar pcottle commented on May 18, 2024

Hey maelp -- I implemented an undo stack / command this morning, but my Internet was down so I couldn't push the changes. Hopefully it's up tonight and I can update the site

I'll open a separate issue for the command bar at the bottom

from learngitbranching.

maelp avatar maelp commented on May 18, 2024

This is great news

Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Wednesday, February 20, 2013 at 18:36 , Peter Cottle wrote:

Hey maelp -- I implemented an undo stack / command this morning, but my Internet was down so I couldn't push the changes. Hopefully it's up tonight and I can update the site
I'll open a separate issue for the command bar at the bottom


Reply to this email directly or view it on GitHub (#40 (comment)).

from learngitbranching.

pcottle avatar pcottle commented on May 18, 2024

Ok so you can undo in levels, the sandbox, and the level builder now. You can undo all the way back to the original state of the tree (or the last time you hit "reset").

Thanks for the idea!

from learngitbranching.

maelp avatar maelp commented on May 18, 2024

Thanks for taking the time to implement it :)

Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Thursday, February 21, 2013 at 04:33 , Peter Cottle wrote:

Ok so you can undo in levels, the sandbox, and the level builder now. You can undo all the way back to the original state of the tree (or the last time you hit "reset").
Thanks for the idea!


Reply to this email directly or view it on GitHub (#40 (comment)).

from learngitbranching.

pcottle avatar pcottle commented on May 18, 2024

Wow! Looks like people are using it a lot actually:

screen shot 2013-05-12 at 1 16 58 pm

I just added some rough logging to see if people are using the site / actually making progress. I'm going to start the origin project, but your suggestion was great!

from learngitbranching.

maelp avatar maelp commented on May 18, 2024

Glad to see it is really useful, & nice project :)

from learngitbranching.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.