horinezachary / goose-database

This repository holds the frontend code and supporting code for the Goose Database Recipe Repository.
https://goose.horine.dev
1 stars 1 forks source link

Adds the replcator tab! #23

Closed richjoregonstate closed 4 years ago

richjoregonstate commented 4 years ago

TODO: Highlight the replicator tab when it's selected.

5

richjoregonstate commented 4 years ago

Looks good! (just a note, JS doesn't require that you fill out all of your parameters, so you could do con.asyncQuery(query); instead)

I've seen it both ways. Over the summer I was told: ' Unless it's got defaults put a blank there so it's easy to refactor.' :P