Skip to content

v0.15.0

Compare
Choose a tag to compare
@danvergara danvergara released this 15 Jul 18:06
· 192 commits to main since this release

Changelog

  • bedfc77 build(makefile): add limit flag to the run target
  • 8301ff5 docs(readme): add comments on how to move between pages
  • ba79efa docs(readme): add screenshots with the pagination feature to the readme file
  • cc505f4 feat(client): add a count method to return the number of rows of a given table
  • 88b4123 feat(client): add the pagination capabilities to the client
  • 5f18757 feat(cmd): add the limit variable to the cli cmd to be handled as an input from the user
  • c6682f4 feat(form): add the limit options to the form to be introduced by the user
  • 3a18610 feat(gui): add pagination capabilities to the gui
  • 0ef775c feat(gui): show total pages on the navigation panel
  • 048b665 feat(pagination): add a pagination package to manage the pagination calculations
  • defebb0 feat(pagination): add activate flag
  • a60edba feat(pagination): add the ability to manage the state of the selected table
  • 2c800ac fix(config): add a limit field to the config object to control the size of result sets of the queries from the listed tables
  • 3a4ab70 refactor(client): add a metadata method which bundles up the previous main methonds into a single one
  • 3e02f9c refactor(gui): add widgets objects to abstract the creation of the app
  • 6216421 refactor(gui): minor details
  • 2e6f239 refactor(gui): refactor the metadata section to show the main info of a given table
  • 6e5c8be style(gui): format some lines for a better output