You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gobang/src/components
Takayuki Maeda 36b1da0afa
Create PropertiesComponent and redesign layout (#128)
* 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
3 years ago
..
utils fix clippy warnings 3 years ago
command.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
completion.rs Add SQL Editor component (#84) 3 years ago
connections.rs Refactor filter components (#114) 3 years ago
database_filter.rs Refactor filter components (#114) 3 years ago
databases.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
debug.rs Refactor filter components (#114) 3 years ago
error.rs Refactor filter components (#114) 3 years ago
help.rs Refactor filter components (#114) 3 years ago
mod.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
properties.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
record_table.rs Refactor filter components (#114) 3 years ago
sql_editor.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
tab.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
table.rs Refactor filter components (#114) 3 years ago
table_filter.rs Add SQL Editor component (#84) 3 years ago
table_status.rs Refactor filter components (#114) 3 years ago
table_value.rs Refactor filter components (#114) 3 years ago