teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

User has no visual confirmation if commit is saved #207

Open BVVLD opened 11 months ago

BVVLD commented 11 months ago

Currently, only if the commit name is empty, the saving will show that it is wrong. But if there is any text in the commit form, it will go to the server, closing the dropdown without any notification. However, server can reject the commit with several reasons, either because the note is the same or the versioning is not supported, replying with generic error message. If commit is saved, it doesn't reply with anything, but the new revision list.

BVVLD commented 11 months ago

the issue is bound to backend implementation of response messages: com-teragrep/zep_01/issue/62

please do not include internal urls