john-science / DecafMUD

Web-based MUD Client for the Discworld MUD
MIT License
2 stars 2 forks source link

Better Log Saving #16

Open john-science opened 5 years ago

john-science commented 5 years ago

There are a few options here:

  1. It would be handy to add a quick copy to clipboard button to the current log-saving pop-up. It would only be a minor improvement. And some UI care would have to be taken not to make that popup look junky. But still.

  2. From my perspective, a better option is to create a pop-up for the user to save their log (.txt / .html) file to a file, with a location of their choice. This is a well-solved problem, lots of websites have files to download. (This would break hard on mobile, so think about that.)

  3. Really, a hail mary play would be to give the user the option of creating that "click hear to download" pop-up every single time they disconnect or log out from the game.

john-science commented 5 years ago

I like the idea of doing (1) and (3) above.