diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-05-06 08:11:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 08:11:47 +0100 |
| commit | 754ddeaa8d3e3e4f3efc93d5bb22c68c31bb5c36 (patch) | |
| tree | f48fb912c2be2d08855e97ff24b6919a115c3c4f /ui/backend/capabilities | |
| parent | chore(deps): bump serde_with from 3.7.0 to 3.8.1 (#2002) (diff) | |
| download | atuin-754ddeaa8d3e3e4f3efc93d5bb22c68c31bb5c36.zip | |
feat(ui): scroll history infinitely (#1999)
* wip, history scrolls right!
* wip
* virtual scroll fucking worksssss
* paging works :)
* scroll search results now too
Diffstat (limited to 'ui/backend/capabilities')
| -rw-r--r-- | ui/backend/capabilities/migrated.json | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/ui/backend/capabilities/migrated.json b/ui/backend/capabilities/migrated.json index a47f2d7b..70b8b077 100644 --- a/ui/backend/capabilities/migrated.json +++ b/ui/backend/capabilities/migrated.json @@ -2,9 +2,7 @@ "identifier": "migrated", "description": "permissions that were migrated from v1", "context": "local", - "windows": [ - "main" - ], + "windows": ["main"], "permissions": [ "path:default", "event:default", @@ -12,13 +10,10 @@ "app:default", "resources:default", "menu:default", - "tray:default" + "tray:default", + "sql:allow-load", + "sql:allow-execute", + "sql:allow-select" ], - "platforms": [ - "linux", - "macOS", - "windows", - "android", - "iOS" - ] -}
\ No newline at end of file + "platforms": ["linux", "macOS", "windows", "android", "iOS"] +} |
