Commit Graph

477 Commits

Author SHA1 Message Date
Gary
8bd54b5f5f update package modules
enable file sharing streams
2024-11-09 20:25:53 -08:00
Gary
5911cc6efa About page: Fixed typos and links. 2024-11-09 20:20:40 -08:00
Gary
f3491836ce main: added public pages section to Home page. 2024-11-09 20:20:40 -08:00
Gary
dcabdb446c main: update to README 2024-11-09 20:20:40 -08:00
Gary
bce861bb44 main: change to favicon. 2024-11-09 20:20:40 -08:00
Gary
716c37225c main: created docker files 2024-11-09 20:20:40 -08:00
Gary
07e02fa07e main: prelim update to documention. 2024-11-09 20:20:40 -08:00
Gary
9d76959374 Main: Begin derived app rewrite into remnantchat. 2024-11-09 20:20:34 -08:00
Jeremy Kahn
7b676b4fa2
feat(ui): Community rooms (#372)
* chore(vim): disable eslint.experimental.useFlatConfig

https://github.com/neoclide/coc-eslint/issues/41#issuecomment-563879603

* feat(ui): implement community rooms

* feat(ui): remove old community room link

* feat(ui): improve room label
2024-11-06 17:14:31 -06:00
Jeremy Kahn
bd7e8df0e3 chore(deps): [closes #369] use @types/react-dom@18.3.1 2024-11-02 11:45:00 -05:00
Jeremy Kahn
5418848687
fix: upgrade react-router-dom from 6.26.2 to 6.27.0 (#368)
Snyk has created this PR to upgrade react-router-dom from 6.26.2 to 6.27.0.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-11-02 11:42:27 -05:00
Jeremy Kahn
4719dbae4d
fix: upgrade @types/node from 18.19.54 to 18.19.55 (#370)
Snyk has created this PR to upgrade @types/node from 18.19.54 to 18.19.55.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-11-02 11:41:44 -05:00
Jeremy Kahn
c265be4f4b
fix: upgrade typescript from 5.6.2 to 5.6.3 (#371)
Snyk has created this PR to upgrade typescript from 5.6.2 to 5.6.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-11-02 11:40:11 -05:00
dependabot[bot]
0f7916cac5
chore(deps): bump elliptic from 6.5.7 to 6.6.0 (#367)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 21:17:32 -05:00
dependabot[bot]
5062817d50
chore(deps): bump rollup (#366)
Bumps  and [rollup](https://github.com/rollup/rollup). These dependencies needed to be updated together.

Updates `rollup` from 4.21.3 to 4.24.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/v4.21.3...v4.24.0)

Updates `rollup` from 2.79.1 to 4.24.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/v4.21.3...v4.24.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-26 07:11:05 -04:00
Jeremy Kahn
ea2928ccf8
fix: upgrade @types/node from 18.19.50 to 18.19.54 (#365)
Snyk has created this PR to upgrade @types/node from 18.19.50 to 18.19.54.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-10-26 07:05:22 -04:00
Jeremy Kahn
5203c86a48
fix: upgrade react-router-dom from 6.26.1 to 6.26.2 (#363)
Snyk has created this PR to upgrade react-router-dom from 6.26.1 to 6.26.2.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-10-01 07:38:05 -05:00
Jeremy Kahn
c92ec13242
fix: upgrade typescript from 5.5.4 to 5.6.2 (#362)
Snyk has created this PR to upgrade typescript from 5.5.4 to 5.6.2.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-10-01 07:37:47 -05:00
Jeremy Kahn
dc876e6589
fix: upgrade @types/node from 18.19.49 to 18.19.50 (#361)
Snyk has created this PR to upgrade @types/node from 18.19.49 to 18.19.50.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-26 11:14:17 -04:00
Jeremy Kahn
1a94400af2
fix: upgrade @types/node from 18.19.48 to 18.19.49 (#360)
Snyk has created this PR to upgrade @types/node from 18.19.48 to 18.19.49.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-25 10:56:41 -04:00
Jeremy Kahn
b647d72c85
fix: upgrade @types/node from 18.19.47 to 18.19.48 (#359)
Snyk has created this PR to upgrade @types/node from 18.19.47 to 18.19.48.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-23 07:30:56 -05:00
Jeremy Kahn
41f3078f97
fix: upgrade @types/node from 18.19.46 to 18.19.47 (#358)
Snyk has created this PR to upgrade @types/node from 18.19.46 to 18.19.47.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-19 08:23:59 -05:00
dependabot[bot]
28bf6f124f
chore(deps-dev): bump vite from 5.0.13 to 5.4.6 (#357)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.13 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 20:33:20 -05:00
Jeremy Kahn
49aedc0554
fix: upgrade @types/node from 18.19.45 to 18.19.46 (#356)
Snyk has created this PR to upgrade @types/node from 18.19.45 to 18.19.46.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-17 08:44:36 -05:00
Jeremy Kahn
fefa8fa7ce
fix: upgrade @testing-library/jest-dom from 6.4.8 to 6.5.0 (#355)
Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.8 to 6.5.0.

See this package in npm:
@testing-library/jest-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-14 10:50:26 -05:00
Jeremy Kahn
cf58f6196e
fix: upgrade @emotion/react from 11.13.0 to 11.13.3 (#354)
Snyk has created this PR to upgrade @emotion/react from 11.13.0 to 11.13.3.

See this package in npm:
@emotion/react

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-11 08:18:48 -05:00
Jeremy Kahn
4274ec9fee
fix: upgrade @types/node from 18.19.44 to 18.19.45 (#353)
Snyk has created this PR to upgrade @types/node from 18.19.44 to 18.19.45.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-09 08:11:07 -05:00
Jeremy Kahn
7f7a497ba0
fix: upgrade react-router-dom from 6.26.0 to 6.26.1 (#352)
Snyk has created this PR to upgrade react-router-dom from 6.26.0 to 6.26.1.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-06 07:16:00 -05:00
dependabot[bot]
ff518bd3b9
chore(deps-dev): bump micromatch from 4.0.5 to 4.0.8 (#351)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 18:14:11 -05:00
Jeremy Kahn
66ffd16948
fix: upgrade @types/node from 18.19.43 to 18.19.44 (#350)
Snyk has created this PR to upgrade @types/node from 18.19.43 to 18.19.44.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-31 10:55:53 -05:00
Jeremy Kahn
5d9af13637 chore(deps): use @mui/icons-material@5.16.7 and @mui/material@5.16.7
[closes #348]

[closes #349]
2024-08-30 08:22:53 -05:00
Jeremy Kahn
6556039639
fix: upgrade @types/node from 18.19.42 to 18.19.43 (#347)
Snyk has created this PR to upgrade @types/node from 18.19.42 to 18.19.43.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-23 08:13:03 -05:00
Jeremy Kahn
0cb5164753
fix: upgrade react-router-dom from 6.25.1 to 6.26.0 (#346)
Snyk has created this PR to upgrade react-router-dom from 6.25.1 to 6.26.0.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-23 08:12:48 -05:00
Jeremy Kahn
a706ba1432 chore(deps): use @mui/icons-material@5.16.6 and @mui/material@5.16.6
[closes #344]

[closes #345]
2024-08-21 08:18:39 -05:00
dependabot[bot]
656c15bdc8
chore(deps): bump elliptic from 6.5.4 to 6.5.7 (#343)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.5.7)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-18 14:00:24 -05:00
Jeremy Kahn
915e0a2aea chore(deps): use @mui/icons-material@5.16.5 and @mui/material@5.16.5
closes #339

closes #340
2024-08-18 13:57:26 -05:00
Jeremy Kahn
5df3e36baa
fix: upgrade @testing-library/jest-dom from 6.4.7 to 6.4.8 (#341)
Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.7 to 6.4.8.

See this package in npm:
@testing-library/jest-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-18 13:54:45 -05:00
Jeremy Kahn
648b992f31
fix: upgrade @types/node from 18.19.41 to 18.19.42 (#342)
Snyk has created this PR to upgrade @types/node from 18.19.41 to 18.19.42.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-18 13:54:35 -05:00
Jeremy Kahn
36a297b968
fix: upgrade @testing-library/jest-dom from 6.4.6 to 6.4.7 (#337)
Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.6 to 6.4.7.

See this package in npm:
@testing-library/jest-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-13 08:23:15 -05:00
Jeremy Kahn
0ef49f1a80
fix: upgrade typescript from 5.5.3 to 5.5.4 (#338)
Snyk has created this PR to upgrade typescript from 5.5.3 to 5.5.4.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-13 08:22:45 -05:00
Jeremy Kahn
79f62ab5e6 chore(deps): use @emotion/react@11.13.0
[closes #334]
2024-08-10 15:18:48 -05:00
Jeremy Kahn
67dff70cca
fix: upgrade @emotion/styled from 11.12.0 to 11.13.0 (#335)
Snyk has created this PR to upgrade @emotion/styled from 11.12.0 to 11.13.0.

See this package in npm:
@emotion/styled

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-10 15:16:23 -05:00
Jeremy Kahn
acb5d0c8ad chore(deps): update deps
use:
  - @emotion/styled@11.12.0
  - @types/node@18.19.41
  - @mui/material@5.16.4
  - @mui/icons-material@5.16.4
  - react-router-dom@6.25.1

[closes #329]
[closes #330]
[closes #331]
[closes #332]
[closes #333]
2024-08-09 08:14:14 -05:00
Jeremy Kahn
5e3ca6c49f chore(deps): use @mui/material@5.16.1 @mui/icons-material@5.16.1
closes #327

closes #328
2024-08-02 08:16:31 -05:00
Jeremy Kahn
1660fcf4e2 chore(deps): use peaceiris/actions-gh-pages@v4 2024-07-27 16:29:01 -05:00
Jeremy Kahn
d4213cec13 chore(deps): use trystero@0.20 2024-07-27 12:34:48 -05:00
Jeremy Kahn
8ee2ebfbb5 chore(deps): use @mui/material@5.16.0 @mui/icons-material@5.16.0
closes #325

closes #326
2024-07-27 10:30:41 -05:00
Jeremy Kahn
db307829f4 docs(readme): fix typo 2024-07-25 08:42:10 -05:00
Jeremy Kahn
7ab861e0ec
fix: upgrade react-router-dom from 6.24.0 to 6.24.1 (#324)
Snyk has created this PR to upgrade react-router-dom from 6.24.0 to 6.24.1.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-07-25 08:10:49 -05:00
Jeremy Kahn
62f0a7ec35
fix: upgrade typescript from 5.5.2 to 5.5.3 (#323)
Snyk has created this PR to upgrade typescript from 5.5.2 to 5.5.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-07-23 08:16:49 -05:00