188 Commits

Author SHA1 Message Date
Achraf RRAMI
d65d18eb13
Merge pull request #48 from Monirzadeh/upgrade-golang
ci: add linter and fix errors
2024-07-14 00:01:29 +00:00
rramiachraf
eccbf0957e ci: refactor dependabot.yml 2024-07-14 01:00:30 +01:00
rramiachraf
b6cae441b3 refactor: fix linter errors 2024-07-14 00:43:06 +01:00
rramiachraf
ea14549d6f ci: refactor linter workflow 2024-07-13 22:23:04 +01:00
rramiachraf
3e50e52d5e chore: second attempt to sync branch with latest changes 2024-07-13 22:06:26 +01:00
rramiachraf
e536fc8ea5 chore: sync branch with latest changes 2024-07-13 22:01:12 +01:00
Achraf RRAMI
492a56605a
Merge pull request #63 from sgvictorino/fix-annotation-exception
fix: don't error when clicks dispatch on annotation link child
2024-07-13 20:22:17 +00:00
rramiachraf
640fbe49df chore: fix Dockerfile warning about casing mismatch 2024-07-12 20:38:54 +01:00
rramiachraf
0d7c57acf9 chore: update templ to latest version 2024-07-12 20:38:26 +01:00
Achraf RRAMI
01e8290533
Merge pull request #62 from sgvictorino/article-page
feat: add article page
2024-07-12 19:10:27 +00:00
rramiachraf
8e6b396737 fix: improve article css 2024-07-12 20:09:43 +01:00
Solomon Victorino
f6487d86fd fix: don't error when clicks dispatch on annotation link child
reproducible by clicking on lyrics in <i> or <b> tags
2024-06-23 18:20:23 -06:00
Solomon Victorino
0ced2495ee feat: add article page 2024-06-23 17:03:18 -06:00
Solomon Victorino
941cafc664 fix: style blockquotes 2024-06-23 17:03:17 -06:00
rramiachraf
694d58d6ae refactor: organize routes 2024-06-12 18:30:29 +01:00
rramiachraf
5a233b3bc3 test: fix lyrics page test 2024-06-11 21:53:22 +01:00
Achraf RRAMI
8ae6fac810
Merge pull request #61 from qvalentin/feature/artist-page
feat: add artist page
2024-06-11 20:28:56 +00:00
rramiachraf
7e26bf48f6 refactor: remove redundant code 2024-06-11 21:25:27 +01:00
rramiachraf
8545cb313c feat: add artist link on lyrics page 2024-06-11 21:15:27 +01:00
rramiachraf
41d13e1edb refactor: remove redundant code 2024-06-11 21:02:58 +01:00
rramiachraf
3bf802c9c2 refactor: organize routing a bit 2024-06-11 20:42:33 +01:00
rramiachraf
c86b076188 fix: trim large album names on search page 2024-06-10 12:38:32 +01:00
rramiachraf
355b721069 fix: display albums and artists on the search page, and also few css fixes 2024-06-10 12:16:11 +01:00
rramiachraf
e6e9d5b16d refactor: improve styling a bit 2024-06-09 21:29:17 +01:00
qvalentin
840d23e931 feat: add artist page 2024-06-08 17:57:58 +02:00
rramiachraf
0381b6e4ae fix: images proxy handler now handle all image types 2024-05-30 18:40:19 +01:00
Achraf RRAMI
8241deac12
Merge pull request #60 from sgvictorino/empty-description-fixes
fix: handle empty songs descriptions on lyrics and album pages
2024-05-13 11:31:24 +00:00
Achraf RRAMI
5a5ffca6de
Merge pull request #58 from sgvictorino/prod-and-writing-credits
feat: display writers and producers in credits
2024-05-13 11:29:12 +00:00
Achraf RRAMI
a21d78e86c
Merge pull request #57 from spectrapulse/main
ci: add ARM64 as a supported container image architecture
2024-05-13 11:08:25 +00:00
Solomon Victorino
0441b0112c feat: show writers and producers in credits 2024-05-12 16:16:17 -06:00
Solomon Victorino
54e4a44bf5 fix: hide About for empty album descriptions 2024-05-12 13:01:21 -06:00
Solomon Victorino
74b6f943fc fix: handle "?" as an empty song description
that's what the API returns
2024-05-12 13:01:13 -06:00
Tyrone Faulhaber
12de544434
Update image.yml
Modified the workflow to build images for the amd64 and arm64 and create a multi-arch main image.
2024-05-04 20:53:35 +02:00
rramiachraf
119843dad7 fix: add dark theme style for album tracklist 2024-05-04 13:49:07 +01:00
rramiachraf
5014e10c7f test: add static assets handler test 2024-05-04 13:34:19 +01:00
rramiachraf
6d6856700b feat: embed static files into binary 2024-05-03 14:47:57 +01:00
rramiachraf
2c0f43b8f7 feat: add proxy layer option for requests
Fixes #56 #21
2024-05-03 12:45:58 +01:00
rramiachraf
c940b4a2cd refactor: replace logrus with log/slog 2024-05-02 21:29:50 +01:00
rramiachraf
56c745d6f5 chore: bump go version and upgrade dependencies 2024-05-02 19:55:42 +01:00
rramiachraf
8f838a20e6 feat: show track numbers on album tracklist 2024-05-02 13:09:09 +01:00
rramiachraf
59929bb891 perf: tackle lighthouse issues 2024-05-01 22:22:54 +01:00
rramiachraf
7e40892b1d feat: add compress handler 2024-05-01 21:06:03 +01:00
Achraf RRAMI
1db6e0adbb
docs: add status page 2024-04-27 18:28:03 +00:00
Achraf RRAMI
eacb02d7a2
docs: order public instances 2024-04-27 17:43:32 +00:00
rramiachraf
22d4ab2cda feat: add option to easily redirect to Genius website 2024-04-16 01:26:28 +01:00
Achraf RRAMI
e54ea8abec
Merge pull request #55 from sgvictorino/separately-toggle-dupe-annotations
fix: don't collapse annotations for clicked lyrics elsewhere on page
2024-04-11 19:26:52 +00:00
Solomon Victorino
816f4cd8fa fix: don't collapse annotations for clicked lyrics elsewhere on page 2024-04-10 13:31:43 -06:00
Achraf RRAMI
aac426d27e
Merge pull request #53 from sgvictorino/prevent-duplicate-annotation-cards
fix: don't create duplicate annotation elements
2024-04-06 21:11:37 +00:00
Achraf RRAMI
f4f5babade
Merge pull request #54 from sgvictorino/fix-empty-album-desc
fix: show album descriptions
2024-04-06 21:02:05 +00:00
Achraf RRAMI
609f9d085b
Merge pull request #52 from sgvictorino/annotation-links
feat: support direct annotation links
2024-04-06 20:58:27 +00:00