-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56cf3f3
commit cae2fbe
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
"@tablex/core": patch | ||
--- | ||
|
||
## Backend Changes | ||
|
||
### New | ||
|
||
- `ColumnProps` returns a new prop `has_fk_relations`. | ||
- A new Tauri command `fk_relations`. | ||
|
||
### Refactor | ||
|
||
- gather all enums and structs into `types.rs`. | ||
|
||
## Frontend Changes | ||
|
||
### New | ||
|
||
- Dropdown menu with tabs for table names and a Table for related rows. | ||
|
||
### Refactor | ||
|
||
- Split `useQuery` hooks into custom hooks. |