Commit Graph

103 Commits

Author SHA1 Message Date
db-2001
4c418add81 Updates to match API 2024-02-11 16:59:05 -05:00
db-2001
1ee17360e5 Small visual tweak to make the user agent the textbox value rather than placeholder
Allows for the user to make small changes to API URI and user agent if needed, previous method would have required re-typing in the entire string with is a PITA.
2024-02-10 13:54:24 -05:00
db-2001
9accca0ad2 Applied new popup style to Jobs view and fixed manga library populating twice sometimes 2024-02-10 13:49:51 -05:00
db-2001
9309a4e28f Potential fix for preventing the filter buttons from loading multiple times 2024-02-10 11:56:19 -05:00
db-2001
c7e49fb6bc Added in remaining Tranga settings functionality
Changed CSS style to be stored in local storage since we might want it to be browser specific (mobile vs desktop vs tablet)
2024-02-09 11:17:33 -05:00
db-2001
2c5a032890 Added rate limits to UpdateSettings 2024-02-08 23:56:31 -05:00
db-2001
8bd6ad4c2b Added manga sources to settings
Added the manga sources to the settings page and added a field to set the rate limit, POST api for setting the rate limit awaiting GET api calls to set initial value.
2024-02-08 23:31:31 -05:00
db-2001
148af6abaa Filter functionality
Removed textbox in top bar and added filter icon that opens up a box where you can search or select a connector/status and combination to filter by. Appearance and behavior needs to be refined.
2024-02-06 22:23:19 -05:00
db-2001
f50990dafb Reimplemented Library and Notification connectors
Added Test and Rest API calls, API side will need to be updated.

Separated out CSS files for future expansion.
2024-02-04 15:47:13 -05:00
18d3a09d93 https://github.com/C9Glax/tranga/issues/109 2024-01-31 19:12:05 +01:00
43cbb80eec Fix overflow of tooltip release-status. 2023-11-12 13:48:28 +01:00
ddee459aa2
Merge pull request #32 from db-2001/persistent-release-status
Move release-status to top right and keep visible
2023-11-03 09:50:24 +01:00
db-2001
d138094a66 Move release-status to top right and keep visible 2023-11-02 14:07:17 -04:00
db-2001
d1dfeadb80 Feature 2023-11-02 13:31:48 -04:00
db-2001
830252c8a7 Removed console logging 2023-11-01 20:01:28 -04:00
db-2001
b03918ab5c Initial feature 2023-11-01 19:06:47 -04:00
b47ba90f20
Merge branch 'master' into fix-update-button 2023-10-30 19:21:22 +01:00
db-2001
6245210faf Added GetMonitorJobs back to UpdateJobs 2023-10-30 14:09:41 -04:00
db-2001
c3a15a354b Preliminary fix for update button deleting all mangas 2023-10-30 13:29:39 -04:00
db-2001
1f3ed66f97 Fixes after merge broke some stuff 2023-10-29 22:24:16 -04:00
db-2001
fc8388f037 Merge remote-tracking branch 'remotes/origin/master' into dityb 2023-10-27 11:38:13 -04:00
db-2001
2381a8913b Changed the style sheet selection logic so the default is actually the default.
If the styleSheet property doesn't exist or isn't equal to a valid string, it used to default to the mangahover.css from the else statement. Logically, that means that mangahover was the default instead of the actual default. This has been rectified.
2023-10-27 11:18:37 -04:00
db-2001
15d20a236b Added empty <div> and set stylesheet on Setup(),
Added an empty <div> to mitigate merge conflicts. Running GetSettings in Setup so that the webpage CSS is set up whenever the website runs for the first time and not just when the settings get opened. This shouldn't cause any issues even though setup is called a few times throughout the code.
2023-10-27 10:48:08 -04:00
fc0d8c4566 fix wrong name https://github.com/C9Glax/tranga/issues/73 2023-10-27 14:08:31 +02:00
eaac09a3d1 https://github.com/C9Glax/tranga/issues/73 Website untested 2023-10-27 13:55:42 +02:00
db-2001
5abebcf3b5 Added api calls for setting css stylesheet 2023-10-26 23:23:08 -04:00
23f4f21bc2 Fix bug where on first startup website would not properly load, because there were no jobs. 2023-09-26 18:09:45 +02:00
fed7b3af79 Resolve #4 2023-09-20 14:30:22 +02:00
8983a8d5ea Fix #13 2023-09-20 14:16:47 +02:00
44c487ff48 c9glax/tranga#50
Added ability to select translated language
2023-09-13 14:30:13 +02:00
358c9b511a Added JobStatusView
Individual Jobs can now be cancelled
2023-09-08 19:59:12 +02:00
f791d1f977 Added Ping behaviour and loader circle.
When opening website, check will run wether api is reachable
2023-09-08 16:32:48 +02:00
bfc6767a7d Disable downloadChapter for now 2023-09-02 22:15:48 +02:00
9a52262e2b Added updated to running and waiting jobs 2023-09-02 16:16:29 +02:00
c2b01c8961 Added CancelJob 2023-09-02 15:05:45 +02:00
63ed4fdda5 Added API calls for startjob, deleteJob 2023-09-02 14:14:18 +02:00
6c209d0f9d Can add new MonitorTasks 2023-09-01 23:43:41 +02:00
d9ec9cb969 First steps to add new MonitorJobs 2023-08-31 23:45:13 +02:00
91f587eb91 working settings Popup 2023-08-31 16:45:33 +02:00
bad762712d corrected variableName 2023-08-31 12:58:34 +02:00
ad4027779f Remove Deprecated CreateUpdateLibraryTask 2023-07-30 17:29:30 +02:00
98ec0b837f Remove Enter input from settings, instead update all settings on click of "Update" Button.
resolves #38
2023-07-30 17:27:47 +02:00
a16686dfbf Fix wrong taskNames 2023-06-22 22:52:26 +02:00
8058749ab5 Website fix wrong task on deletion 2023-06-21 16:53:56 +02:00
a4c9168551 Selector for task-sanitizer 2023-06-19 17:17:47 +02:00
303fc293ba Fixed Bug on AddTask where no new UpdateLibraryTask would be added 2023-06-15 22:32:55 +02:00
5b2546fdbc removed unnecessary log 2023-06-15 19:07:25 +02:00
02a382a99a Website: Added connector NotificationManager LunaSea
Added Update Method for TrangaSettings for LunaSea
#21
2023-06-15 18:57:50 +02:00
d9ced11cd1 Website: Added gotify config 2023-06-15 18:38:47 +02:00
8b58e7dd13 Website: On Download Chapters only show chapters that have not yet been downloaded
API: Added new variables to /Publications/GetChapters: onlyNew and onlyExisting. API will return only new, only existing or all chapters depending on variables.
#19
2023-06-15 17:14:20 +02:00