Commit Graph

771 Commits

Author SHA1 Message Date
8eda0dcb1d
Merge pull request #78 from C9Glax/dependabot/github_actions/docker/setup-buildx-action-3.3.0
Bump docker/setup-buildx-action from 3.1.0 to 3.3.0
2024-04-22 21:56:08 +02:00
dependabot[bot]
b36cbe1d90
Bump docker/setup-buildx-action from 3.1.0 to 3.3.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 15:49:51 +00:00
6fac397e36
Merge pull request #41 from db-2001/settings-rework
Settings rework with Filter changes
2024-02-28 03:22:44 +01:00
31a03a54bb
Merge pull request #57 from C9Glax/dependabot/github_actions/docker/setup-buildx-action-3.1.0
Bump docker/setup-buildx-action from 2.10.0 to 3.1.0
2024-02-28 02:35:49 +01:00
dependabot[bot]
83ed99e5db
Bump docker/setup-buildx-action from 2.10.0 to 3.1.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 15:31:55 +00:00
db-2001
5cda6ece05 Potential fix/support for HTTPS
Removed the hard-coded http in the API url and instead calling  window.location.protocol
2024-02-24 10:27:14 -05:00
db-2001
b99ade74c7 Commented out console logging of logs 2024-02-11 18:41:21 -05:00
db-2001
4f6b07280a Finalized Downlolad Logs button
B)
2024-02-11 18:39:27 -05:00
db-2001
01067006f8 Commenting out console logging of HTTP request response 2024-02-11 17:01:37 -05:00
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
c75f65f3d5 Remove redundant refresh library 2024-02-09 11:20:09 -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
1ba49ddf08 Added PostData to reset functions 2024-02-04 16:02:09 -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
db-2001
76f6216501 Initial commit
Resized settings pop-up and fixed scrollable behavior, broke everything inside pop-up (on purpose)
2024-02-03 00:41:12 -05:00
18d3a09d93 https://github.com/C9Glax/tranga/issues/109 2024-01-31 19:12:05 +01:00
0bc3147bb3 #36 Remove docker-compose 2023-12-31 17:32:23 +01:00
43cbb80eec Fix overflow of tooltip release-status. 2023-11-12 13:48:28 +01:00
95876f1a53 New scrollbar, fix some overflow by scrollbar 2023-11-12 13:28:41 +01:00
42caebf458
Merge pull request #33 from db-2001/update-library-metadat
Added button to settings pop-up to refresh library metadata through POST request
2023-11-03 09:56:36 +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
6952bcaa1d
Merge pull request #31 from db-2001/hover-css-onclick
Changed CSS feature to update whenever the checkbox is clicked instead of when the update button is clicked
2023-11-03 09:48:46 +01:00
db-2001
4cd06bd0e0 Added button to settings pop-up to refresh library metadata through POST request 2023-11-02 14:28:28 -04: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
c315237d64
Merge pull request #27 from db-2001/release-status
Initial feature for Publication Status Indicator
2023-11-02 14:24:20 +01:00
db-2001
830252c8a7 Removed console logging 2023-11-01 20:01:28 -04:00
db-2001
54731e74e3 Revert "Moved tooltip to right for better readability"
This reverts commit 53bb83faca.
2023-11-01 19:58:38 -04:00
db-2001
53bb83faca Moved tooltip to right for better readability 2023-11-01 19:47:21 -04:00
db-2001
b03918ab5c Initial feature 2023-11-01 19:06:47 -04:00
135aca08ab
Merge pull request #22 from db-2001/fix-update-button
Preliminary fix for update button deleting all mangas
2023-10-30 19:21:57 +01:00
b47ba90f20
Merge branch 'master' into fix-update-button 2023-10-30 19:21:22 +01:00
eb13e6e37d Merge branch 'cuttingedge' 2023-10-30 19:14:19 +01:00
db-2001
6245210faf Added GetMonitorJobs back to UpdateJobs 2023-10-30 14:09:41 -04:00
e01683d7f3
Merge pull request #17 from db-2001/dityb
Modified Manga CSS Hover Styling
2023-10-30 18:58:56 +01:00
db-2001
c3a15a354b Preliminary fix for update button deleting all mangas 2023-10-30 13:29:39 -04:00
0b09df67b9 #19 missing field KavitaPassword 2023-10-30 13:36:02 +01:00
db-2001
1f3ed66f97 Fixes after merge broke some stuff 2023-10-29 22:24:16 -04:00
db-2001
5698c93439 Merged properly.... I think? Got rid of empty div 2023-10-27 11:38:35 -04:00
db-2001
fc8388f037 Merge remote-tracking branch 'remotes/origin/master' into dityb 2023-10-27 11:38:13 -04:00
Dity
f6544e743b
Merge branch 'C9Glax:master' into master 2023-10-27 11:24:28 -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
d1f12186f2 Merge branch 'cuttingedge' 2023-10-27 15:22:07 +02:00