155 Commits
Author SHA1 Message Date
Dermot Duffy b663e0b731 Initial support for grid for live and media viewer. 2023-08-08 22:26:25 -07:00
Dermot Duffy e4b081f104 Update @graphiteds/core . 2023-06-21 09:01:46 -07:00
Dermot Duffy 705afaca99 Add initial zoom support. 2023-04-22 16:32:11 -07:00
Dermot Duffy 9b7eae303b Add unitests for basic functions. 2023-04-14 18:27:25 -07:00
Dermot Duffy 7071f2ff63 Add unittest coverage for engine-factory. 2023-04-04 21:55:52 -07:00
Dermot Duffy 8c606b296f Add datepicker to timeline. 2023-03-28 19:57:26 -07:00
Dermot Duffy 304c7e3164 Initial motionEye commit. 2023-03-26 16:42:21 -07:00
Dermot Duffy 24613e7ed9 Add support for expanding the card without fullscreen. 2023-03-11 15:38:54 -08:00
Dermot Duffy 5c7a4d8c0a Upgrade zod to repair 'undefined' issue upstream. 2023-02-09 19:35:01 -08:00
Dermot Duffy 4111473424 Update zod and typescript. 2023-02-08 21:03:24 -08:00
Dermot Duffy 479671ab6c Match media direction to timeline. 2023-02-08 19:51:57 -08:00
Dermot Duffy aa6d990ee8 Minor fixes and upgrades. 2023-02-06 20:31:02 -08:00
Dermot Duffy c86a091546 Implement media filtering. 2023-02-05 20:27:24 -08:00
Dermot Duffy a9074bd44e Results of running ts-prune. 2023-01-30 21:11:21 -08:00
Dermot Duffy 093925cb40 Initial code for major engine refactor. 2023-01-24 19:36:54 -08:00
Dermot Duffy 5d7a7b7f6e Add bundle size analyser. 2022-09-27 20:34:27 -07:00
Dermot Duffy a2e80d93a3 Fetch timeline events from events endpoint not media browser. 2022-09-24 11:31:03 -07:00
Dermot Duffy 00d8958496 Update dependencies. 2022-09-10 12:15:49 -07:00
Dermot Duffy 54079d4a08 Upgrade Embla carousel. 2022-07-23 12:28:51 -07:00
Dermot Duffy dedecc24c6 Refactor carousel into separate components. 2022-07-09 22:43:43 -07:00
Dermot Duffy 06364eb68a Initial adaptation to embla 7. 2022-07-09 22:43:43 -07:00
Dermot Duffy 7b8078aeb8 Add git information to diagnostics 2022-06-20 17:10:22 +00:00
Dermot Duffy ffa31c05ed Clean lit-plugin warnings 2022-06-19 07:30:08 +00:00
Dermot Duffy 8defea8401 Upgrade dependencies with major version differences. 2022-06-07 21:20:54 -07:00
Dermot Duffy e692bef1fb Update deps and switch to yarn fully. 2022-06-07 20:47:27 -07:00
Felix Leupold 5befdfbbf4 fix: replace process.env.NODE_ENV in bundled files 2022-05-06 12:30:26 +02: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
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
dependabot[bot] 9203a699f1 Bump dayjs from 1.10.8 to 1.11.0
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.8 to 1.11.0.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.0/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.10.8...v1.11.0)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:08:19 +00:00
dependabot[bot] 9900632eec Bump lit from 2.2.0 to 2.2.1
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@2.2.1/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:08:12 +00:00
Dermot Duffy 3f9ccf8f5a Merge pull request #469 from dermotduffy/dependabot/npm_and_yarn/npm-check-updates-12.5.3
Bump npm-check-updates from 12.5.2 to 12.5.3
2022-03-15 19:07:13 -07:00
Dermot Duffy d5967380a5 Merge pull request #468 from dermotduffy/dependabot/npm_and_yarn/eslint-8.11.0
Bump eslint from 8.10.0 to 8.11.0
2022-03-15 19:07:04 -07:00
Dermot Duffy f8f236619b Merge pull request #476 from dermotduffy/dependabot/npm_and_yarn/cycjimmy/jsmpeg-player-5.1.1
Bump @cycjimmy/jsmpeg-player from 5.0.1 to 5.1.1
2022-03-15 19:06:42 -07:00
dependabot[bot] 58056dc3b5 Bump eslint from 8.10.0 to 8.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:01:36 +00:00
dependabot[bot] 45c8915f37 Bump npm-check-updates from 12.5.2 to 12.5.3
Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 12.5.2 to 12.5.3.
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](https://github.com/raineorshine/npm-check-updates/compare/v12.5.2...v12.5.3)

---
updated-dependencies:
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:01:29 +00:00
dependabot[bot] c295defc8d Bump @cycjimmy/jsmpeg-player from 5.0.1 to 5.1.1
Bumps [@cycjimmy/jsmpeg-player](https://github.com/cycjimmy/jsmpeg-player) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/cycjimmy/jsmpeg-player/releases)
- [Changelog](https://github.com/cycjimmy/jsmpeg-player/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/cycjimmy/jsmpeg-player/compare/v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: "@cycjimmy/jsmpeg-player"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 02:01:29 +00:00
Dermot Duffy bb3b728b17 Merge pull request #466 from dermotduffy/dependabot/npm_and_yarn/home-assistant-js-websocket-6.1.1
Bump home-assistant-js-websocket from 6.0.1 to 6.1.1
2022-03-15 18:59:49 -07:00
Dermot Duffy 22c48d2f9c Merge pull request #467 from dermotduffy/dependabot/npm_and_yarn/rollup-2.70.1
Bump rollup from 2.70.0 to 2.70.1
2022-03-15 18:59:43 -07:00
dependabot[bot] 2dafa122b4 Bump @typescript-eslint/parser from 5.14.0 to 5.15.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.15.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 07:30:45 +00:00
dependabot[bot] f55826519f Bump rollup from 2.70.0 to 2.70.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.0 to 2.70.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.70.0...v2.70.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 07:28:20 +00:00
dependabot[bot] f57a964db6 Bump home-assistant-js-websocket from 6.0.1 to 6.1.1
Bumps [home-assistant-js-websocket](https://github.com/home-assistant/home-assistant-js-websocket) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/home-assistant/home-assistant-js-websocket/releases)
- [Commits](https://github.com/home-assistant/home-assistant-js-websocket/compare/6.0.1...6.1.1)

---
updated-dependencies:
- dependency-name: home-assistant-js-websocket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 07:27:57 +00:00
Dermot Duffy 1ff60026fa Merge pull request #455 from dermotduffy/dependabot/npm_and_yarn/rollup-2.70.0
Bump rollup from 2.69.2 to 2.70.0
2022-03-13 14:10:52 -07:00
dependabot[bot] 5d6394eef1 Bump @typescript-eslint/parser from 5.13.0 to 5.14.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-13 20:58:08 +00:00
dependabot[bot] ad3e6d2364 Bump rollup from 2.69.2 to 2.70.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.69.2 to 2.70.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.69.2...v2.70.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-13 20:58:00 +00:00
dependabot[bot] 59f4e767da Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.13.0 to 5.14.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.14.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-08 07:24:27 +00:00
Felipe Santos 07636710c8 Refresh dependencies and fix warnings 2022-03-06 17:40:46 -03:00