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

Make restoring earlier versions more discoverable #1417

Closed
TZer0 opened this issue Nov 4, 2013 · 5 comments
Closed

Make restoring earlier versions more discoverable #1417

TZer0 opened this issue Nov 4, 2013 · 5 comments
Labels
feature User visible and useful functionality

Comments

@TZer0
Copy link

TZer0 commented Nov 4, 2013

In order to simplify recovery of older files, it might be a good idea to add some sort of right-click menu option which will allow you to browse the history of a specific file (browsing the history of all files is impractical if you want to know the history of just one file).

Once users are made aware of this change, it will improve the user friendliness as they get another way of browsing file history. It will also be hard to miss other new features (later) if they get added to the same menu.

@Silvenga
Copy link
Contributor

Silvenga commented Nov 4, 2013

I can see this very useful. I'll see if this is possible in C#, although this feature will only be present in Windows.

That said, I prompt that the context menu should only be seen when in a sparkleshare directory to maintain the minimalist feel.

@hbons
Copy link
Owner

hbons commented Nov 4, 2013

this is better done as a constantly visible menu button (it could like a triangle pointing down). that solves the problem of indiscoverability completely. we could do it in HTML/Javascript too so it works on all platforms.

@Silvenga
Copy link
Contributor

Silvenga commented Nov 4, 2013

@hbons I feel one central location for file history is good, for example the user can't right click a deleted file to roll back; however, if a user has 1000+ files within a repository, finding the correct file (or possibly files) to roll back would be painful and the amount of clicking. This is where the right click context menu would be useful.

I recomend to @TZer0 - to use TortoiseGit which gives indicators on the sync status and the ability to rollback changes with the right click menu. Although the setup may be intimidating, this is a great program that could easily supplement Sparkleshare.

@hbons
Copy link
Owner

hbons commented Nov 4, 2013

oh sorry, i thought you were talking about the Recent Changes window. i actually removed the Nautilus plugin that did this, as it takes a lot of work to keep consistent on every platform.

@TZer0
Copy link
Author

TZer0 commented Nov 7, 2013

@Silvenga Well, I'm very aware that I can do that - but I'm more concerned with the average user.

@hbons hbons closed this as completed in 146fd87 Dec 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature User visible and useful functionality
Projects
None yet
Development

No branches or pull requests

3 participants