Commit Graph
1085 Commits
Author SHA1 Message Date
Dermot Duffy f20bd8202f Change view to null for unspecified attributes. 2022-04-08 19:54:58 -07:00
Dermot Duffy 9c372815f2 Add support for both snapshots/clips in timeline. 2022-04-04 21:25:12 -07:00
Dermot Duffy f98d749d07 Fix issue causing first thumbnail to be empty. 2022-04-02 14:28:18 -07:00
Dermot Duffy 5b66c6cad6 Fix timeline recentering after manual scroll 2022-04-02 10:58:02 -07:00
Dermot Duffy a94f53f8da Maintain the selected range in the view. 2022-04-02 09:26:34 -07:00
Dermot Duffy a8770ec61a Ensure drawer content is hidden. 2022-03-26 08:27:30 -07:00
Dermot Duffy b49081c5c8 Add left/right to editor & README. 2022-03-25 19:22:44 -07:00
Dermot Duffy 40ed9ee336 Convert viewer to use the new surround. 2022-03-25 18:05:06 -07:00
Dermot Duffy 079c7c5da0 Update live to use the new surround. 2022-03-24 19:12:13 -07:00
Dermot Duffy a4fcf2513b Add generic support for a 'surround'. 2022-03-22 19:58:34 -07:00
Dermot Duffy b649401f11 Add wheel gestures and fix scrolling issue. 2022-03-21 19:48:09 -07:00
Dermot Duffy c53a3cb818 Fix tiny timing bug. 2022-03-20 23:19:04 -07:00
Dermot Duffy da34daf5bd Fix fullscreen bug. 2022-03-20 22:57:57 -07:00
Dermot Duffy d2a7e877c3 Allow thumbnails above/below on timeline. 2022-03-20 22:47:23 -07:00
Dermot Duffy b04d6c11fc Remove the old thumbnail based visualization. 2022-03-20 21:44:50 -07:00
Dermot Duffy cd7c4a3980 Match the thumbnail radius to the card radius. 2022-03-20 21:30:30 -07:00
Dermot Duffy 6430663362 Fix carousel auto content sizing. 2022-03-20 21:23:11 -07:00
Dermot Duffy 69ee18871f Make the drawer shadow darker. 2022-03-20 20:10:10 -07:00
Dermot Duffy 0ae9afef4b Tweak retain_definitely to work wide the newer thumbnails. 2022-03-20 20:06:20 -07:00
Dermot Duffy c4ec94573c Add 'show_details' open to show details next to thumbnails. 2022-03-20 18:10:48 -07:00
Dermot Duffy b9a627702f Break out thumbnails into their own component. 2022-03-20 18:10:48 -07:00
Dermot Duffy 50596cb68a Improve drawer controls. 2022-03-20 18:07:48 -07:00
Dermot Duffy 304abcd82b Add drawer component and support side thumbnails. 2022-03-20 18:07:48 -07:00
Dermot Duffy 3d3967318b Merge pull request #489 from NickM-27/favorite-clips
Add favorite icon for clips that are retained
2022-03-20 18:06:06 -07:00
Nick Mowen e7901ebe48 Tweak positioning 2022-03-20 17:44:25 -06:00
Nick Mowen 57afd5cdda Add favorite icon to gallery 2022-03-20 17:41:47 -06:00
Nick Mowen ca837774bf Fix positioning of icon and use ternary 2022-03-20 17:34:11 -06:00
Nick Mowen 16dc3d244a Adding favorite icon 2022-03-20 14:57:51 -06:00
Dermot Duffy f902274188 Cleanup dependencies. 2022-03-19 09:00:34 -07:00
Dermot Duffy e7c2d7827c Allow selecting an item. 2022-03-19 09:00:21 -07:00
Dermot Duffy 6699302612 Timeline stylistic tweaks. 2022-03-19 09:00:21 -07:00
Dermot Duffy 343d7ead3a Convert timeline to bars rather than icons. 2022-03-19 09:00:21 -07:00
Dermot Duffy f2c9888ce9 Rename fullScreen -> fullscreen 2022-03-19 09:00:21 -07:00
Dermot Duffy b35b9d0e36 Initial settings for timeline. 2022-03-19 09:00:21 -07:00
Dermot Duffy 37467eff8c Fix height sizing for timeline. 2022-03-19 09:00:21 -07:00
Dermot Duffy b17907a2c7 Add timeline to menu. 2022-03-19 09:00:21 -07:00
Dermot Duffy 05d5b246e2 Add clustering. 2022-03-19 09:00:21 -07:00
Dermot Duffy 83a25e5b79 Add styling and interactivity. 2022-03-19 09:00:21 -07:00
Dermot Duffy b9cef866c9 Use the newly embedded Frigate event metadata. 2022-03-19 09:00:21 -07:00
Dermot Duffy 983aff4dd8 Initial skeleton timeline. 2022-03-19 09:00:21 -07:00
Dermot Duffy 95cfd5ab5b Merge pull request #488 from dermotduffy/release-drafter
Don't restrict release drafter to main branch
2022-03-19 08:58:57 -07:00
Dermot Duffy f4415bc48c Don't restrict release drafter to main branch. 2022-03-19 08:55:33 -07:00
Dermot Duffy 098050447f Merge pull request #481 from dermotduffy/dependabot/npm_and_yarn/prettier-2.6.0
Bump prettier from 2.5.1 to 2.6.0
2022-03-16 19:09:51 -07:00
dependabot[bot] ab77fb40d1 Bump prettier from 2.5.1 to 2.6.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.6.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 07:31:22 +00:00
Dermot Duffy 9df03314a7 Merge pull request #479 from dermotduffy/dependabot/npm_and_yarn/babel/core-7.17.7
Bump @babel/core from 7.17.5 to 7.17.7
2022-03-15 19:22:01 -07:00
dependabot[bot] 7d0a53c045 Bump @babel/core from 7.17.5 to 7.17.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.5 to 7.17.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:14:33 +00:00
Dermot Duffy ac3bfd49a4 Merge pull request #477 from dermotduffy/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.15.0
Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.15.0
2022-03-15 19:13:40 -07:00
Dermot Duffy e3673a2c92 Merge pull request #478 from dermotduffy/dependabot/npm_and_yarn/lit-2.2.1
Bump lit from 2.2.0 to 2.2.1
2022-03-15 19:13:24 -07:00
Dermot Duffy f31e635415 Merge pull request #480 from dermotduffy/dependabot/npm_and_yarn/dayjs-1.11.0
Bump dayjs from 1.10.8 to 1.11.0
2022-03-15 19:13:16 -07:00
dependabot[bot] 4c06fb68f6 Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.15.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.15.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:08:25 +00:00