dynamo-browse/internal/dynamo-browse/controllers
Leon Mika ad1a77a257
Added paging and the ability to specify the table in query script method (#44)
* paging: added controller for paging through results
* paging: added command and key binding for going to the next page
* paging: added the ability to specify the table in the query script method
* paging: have got exclusive start key written to backstack
2023-01-23 21:23:46 +11:00
..
columns.go Fixed some small paper-cuts 2022-10-16 09:50:27 +11:00
commands.go ctrlret: replaced return types of controllers from tea.Cmd to tea.Msg 2022-08-18 21:39:13 +10:00
ctrlevents.go Issue 18: Added a popup to modify table columns (#31) 2022-10-04 22:23:48 +11:00
events.go Fixed some small paper-cuts 2022-10-16 09:50:27 +11:00
export.go Issue 32: Fixed some TODOs in query expressions 2022-10-11 22:16:20 +11:00
export_test.go Issue 18: Added a popup to modify table columns (#31) 2022-10-04 22:23:48 +11:00
iface.go Added paging and the ability to specify the table in query script method (#44) 2023-01-23 21:23:46 +11:00
jobbuilder.go Issue 23: Added progress indicators and cancellation (#34) 2022-10-10 10:15:25 +11:00
jobs.go Issue 23: Added progress indicators and cancellation (#34) 2022-10-10 10:15:25 +11:00
keybinding.go Issue 23: Added progress indicators and cancellation (#34) 2022-10-10 10:15:25 +11:00
scripts.go Added paging and the ability to specify the table in query script method (#44) 2023-01-23 21:23:46 +11:00
scripts_test.go Added paging and the ability to specify the table in query script method (#44) 2023-01-23 21:23:46 +11:00
settings.go Initial version of scripting (#40) 2023-01-10 22:27:13 +11:00
settings_test.go issue-28: added default limit as a setting (#29) 2022-09-30 22:28:59 +10:00
state.go Changed package from awstools to audax 2022-07-28 21:36:16 +10:00
tableread.go Added paging and the ability to specify the table in query script method (#44) 2023-01-23 21:23:46 +11:00
tableread_test.go Added paging and the ability to specify the table in query script method (#44) 2023-01-23 21:23:46 +11:00
tablewrite.go Initial version of scripting (#40) 2023-01-10 22:27:13 +11:00
tablewrite_test.go Added paging and the ability to specify the table in query script method (#44) 2023-01-23 21:23:46 +11:00
uistate.go Initial version of scripting (#40) 2023-01-10 22:27:13 +11:00
utils.go issue-10: copy item to clipboard 2022-08-20 10:41:32 +10:00