Commit Graph

1872 Commits

Author SHA1 Message Date
Aj - Thomas
a0d86e2914 Linting and formatting
CRLF > LF is REALLY annoying
v0.1.4
2022-05-10 19:03:41 +02:00
Aj - Thomas
5d80d36be3 Fix AppShelf circular imports 2022-05-10 19:02:16 +02:00
Aj - Thomas
72f19d450c Basic layout styling 2022-05-10 18:58:21 +02:00
Aj - Thomas
6024391414 AppShelf styling 2022-05-10 18:58:13 +02:00
Aj - Thomas
905f445641 Use custom theme
This is a step thowards personalisation for Changeable wallpaper feature. #32
2022-05-10 18:57:41 +02:00
Aj - Thomas
2462671700 Add Module wrapper 2022-05-10 18:57:04 +02:00
Aj - Thomas
0c0f8247d8 Update Calendar Module styling 2022-05-10 18:56:50 +02:00
Aj - Thomas
fa45eb3b3b Add Date module 2022-05-10 18:56:29 +02:00
Aj - Thomas
b8ce86d783 Update module interface 2022-05-10 18:56:16 +02:00
Aj - Thomas
cc58fbe263 Add GitHub Action auto deploy to Github containers
Ajnart/issue18
2022-05-10 00:21:39 +02:00
Aj - Thomas
ac81fcdb3c Add a latest push v0.1.3 2022-05-09 23:33:27 +02:00
Aj - Thomas
c3d4799966 Add a latest push too 2022-05-09 23:28:00 +02:00
Aj - Thomas
524c143a60 Update README.md 2022-05-09 23:27:30 +02:00
Aj - Thomas
8f60442b49 Add multi stage docker build and release 2022-05-09 23:21:02 +02:00
Aj - Thomas
f0042f81e0 Trying to implement multi stage build 2022-05-09 23:19:44 +02:00
Aj - Thomas
273d11a654 Try to add GitHub action 2022-05-09 22:25:22 +02:00
Aj - Thomas
0a85469510 Update dockerfile for future builds 2022-05-09 22:13:04 +02:00
Aj - Thomas
50448c9fb6 Merge pull request #26 from ajnart/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-05-09 22:10:38 +02:00
dependabot[bot]
0f1a948682 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 20:09:19 +00:00
Aj - Thomas
8f71c898a2 Merge pull request #25 from ajnart/dev
Merge dev into master
v0.1.0
2022-05-09 22:08:16 +02:00
Aj - Thomas
7be22833b0 Merge pull request #22 from ajnart/ajnart/issue21
Add darkmode switch in settings menu #21
2022-05-09 22:06:26 +02:00
Aj - Thomas
cb3abbc1c7 Use general media display component
Instead of a different one for each media type
2022-05-09 22:03:36 +02:00
Aj - Thomas
a2a3155081 Add the ability to display multiple medias released on the same day 2022-05-09 21:50:13 +02:00
Aj - Thomas
a51cb5d777 Update package.json 2022-05-09 20:38:07 +02:00
Aj - Thomas
6dc114a42b Prettier 2022-05-09 02:07:11 +02:00
Aj - Thomas
812a166771 Update README.md 2022-05-09 02:00:32 +02:00
Aj - Thomas
43c0465e52 Add darkmode switch in settings menu #21 2022-05-09 01:35:11 +02:00
Aj - Thomas
580b2d72d1 Update README.md 2022-05-08 22:53:39 +02:00
Aj - Thomas
911c755daf Add Dockerfile 2022-05-08 22:19:35 +02:00
Aj - Thomas
15137cc889 Update README.md 2022-05-08 22:10:19 +02:00
Aj - Thomas
c18edcc282 Create LICENSE 2022-05-08 21:44:48 +02:00
Aj - Thomas
e3a0c15b9d Merge pull request #16 from ajnart/ajnart/issue15
Enhancement : Decouple the UI by using conditional rendering for each module
2022-05-08 20:55:54 +02:00
Aj - Thomas
4452b088c8 Enhancement : Decouple the UI by using conditional rendering for each module 2022-05-08 20:54:40 +02:00
Aj - Thomas
5f58f84843 Added icon matching if name found in public CDN 2022-05-08 20:00:47 +02:00
Aj - Thomas
64311c2294 Add simple Dockerfile 2022-05-08 19:24:33 +02:00
Aj - Thomas
5e97dd40d6 Change config name and convert back to LF... 2022-05-06 23:19:05 +02:00
Aj - Thomas
89f31dfdc4 Merge pull request #9 from ajnart/ajnart/issue2
Ajnart/issue2
2022-05-06 23:11:04 +02:00
Aj - Thomas
42cae6f0da Add an option to directly change the querry url in settings 2022-05-06 23:10:00 +02:00
Aj - Thomas
97db9ba713 Conditional rendering when no API key provided 2022-05-06 22:45:51 +02:00
Aj - Thomas
7b711c1e1f Merge pull request #8 from ajnart:ajnart/issue2
Add the ability to edit the service.
2022-05-06 22:29:59 +02:00
Aj - Thomas
c9dd7db9ef Add the ability to edit the service.
Fixes #2
2022-05-06 22:29:47 +02:00
Aj - Thomas
db01831916 Styling layout 2022-05-06 22:02:52 +02:00
Aj - Thomas
5a809fd1f4 Styling changes and add multiple popovers 2022-05-06 21:40:21 +02:00
Aj - Thomas
a8efa5a431 Styling fixes 2022-05-06 18:26:47 +02:00
Aj - Thomas
3926a2f185 Merge pull request #7 from ajnart/ajnart/issue5
Ajnart/issue5
2022-05-06 17:52:03 +02:00
Aj - Thomas
af9c42f5e0 Remove Issue TODO 2022-05-06 17:50:21 +02:00
Aj - Thomas
ad831e3ef4 Add the ability to display multiple medias on the same day by looping over the filtered medias for each service type
Fixes #5
2022-05-06 17:50:03 +02:00
Aj - Thomas
49be02ffcd Update styling 2022-05-05 09:34:18 +02:00
Aj - Thomas
2149e2e10a Hugely improve Media display by splitting it into 2 different modules 2022-05-05 09:22:44 +02:00
Thomas "ajnart" Camlong
b58f15aeec Update SimpleGrid 2022-05-04 10:33:08 +02:00