azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮
MIT License
585 stars 132 forks source link

Bug/regexfailure #49

Closed Tom2277 closed 7 years ago

Tom2277 commented 7 years ago

This PR adds some client side validation of Regex qualifying queries, gives some user notification when those occur, and handles any failed server side error catch(if there still are any) in a more graceful way. The current version misses a few corner cases that would require a full page reload to recover from.

azat-co commented 7 years ago

@Tom2277 sorry for the delay. let me merge others too and then test them all together!