IRHM
f73105e9c7
v3.0.2-dev1
2026-03-19 01:30:26 +00:00
IRHM
755b08b746
Nav: Fix logo link being clickable through whole left side of nav
...
The logo link on nav to go to home page was clickable through the whole left side of the nav, now it is only clickable over the actual link text.
2026-03-19 01:29:16 +00:00
IRHM
5e412f67b9
Status: Fix button sizes now that icons have a width/height set
2026-03-19 01:29:16 +00:00
IRHM
4ee38a2625
Icon: Fix status icons not having width and height properties not set
2026-03-19 01:29:16 +00:00
IRHM
dc6ead0fb3
fix safari: Shrikhand font
...
The font-style in the @font-face declaration was set to italic, but we use the font without using that style, which Safari is very strict about and wont match.
2026-03-19 01:29:16 +00:00
IRHM
a12faf8e72
v3.0.1
v3.0.1
2026-03-09 11:14:19 +00:00
IRHM
eb1b8b86c7
v3.0.1-dev2
2026-03-09 10:48:51 +00:00
IRHM
dca1acbbd8
Modal: Specify color
...
Fixes WatchedDeleteModal for light theme because of inherited css from content pages and this is the easiest fix for now
2026-03-09 10:47:24 +00:00
IRHM
664caa6ba2
v3.0.1-dev1
2026-03-09 09:14:26 +00:00
IRHM
a425abcdf2
Poster: Grayscale poster if deleted from watched list through poster button
...
After deleting from your watched list through the poster, we didn't have any real indication to the user that this poster is for a deleted entry (other than the notification and removing the watched status from poster).
Now we grayscale and blur the poster slightly so it's more obvious that it is a deleted entry and won't be there next time you refresh.
2026-03-09 09:12:06 +00:00
IRHM
13b15e03d0
Poster: Add check for watched before calling removeWatched
2026-03-09 09:12:06 +00:00
IRHM
3b4a5a27e6
Add confirmation modal when deleting from your list
...
to avoid accidental data loss (thoughts, rating status)
2026-03-09 08:46:03 +00:00
IRHM
13bd37c32c
doc: Fix old license being referenced and update some of the simple features list on the homepage.
2026-03-09 07:01:22 +00:00
IRHM
2d6d3c005c
Activity: Fix automation icon not showing for mobile
2026-03-09 07:01:22 +00:00
IRHM
f72f950871
Icon: Fix 'sparkles' svg path on dark theme by using currentColor fill for the path
2026-03-09 07:01:22 +00:00
IRHM
e4e015daf8
age->GetAge: If we don't have a birthday skip processing
...
Otherwise eg: we get current year - 1 as someones age if their birthday isn't listed on tmdb
2026-03-09 07:01:22 +00:00
IRHM
3db89f3214
SpinnerTiny: Fix color for dark theme
2026-03-09 03:34:57 +00:00
IRHM
d379d3f147
igdb: Fix some logs, only log req on Debug because it could be sensitive
2026-03-09 03:34:57 +00:00
IRHM
ac8d8769af
import: Support games importing
...
Fixing watcharr import from watcharr export not importing users games.
Also works if user edits the table in import/process to change the type of something to a game (and multi results works too).
Added warning message if user tries importing a watcharr export that has games when `!serverFeatures.games`
2026-03-09 03:34:57 +00:00
IRHM
7a7bd4f566
jellyfin sync: Fix addWatched params formatting
2026-03-06 18:33:12 +00:00
IRHM
ca82a36d23
sync: Update err soft deleted comments
2026-03-06 18:33:12 +00:00
IRHM
1e6a97202b
tag: GetTagPage: Remove debug call
2026-03-06 18:33:12 +00:00
IRHM
0e54a8c44a
sync: Fix already on list handling by using new add watched func AND no longer auto restore soft deleted records
...
no longer auto restoring soft deleted records means if the user (soft) deletes a show (default behavior), the next sync job wont add it back.
2026-03-06 18:33:12 +00:00
IRHM
5c4c7be115
import: Fix already on list handling by using new add watched func
2026-03-06 18:33:12 +00:00
IRHM
f458eec732
watched: abide by new api in router
2026-03-06 18:33:12 +00:00
IRHM
8ad2208162
watched: Restore can be skipped with flag and now returns a new error if watched just plain exists
2026-03-06 18:33:12 +00:00
IRHM
28c373173b
v3.0.0
v3.0.0
2026-03-04 09:08:01 +00:00
ImgBotApp
d637e04ba4
[ImgBot] Optimize images
...
*Total -- 12,324.41kb -> 10,332.72kb (16.16%)
/screenshot/discover-page.png -- 1,064.08kb -> 804.68kb (24.38%)
/screenshot/content-details-page.png -- 665.72kb -> 510.47kb (23.32%)
/screenshot/content-details-page-dark.png -- 674.65kb -> 519.95kb (22.93%)
/screenshot/user-profile.png -- 75.25kb -> 60.43kb (19.69%)
/screenshot/person-page.png -- 1,362.18kb -> 1,096.48kb (19.51%)
/screenshot/retired-04-03-26/content-details-page-dark.png -- 487.52kb -> 393.40kb (19.31%)
/screenshot/retired-04-03-26/content-details-page.png -- 342.39kb -> 278.55kb (18.65%)
/screenshot/homepage-poster-change-status.png -- 1,048.82kb -> 899.79kb (14.21%)
/screenshot/homepage-poster-hover.png -- 1,064.36kb -> 913.21kb (14.2%)
/screenshot/retired-04-03-26/discover-page.png -- 900.18kb -> 777.06kb (13.68%)
/screenshot/homepage.png -- 1,126.26kb -> 989.01kb (12.19%)
/screenshot/devices-mock.png -- 2,379.62kb -> 2,092.85kb (12.05%)
/screenshot/homepage-dark.png -- 1,133.39kb -> 996.83kb (12.05%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
2026-03-04 08:57:22 +00:00
IRHM
5fb92daf0c
WatchedDto: Add comment to thoughts
2026-03-04 08:49:43 +00:00
IRHM
7f4da2d90e
v3.0.0-dev5
2026-03-04 08:41:45 +00:00
IRHM
199a97e3a7
(fix) Thoughts modal not closing after clicking close first time because contentChanged funcs no longer return bool
...
so updated the funcs to return bools
2026-03-04 08:37:02 +00:00
IRHM
af04698625
(fix) Add thoughts to watchedDto for Content Page responses
2026-03-04 08:22:09 +00:00
IRHM
a9f928a44c
doc: Homepage: Add person page image and update the rest to latest version
...
Updating v to reset anyones cache
2026-03-04 07:57:15 +00:00
IRHM
485408390b
new screens for content, person & discover pages
2026-03-04 07:52:11 +00:00
IRHM
2bad7bc272
docs: Update workflows to use nodejs v20
2026-03-04 07:34:23 +00:00
IRHM
8d0642086c
doc: importing/trakt: Add section on the optional api key field
2026-03-04 07:30:09 +00:00
IRHM
3b0b99ad9a
doc: Update all deps
2026-03-04 07:29:52 +00:00
IRHM
c16e0af3b2
v3.0.0-dev4
2026-03-04 06:54:57 +00:00
IRHM
e0f49f25b2
(bug) filter/sort: Scroll to top of page after changing
2026-03-04 06:53:36 +00:00
IRHM
7561b59037
v3.0.0-dev3
2026-03-04 03:46:48 +00:00
IRHM
72932f7acd
search: Fix from-my-list-msg width responsiveness
2026-03-04 03:45:28 +00:00
IRHM
e7751807f6
search: Disable MediaTypeFilter if showingResultsFrom
2026-03-04 03:45:28 +00:00
IRHM
cb97aa3914
search->searchMyList: Add a lil commento
2026-03-04 03:45:28 +00:00
IRHM
d1e9a60beb
watched: Remove leftover debug call on query
2026-03-04 03:45:28 +00:00
IRHM
0a09e71af7
search: Improve 'do a full search' text
2026-03-04 03:45:28 +00:00
IRHM
404b7c680f
search: Return resp directly when we fetched the data FromMyList
...
to avoid extra unnecessary db queries
2026-03-04 03:45:28 +00:00
IRHM
9bb4f3f948
(feat) Search your own list for results before external search
2026-03-04 03:45:28 +00:00
IRHM
52bb995937
Replace PageError with just Error component and make it look nicer
2026-03-04 03:45:28 +00:00
IRHM
624a3b1bbf
v3.0.0-dev2
2026-03-03 18:23:00 +00:00
IRHM
a314231780
search: multi: Only get games for first page
2026-03-03 18:21:17 +00:00