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
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
006b74ba82
dev workflow
2023-10-27 15:21:00 +02: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
db-2001
7e6ea37d14
Changed the remaining css properties so that interactions work
2023-10-26 09:37:28 -04:00
db-2001
b233e80178
Fixed publication-details pop-up
...
Renamed the pop-up for the publication details and then added CSS so it shows up on both style sheets.
2023-10-26 09:24:50 -04:00
db-2001
332108780f
Created separate css files for default and new hover dynamics
2023-10-26 09:18:05 -04:00
db-2001
961a4d7acd
Modified Manga CSS Hover Styling
2023-10-25 21:02:27 -04:00
db-2001
2773098514
Modified Manga CSS Hover Styling
2023-10-25 20:56:19 -04:00
e6cd110f1f
Merge branch 'master' of ssh://git.bernloehr.eu:222/glax/Tranga-Website
2023-09-26 20:06:19 +02:00
26ca5b078d
Add API call logmessages
2023-09-26 20:05:50 +02: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
52dfd70932
Merge pull request 'Complete rewrite' ( !2 ) from cuttingedge into master
2023-09-19 17:02:12 +02:00
93bd7afa3f
Fix overflow on search
2023-09-13 23:12:21 +02:00
80c86e27f9
Readme screenshots
2023-09-13 14:30:41 +02:00
ee74807cc9
c9glax/tranga#50
2023-09-13 14:30:31 +02:00
44c487ff48
c9glax/tranga#50
...
Added ability to select translated language
2023-09-13 14:30:13 +02:00
339555f041
increased width to 460px for publicationviewer
2023-09-08 20:01:49 +02:00