-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[FEATURE] Keep edit history in local storage for backup, until applied server-side #11004
Comments
This could be implemented in local storage on the client side, I think. |
@guillep2k That sounds like a great idea... I'd try to implement this feature myself by there are few limitations:
That said, I'd love to have this one implemented so hopefully someone with expertise on the repo can take this one... I titled this one as Thanks in advance. |
As for labeling goes, we would consider this change an "enhancement" (you've got me confused with "feature" there for a moment 😁). |
Enhacement... ok? Although I still think this is a bug though ;) |
@brupelo You say you're not very comfortable with bash and Makefile? Certainly you haven't had the exquisit experience or configuring CMake.... 😵 After using CMake for a few days you would beg for a build system written in COBOL. 🤣 |
Hello, I thinks it's also usefull for other places which can edit messages like Pull Request , comments and so on. so maybe the title of this issue should be change. Thanks |
@guillep2k Hehe... actually i've submited some patches to cmake in the past ;) ... Nah, seriously, don't get me wrong, I love bash et al & unix,, I tihnk unix terminals are the best thing after sliced bread. In fact, I've always missed having these type of terminals on windows. Reason why I don't use msys, cygwin, wsl et al on windows is because some of my pure win dev environment will give problems there (python, visual studio sdk, c++ and other dev tools...). So I've found using conemu + builtin windows terminals the "less bad solution". My point is, by getting rid of unnecesary dependencies in a project and make it as cross-platform as possible is a good thing... And again, don't get me wrong, I like make when it comes to pure unix projects... and if i could compile gitea on @a1012112796 Sure thing, please free to suggest a new beetter title as well as editing the initial issue to capture better the intent if you think that'll make it better. |
How "Keep edit history in local storage for backup, until applied server-side", or something like that, sounds? |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
@stalebot shut up... Issue still to be solved (any news?) |
@brupelo PS: have you thought about a VM with a Windows inception in another Windows, to develop Gitea? |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
If you don't save your issue it seems there won't be any backup or way to recover the content if you make some context change (page switching) so you'll end up losing your changes (I've experienced this few minutes ago that's why opening this issue).
It'd be awesome to achieve a similar results to github's, here's a little demo of what I mean:
The text was updated successfully, but these errors were encountered: