* create properties component
* refactor app.rs
* add a test for checking if gobang has overlappted keys
* add keys for switching tabs to properties
* fix tab
* add serialize
* update record_table
* add properties group
* use serialize only in tests
* remove alias
* remove query field
* syntax text
* add sql editor
* remove sytaxx_text module
* remove sytax_text
* add a focus above key
* add a event for movining focus and table component
* add syntax text component
* add a key for executing queries
* add completion
* add reserved words
* update completion when key is delete or left/right
* use reserved words in where clause
* editor
* add a macro for debugging
* stop inserting a new line in the sentence
* remove run key
* enter to execute a query
* fix tests for stateful paragraph
* change const to let
* expand tlide in path field
* join path
* implement `expand_path`
* fix compile error on Windows
* fix typo
* use HOMEPATH
* fix home dir
* use HOME env
* add a border width
* add a left_chunk_percentage field
* add keys for extending widget width
* fix completion pop-ups so that they do not protrude from frame
* use expand_or_shorten_widget_width
* handle extend shorten widget width event after component events
* add tests
* add command description
* add tests
* change commands help order
* fix extend_or_shorten_widget_width help
* change left_chunk_percentage to left_main_chunk_percentage
* move utils into database module
* draw help in connections view
* support postgres
* add table_schema field
* implement Pool for Postgres
* fix database tree for postgres
* add tests for selection_top, bottom
* fix clippy warnings
* remove unused function
* get schema
* fix clippy warnings
* show user defined types
* fix cell with when selecting far right cell
* split tests into tree functions
* convert TEXT[] to Vec<String>
* add prefix
* remove column pattern matching
* implement key config
* use key config in help component
* use key config in databases component
* use key config in error component
* use key config in connections component
* set commands
* use database/table as a table component name
* fix a test for get_text
* use key config in tab component
* fix function name
* add focus_connections key
* use quit exit key
* implement help compoment
* fix database filter
* add column types
* fix clippy warnings
* help scrolling
* panic if type is not implemented yet
* not panic but return error
* add decimal
* add a test for get_text
* fix clippy warnings
* select multiple cells
* define `expand_selected_area_x`, `expand_selected_area_y`
* make some table component fields private
* fix keymap
* fix a cell selection bug in page 2 and after
* add tests for `is_selected_cell` and `selected_cells`
* select cells while scrolling right
* calculate the number of cells considering cell spacing
* add tests for expand_selected_area
* add comments
* implement `reset`
* fix clippy warnings
* make table cells responsive
* add workspace flag
* fix compile error
* scrolling responsive cells
* horizontal scrolling without numbers
* fix limit
* add row number
* implement TEXT type
* remove unused functions
* add keymap and update gobang.gif
* add a test for `calculate_widths`
* remove a debug line