autobrr/internal
stacksmash76 9ea29d02a2
refactor: releases table-related code and fix for #158 (#159)
* refactor(APIClient): updated the newly added findQuery function to use URLSearchParams instead of manually crafting the URI string itself.

* refactor: moved duplicate dashboard/release code to a separate folder: components/data-table.

* refactor(SlideOver): added proper typings to the SlideOver component and added a sanity check to prevent passing of null/undefined values to the child component before rendering.

* refactor: removed the redundant Network and Channel typings and updated relevant typings to match the backend. adapted relevant code to match these changes.

* fix(ChannelsFieldArray): fixed a bug where it was unable to add a new irc network due to the validation object being initialized as non-empty (formik requires that successful validated entries return empty objects)

* refactor(screens/settings/Irc): replaced incorrect typings, sanitized potentially null values and cleaned up the code.

* fix: included changes should fix issue #158 as well.

* feat: send chan empty array
2022-03-04 21:13:46 +01:00
..
action feat(actions): add more macro variables (#157) 2022-03-04 20:29:53 +01:00
announce feat(indexers): definitions set forcesizeunit (#156) 2022-02-28 19:25:39 +01:00
auth Feature: Improve config for http server (#67) 2022-01-09 14:41:48 +01:00
client Feature: Get size by api for ptp btn and ggn (#66) 2022-01-05 23:52:29 +01:00
config Feature: Auth (#4) 2021-08-14 14:19:21 +02:00
database feat(web): releases list filtering (#136) 2022-02-19 20:00:48 +01:00
domain feat(indexers): definitions set forcesizeunit (#156) 2022-02-28 19:25:39 +01:00
download_client refactor: download client addr parsing (#108) 2022-02-04 17:38:18 +01:00
events feat: return action rejections from arrs (#103) 2022-01-29 17:53:44 +01:00
filter refactor: download torrent files (#144) 2022-02-17 19:08:29 +01:00
http feat(web): releases list filtering (#136) 2022-02-19 20:00:48 +01:00
indexer feat(indexers): definitions set forcesizeunit (#156) 2022-02-28 19:25:39 +01:00
irc refactor: releases table-related code and fix for #158 (#159) 2022-03-04 21:13:46 +01:00
logger feat: irc reconnect (#148) 2022-02-26 14:12:21 +01:00
release feat(web): releases list filtering (#136) 2022-02-19 20:00:48 +01:00
server Refactor irc client (#19) 2021-08-29 23:23:02 +02:00
user Feature: Improve config for http server (#67) 2022-01-09 14:41:48 +01:00
utils feat: add backend 2021-08-11 15:26:17 +02:00