Jeff
|
2260c0c02b
|
Merge pull request #1002 from jeffvli/react-image-lazy-loaded
Use lazy loading (react-intersection-observer) for image loading
|
2025-09-03 21:43:55 -07:00 |
|
Jeff
|
471d35dd70
|
Merge pull request #1055 from jeffvli/dependabot/npm_and_yarn/npm_and_yarn-5a0513363d
Bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group across 1 directory
|
2025-09-03 20:29:31 -07:00 |
|
Kendall Garner
|
1aac1a6361
|
Merge branch 'development' into react-image-lazy-loaded
|
2025-09-03 19:47:53 -07:00 |
|
dependabot[bot]
|
618d27ffc1
|
Bump tmp in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [tmp](https://github.com/raszi/node-tmp).
Updates `tmp` from 0.2.3 to 0.2.4
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-06 17:36:57 +00:00 |
|
mae taylor
|
7ff74b8d5e
|
bump @xhayper/discord-rpc to 1.3.0
|
2025-08-01 15:50:53 +01:00 |
|
dependabot[bot]
|
84fd6e482d
|
Bump @eslint/plugin-kit in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit).
Updates `@eslint/plugin-kit` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.4/packages/plugin-kit)
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
dependency-version: 0.3.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-30 02:24:51 +00:00 |
|
dependabot[bot]
|
e842a75722
|
Bump form-data in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [form-data](https://github.com/form-data/form-data).
Updates `form-data` from 4.0.2 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4)
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-25 03:38:33 +00:00 |
|
dependabot[bot]
|
d28054cc7f
|
Bump @eslint/plugin-kit in the npm_and_yarn group across 1 directory (#1014)
Bumps the npm_and_yarn group with 1 update in the / directory: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit).
Updates `@eslint/plugin-kit` from 0.3.1 to 0.3.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.3/packages/plugin-kit)
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
dependency-version: 0.3.3
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-25 03:37:07 +00:00 |
|
Kendall Garner
|
49bb42a298
|
Use lazy loading (react-intersection-observer) for image loading
|
2025-07-07 20:11:32 -07:00 |
|
dependabot[bot]
|
d8c93cadce
|
Bump brace-expansion in the npm_and_yarn group across 1 directory (#955)
Bumps the npm_and_yarn group with 1 update in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion).
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-05 00:47:48 -07:00 |
|
Jeff
|
c1330d92b2
|
Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration
* various design changes and improvements
|
2025-06-24 00:04:36 -07:00 |
|
Kendall Garner
|
1cda4363ef
|
add lockfile
|
2025-05-28 22:00:26 -07:00 |
|
jeffvli
|
daee582e92
|
fix web player playback
- add missing forwardRef on AudioPlayer component
- bump react-player to latest
|
2025-05-28 10:39:25 -07:00 |
|
jeffvli
|
ac682428e6
|
various cleanup
|
2025-05-26 17:20:45 -07:00 |
|
jeffvli
|
48917547b2
|
add vite build for remote
|
2025-05-26 17:20:45 -07:00 |
|
jeffvli
|
faadff0211
|
migrate to pnpm
|
2025-05-26 17:20:44 -07:00 |
|