8bebffd95e
🌊 qBittorrent Settings Scaffold ( #90 )
...
* 🌊 qBittorrent settings scaffold
* 🔧 Added scaffold for the qBittorrent connection form
* 🔧 Some refactoring
* 🔧 Cleaned up folder structure
* 🔧 Fixed broken paths
* 🔧 Cleaned up Search and Import component hierarchy
* 🔧 More path fixes
* 🔧 Tooling changes
* 📝 Qbittorrent form scaffold
* ⬆️ Bumped @dnd-kit deps
* 🧑🏼🔧 Fixed the hostname regex
* 🏗️ Adding fields to the settings form
* 🔧 Formatting and more layout changes
* 🔧 Added Prowlarr settings items in JSON
* 📝 Purified Card Component
* 📝 Abstracted connection form into a component
* 🏗️ Reorganized tabs
* Migrating from Redux to RTK-query
* ⬇️ Fetched qBittorrent settings
* 🏗️ Trying out react-query
* 🧩 Added react-query query to qBittorrentSettings page
* 📝 qbittorrent form RU actions first draft
* 🏗️ Added loading state check
* 🏗 Added error check state
* 🏗️ Refactored AirDCPP context using react-query
* 🏗️ Refactoring AirDCPP Settings Form with react-query
* 🔧 Removed context
* 🔧 Removing context from AirDCPP settings page
* 🔧 Fixed early init error on the store
* 🐛 Debugging AirDCPP Settings Form page
* 🧸 Zustand-ified AirDCPP Form
* ❌ AirDCPP code cleaned up from App.tsx
* ➕ Re-added yarn.lock
2023-11-07 11:46:08 -06:00
32f4055daa
Import queue progress ( #87 )
...
* 🚥 Added service status panel scaffold
* 🐂 Support for showing import progress
* 🐂 Support for session-tracking
* 🔧 Tooling for resumable socket.io sessions
* 🧹 Minor change in socket.io connection code
* 🔧 Refactoring the Import Page
* 📝 Added more details to import statuses
* 🐂 Queue pause/resume functionality
* 🐂 Queue drain event reducer
* 🐂 Queue controls
* 🔧 Hardening the import UX
* 🔀 Bumped deps
* 🔧 Fixed the airdcpp-apisocket version
* ⛑️ Removed useless deps
* 🪡 Fixed margin on the comicinfo.xml panel on the library page
* 🏗️ Scaffold for job results
* 🔢 Removed the useless LS_IMPORT event
* 🔧 Wired up jobStatistics call
* 🧹 Cleaning up the tabulated job results
* 🔧 More finishing touches to Import UX
* 🔧 Added a console log for debugging purposes
---------
Co-authored-by: Rishi Ghan <hghan@apple.com >
2023-08-30 13:49:58 -04:00
b8fb179ac6
🔧 Miscellaneous Fixes ( #79 )
...
* ⚡ ️ Config key to expose hostname in a Docker context
* 🔧 Miscellaneous Fixes
2023-05-15 16:16:26 -04:00
94692bb6d4
71 dockerfile update ( #75 )
...
* 🐳 Fixes to the Dockerfile
* 🚢 Updated port number for UI
* ❌ Removed the param serialization from axios calls
2023-05-15 16:13:40 -04:00
a939bf4c71
🐛 UI bugs ( #68 )
...
* 🔧 Updated date for PullList on Dashboard
* 🔧 Fixes for broken image paths
* ⬆️ Bumped deps, removed useless ones
2023-03-24 00:00:48 -04:00
ff7b7c9207
Fix for elasticsearch upgrade breakage ( #66 )
...
* 🔧 Fixed the response object in reducers and components https://github.com/rishighan/threetwo/issues/64
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
* #️⃣ Added a key prop to MetadataPanel in global search results
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
* 🔧 Fixed DOMNesting issues
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
* 🔧 Fixed the response in wanted reducer action
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
* ➕ Committing the reducer
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
* 🔧 Fixes for DOMNesting issues on the Downloads page
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
---------
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
2023-03-02 00:32:43 -05:00
2d61fa1436
Changing the build system to Vite ( #62 )
...
* 🔧 Updated date for PullList on Dashboard
* ⚡ ️ Added Vite config and removed useless files
* 👷🏽 Updated build command
* ❌ Removed useless deps
* 🔧 Cleaned up package.json and bumped airdcpp-apisocket
* 🔧 Updated some packages and deps
* ⬆️ Bumped some deps
* 🔧 Fixed typo in package.json
* 🔧 Fix for broken paths https://github.com/rishighan/threetwo/issues/63
* 🔧 Fixed broken path and npm script
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
---------
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com >
2023-03-01 23:31:22 -05:00
8dd68e9d54
AirDC++ Socket Status ( #58 )
2023-01-21 02:29:32 -08:00
ce6653b5d7
🏗️ Applying the refactor patc
2022-12-21 21:49:12 -08:00
815444a973
🔧 Refactoring the uncompression methods for "Read Comic" and "Uncompress Archive" operations ( #43 )
...
* 🔧 Refactoring uncompression methods on client-side
* ✏️ Refactoring
* 👁️ Updates to the comic viewer
* 🖼️ Added screenshots from December 2022
* ✏️ Fixed typo in README
2022-12-06 14:08:53 -08:00
a15168a6be
📝 Added JSDoc to extractComicArchive method
2022-11-24 21:51:49 -08:00
7babf9f73d
🔧 🏗️ Massive tables refactor
...
Abstracted a table component that can be configured to display issues, volumes or pull list items
2022-11-15 17:22:50 -08:00
b699a90a00
🕵🏼 Added manual search form for CV matching
2022-09-28 09:51:48 -07:00
eda11d3537
🐛 Fixed bug on the AirDC++ settings page
2022-09-19 15:41:32 -07:00
9bbf2efc3c
🪢 Unwrangling state vars for global search vs local
2022-08-18 00:10:31 -07:00
ea366d1888
🔧 Fixes for Wanted comics table
2022-08-17 20:48:10 -07:00
f146dfdd0b
📝 Tabulated downloads per comic
2022-07-28 08:59:30 -07:00
602adf8775
🔧 Refactoring the way bundles are saved
2022-07-27 22:49:00 -07:00
fb40fe86b5
🔽 Wiring up downloads API calls and actions
2022-07-26 22:26:24 -07:00
365fa2e115
🔎 Integration with DC++ downloads endpoint
2022-07-24 22:20:25 -07:00
f865feeeb2
⤵️ Downloads page scaffold
2022-07-10 21:11:56 -07:00
2dea9e1096
📥 Refactoring download tick panel
2022-06-23 11:11:45 -07:00
d2dbb133b3
🔧 Fixing state and context issues WIP for ADCPP socket
2022-06-21 14:39:37 -07:00
9cec1c40a8
🏗 WIP fixes for AirDCPP socket connection Part Deux
2022-06-17 22:45:02 -07:00
a46eebb043
🔧 Fix for react-refresh plugin in production
2022-06-14 13:04:29 -07:00
7a3e0def34
🏗 Actions, reducers for Downloads
2022-06-13 14:56:15 -07:00
a73250d99c
🏗 Refactoring AirDCPPSocket init and download handling
2022-06-09 00:55:39 -07:00
2943000db3
🔧 Adding a download status to navbar WIP
2022-06-05 10:31:06 -07:00
8ce44daf9a
⤵️ Downloads page WIP
2022-06-03 09:41:40 -07:00
4ec45352e9
🔎 Glorious universal library search first draft
2022-05-26 22:52:07 -07:00
d80c672cd1
🚛 Massive refactor of dashboard
2022-05-23 22:01:51 -07:00
3173cbf873
🔧 Fix for https://github.com/rishighan/threetwo/issues/10
2022-05-19 22:57:26 -07:00
6b508d4c36
🔫 Tweaking the trigger for download complete action
2022-05-11 23:40:10 -07:00
Rishi Ghan
30ee5e4a67
🔧 Search page refactoring
2022-05-10 14:57:46 -07:00
1fab50a92a
🔧 Refactored bulk unzip endpoint wired up
2022-04-28 22:37:31 -07:00
e243d7c795
🔧 Building out full uncompression integration
2022-04-28 08:17:41 -07:00
Rishi Ghan
ee5ba474ee
🔧 Rewiring for the new uncompression endpoint
2022-04-26 14:51:28 -07:00
52daf4781b
🔧 Refactoring
2022-04-25 12:50:54 -07:00
2b4f56d51c
🔧 Refactoring to hook on to the file completed event
2022-04-25 12:13:11 -07:00
544d359501
🔧 Refactoring AirDC++ downloads
2022-04-22 09:13:44 -07:00
Rishi Ghan
a40b08c990
✍🏽 Manual search override for AirDC++ query
2022-04-19 14:36:21 -07:00
d17f49baf4
🔎 DC++ manual search scaffold
2022-04-19 01:01:34 -07:00
253c7357a0
🔧 Fixed some issues with axios cached instance
2022-04-18 12:08:33 -07:00
31fd22a291
👂🏼 Added an event listener for ADCPP queue file status
2022-04-18 08:34:44 -07:00
f94540616d
🔧 Tweaked the issues-for-series call
2022-04-11 14:18:47 -07:00
89ca89752c
🤯 Added ES index delete option in the UI
2022-04-04 22:57:02 -07:00
7b1dc56dbb
🔽 Weekly Pull List dedicated tablulated page
2022-03-26 22:28:22 -07:00
03b982858d
🥡 Started making react-table re-usable
2022-03-26 11:27:41 -07:00
b1b4070867
💅🏽 Beautifying the import UI
2022-03-18 09:35:26 -07:00
f6ca91f530
⏯ Added queue pause/resume controls in UI
2022-03-17 17:06:13 -07:00