mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-16 10:31:11 +01:00
Add TODO
This commit is contained in:
parent
6fb6498515
commit
1c4fe0d379
@ -655,6 +655,7 @@ func makeTable(ctx context.Context, rows []table.Row) (table.Model, error) {
|
|||||||
return t, nil
|
return t, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: It seems like the TUI lags sometimes when deleting many entries?
|
||||||
func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error {
|
func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error {
|
||||||
db := hctx.GetDb(ctx)
|
db := hctx.GetDb(ctx)
|
||||||
// Delete locally
|
// Delete locally
|
||||||
|
Loading…
Reference in New Issue
Block a user