ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Redesign of the tool #252

Closed sabatesduran closed 1 year ago

sabatesduran commented 7 years ago

This guy did a very good job: https://github.com/Lt-Mayonesa/sqldesigner Demo: https://lt-mayonesa.github.io/sqldesigner/

He deleted all the server side but it can be added againg and use his design.

What do you think @lt-mayonesa

lt-mayonesa commented 7 years ago

Hey @sabatesduran, thanks!

You wanna merge my fork here? i'll be super honored if you did :smile:

pd: I didn't touch the server side, so it should just work

sabatesduran commented 7 years ago

@Lt-Mayonesa I think your interface is really cool and modern i will try to do it

lt-mayonesa commented 7 years ago

@sabatesduran :blush: , please do! I don't really have much time in my hands right now.

lt-mayonesa commented 7 years ago

@sabatesduran Hey! so i went ahead and created the pull request!! Here we go :smile:

ianshepherd commented 6 years ago

Interestingly, I can add a table at https://lt-mayonesa.github.io/sqldesigner/ using Chrome (but only if I drag out an area after clicking the 'add table' button - a simple click doesn't work), but I can't on the main branch...

lt-mayonesa commented 6 years ago

Could it be related to this? #246

Also, by the main branch, are you referring to this https://github.com/Lt-Mayonesa/wwwsqldesigner or Ondras's Desginer?

ianshepherd commented 6 years ago

Sorry for not being clear - I meant Ondras' wwwsqldesigner did not let me add a table, either his hosted demo, or his code on my website. However, I have since discovered it does work if I double-click in the workspace.

The other weird thing is it's similar to #246, but the mouse/trackpad behaviour is different. The only way I can add a table with the trackpad is to double-click; if I use a mouse, I can't add a table by single-clicking or double-clicking, yet I can add one by clicking my scroll wheel, which is programmed to issue a double-click!

I'll add this observation to #246 too...