Commit graph

176 commits

Author SHA1 Message Date
Bastian Meissner
942cba97da Replace useFetcher with useFetch. 2022-02-13 20:57:26 +01:00
Bastian Meissner
d4f593c4ce Update Dockerfile 2022-01-30 12:45:22 +01:00
Bastian Meissner
a5ad616bc8 Replace CircleCI with GitHub Actions 2022-01-30 12:44:32 +01:00
Bastian Meissner
b797a75a5c Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/nanoid-3.2.0' 2022-01-30 12:38:11 +01:00
Bastian Meissner
96b8a73f0c Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/tar-6.1.11' 2022-01-30 12:38:08 +01:00
Bastian Meissner
80669f654a Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/node-fetch-2.6.7' 2022-01-30 12:38:00 +01:00
Bastian Meissner
05cc9981f6 Merge branch 'feature/bookmark-new-tab' 2022-01-30 12:37:37 +01:00
Bastian Meissner
420d95c6b5 Add newTab to bookmarks 2022-01-30 12:35:46 +01:00
dependabot[bot]
12f7ffd008
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-30 11:29:02 +00:00
dependabot[bot]
55c32b3220
Bump tar from 6.1.0 to 6.1.11
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-30 11:29:00 +00:00
dependabot[bot]
2e262005d3
Bump nanoid from 3.1.23 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-30 11:28:58 +00:00
Bastian Meissner
3d0efe36cd Merge branch 'master' into feature/bookmark-new-tab 2022-01-30 12:28:47 +01:00
Bastian Meissner
47eb654f90
Merge pull request #53 from phntxx/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.1 to 1.14.7
2022-01-30 12:28:25 +01:00
Bastian Meissner
46d001e7bf Add "newTab" to bookmarks 2022-01-14 14:53:18 +01:00
dependabot[bot]
44e98eff37
Bump follow-redirects from 1.14.1 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 10:01:50 +00:00
Bastian Meissner
24d9e6f613 Remove armv6, not supported by node:lts 2021-11-30 23:09:51 +01:00
Bastian Meissner
9f446a4c96 Add multiarch
Fix typo
2021-11-30 23:06:50 +01:00
Bastian Meissner
9c76a43144 Update formatting of useMediaQuery.tsx 2021-11-26 21:16:10 +01:00
Bastian Meissner
fcd99434a0 Update tests for better coverage 2021-11-26 21:15:59 +01:00
Bastian Meissner
a24579420a Remove "selected" from select.tsx 2021-11-26 21:06:15 +01:00
Bastian Meissner
30657f04d3 Improve test coverage for select.tsx 2021-11-26 18:15:39 +01:00
Bastian Meissner
add184d580 Update Settings Modal 2021-11-24 21:30:44 +01:00
Bastian Meissner
eb5cb2dee6 Update Settings Page 2021-11-23 17:50:30 +01:00
phntxx
e2ebb55768 Update CONTRIBUTING, add Docker to Pipeline 2021-11-22 20:55:10 +01:00
phntxx
c07c45a72b Fix styling on select.tsx 2021-11-20 12:39:29 +01:00
Bastian Meissner
cfbe492ef8
Merge pull request #46 from cinderblockgames/master
Fixing Theme dropdowns in Settings
2021-11-20 12:45:18 +01:00
cinderblockgames
0f4923029a has to be returned 2021-11-18 22:29:24 -05:00
cinderblockgames
4ba197354e Switching from select defaultValue to option selected. 2021-11-18 22:25:28 -05:00
phntxx
6288a02b50 Update greeter.tsx 2021-11-18 19:01:20 +01:00
Bastian Meissner
0d07f3abce
Merge pull request #45 from cinderblockgames/master
settings modal position fix
2021-11-18 19:08:13 +01:00
cinderblockgames
79ec7b2f94
Merge pull request #2 from cinderblockgames/default-select
Increasing size of icon button.
2021-11-18 12:00:56 -05:00
cinderblockgames
8484d37fb5 Increasing size of icon button. 2021-11-18 11:56:32 -05:00
cinderblockgames
f812b558cf
Merge pull request #1 from cinderblockgames/default-select
Placing Settings modal at the top of the page.
2021-11-18 11:47:12 -05:00
Bastian Meissner
be93940a50
Merge pull request #44 from cinderblockgames/master
greeter.tsx fixes
2021-11-18 17:46:44 +01:00
Bastian Meissner
8bf68f2f86
Merge pull request #36 from jtagcat/patch-2
greeter: add %isodate (2021-09-17)
2021-11-18 17:46:22 +01:00
cinderblockgames
8385ac0913 Placing Settings box at top of page rather than centered. Since the box gets long pretty quickly, don't want to have it over the top. 2021-11-18 11:41:32 -05:00
cinderblockgames
e549c575e8
Expanding getExtension test to cover all cases.
Not sure why 0 is a case, but not removing it.
2021-11-18 09:49:35 -05:00
cinderblockgames
b5bed59e2d
Fixing day extension and date string. 2021-11-18 09:46:39 -05:00
Bastian Meissner
273cdaab06
Merge pull request #40 from phntxx/dependabot/npm_and_yarn/url-parse-1.5.3
Bump url-parse from 1.5.1 to 1.5.3
2021-10-27 09:28:13 +02:00
dependabot[bot]
be52e10615
Bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 17:21:11 +00:00
Bastian Meissner
6593409168
Merge pull request #39 from phntxx/dependabot/npm_and_yarn/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5
2021-09-24 11:56:09 +02:00
Bastian Meissner
9a7fdb6f81
Merge pull request #35 from jtagcat/patch-1
docker-compose: tabs → spaces
2021-09-24 11:55:52 +02:00
dependabot[bot]
4f1d301fcf
Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 22:02:34 +00:00
jtagcat
d62021be95
greeter: add %isodate (2021-09-17) 2021-09-17 15:51:26 +00:00
jtagcat
f7d9e08006
docker-compose: tabs → spaces
docker-compose doesn't do tabs.
2021-09-17 14:20:27 +00:00
phntxx
cc73be782b Add contributing.md 2021-08-02 13:47:57 +02:00
Bastian Meissner
fa28f68551 Revert "Refactor"
This reverts commit eaad2d56f0.
2021-07-16 11:00:15 +02:00
phntxx
eaad2d56f0 Refactor 2021-07-14 01:18:28 +02:00
phntxx
ca2f7a763d Rename files, update tests 2021-07-14 01:18:11 +02:00
phntxx
786aca82f1 Update tests, apply formatting 2021-07-11 15:58:42 +02:00