Aj - Thomas
a3d6d876a8
Add load flag to Github Ci
2022-05-11 09:46:50 +02:00
Aj - Thomas
45cb417e76
Add load flag to Github Ci
2022-05-11 09:46:07 +02:00
Aj - Thomas
c8cbb37247
Add load flag to Github Ci
2022-05-11 09:32:03 +02:00
Aj - Thomas
4210a455c6
Trying to implement manual restarts for the CI
2022-05-11 09:19:28 +02:00
Aj - Thomas
7ba85aeb4e
Trying to implement manual restarts for the CI
2022-05-11 09:13:36 +02:00
Aj - Thomas
49e454b6ce
Trying to implement manual restarts for the CI
2022-05-11 09:12:43 +02:00
Aj - Thomas
f526883544
Trying to implement manual restarts for the CI
2022-05-11 09:10:50 +02:00
Aj - Thomas
a4163e0eb5
Trying to implement manual restarts for the CI
2022-05-11 09:10:44 +02:00
Aj - Thomas
ef0d4fddce
Trying to implement multi platform build
2022-05-11 09:10:31 +02:00
Aj - Thomas
60cc1883ff
Trying to implement manual restarts for the CI
2022-05-11 09:10:00 +02:00
Aj - Thomas
47c7f46e28
Trying to implement manual restarts for the CI
2022-05-11 09:06:45 +02:00
Aj - Thomas
80ab928c20
Trying to implement multi platform build
2022-05-11 08:59:37 +02:00
Aj - Thomas
846f2c8670
Update dependencies
...
Upgrade Mantine to v4.2.4 (from v4.2.1)
2022-05-11 08:56:21 +02:00
Aj - Thomas
d58465142c
Add regex matching for add shelf item
...
Resolves not fetching when the users didn't put a / at the end of the service url
2022-05-11 08:55:38 +02:00
Aj - Thomas
a7f4187a82
Remove year in Date module
...
You don't know the year we're in?
2022-05-10 21:00:18 +02:00
Aj - Thomas
b92462d056
Remove useless code
...
Old code supposed to interract with qBittorrent
2022-05-10 20:59:57 +02:00
Aj - Thomas
034ef3fd8f
Add notifications for Calendar module
2022-05-10 20:57:04 +02:00
Aj - Thomas
d5b17d5303
Improve Module matching
...
More TypeScript magic ! 🪄
2022-05-10 20:56:48 +02:00
Aj - Thomas
f03bcde983
Update package.json
...
Update version and scripts
2022-05-10 20:39:54 +02:00
Aj - Thomas
f3478587b1
Improve default arguments and type checking
2022-05-10 20:36:38 +02:00
Aj - Thomas
2c461a6695
Add a module enabler
...
Add module enabler in settings.
This loops over all the exported Modules in the components/modules folder and renders them. (Interpreted language magic/ metaclasses)
2022-05-10 20:33:11 +02:00
Aj - Thomas
1245f97e72
Merge pull request #33 from ajnart/dev
...
Merge dev into master for v0.1.4
2022-05-10 19:23:17 +02:00
Aj - Thomas
55fd4fff76
Update README.md
2022-05-10 19:23:02 +02:00
Aj - Thomas
b52755c87f
Update README.md
2022-05-10 19:07:55 +02:00
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