Fixed some small paper-cuts
- Fixed a bug that was pushing duplicate view entries to the backstack - The appended column will now be selected once added
This commit is contained in:
parent
b51c13dfb1
commit
bfd0943c4f
14 changed files with 155 additions and 46 deletions
|
|
@ -19,7 +19,7 @@ import (
|
|||
"github.com/lmika/audax/internal/dynamo-browse/services/jobs"
|
||||
keybindings_service "github.com/lmika/audax/internal/dynamo-browse/services/keybindings"
|
||||
"github.com/lmika/audax/internal/dynamo-browse/services/tables"
|
||||
workspaces_service "github.com/lmika/audax/internal/dynamo-browse/services/workspaces"
|
||||
"github.com/lmika/audax/internal/dynamo-browse/services/viewsnapshot"
|
||||
"github.com/lmika/audax/internal/dynamo-browse/ui"
|
||||
"github.com/lmika/audax/internal/dynamo-browse/ui/keybindings"
|
||||
"github.com/lmika/audax/internal/dynamo-browse/ui/teamodels/styles"
|
||||
|
|
@ -93,7 +93,7 @@ func main() {
|
|||
}
|
||||
|
||||
tableService := tables.NewService(dynamoProvider, settingStore)
|
||||
workspaceService := workspaces_service.NewService(resultSetSnapshotStore)
|
||||
workspaceService := viewsnapshot.NewService(resultSetSnapshotStore)
|
||||
itemRendererService := itemrenderer.NewService(uiStyles.ItemView.FieldType, uiStyles.ItemView.MetaInfo)
|
||||
jobsService := jobs.NewService(eventBus)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue