Skip to content

Commit

Permalink
Merge pull request #168 from Kometa-Team/167-hide-the-validated-boxes…
Browse files Browse the repository at this point in the history
…-on-each-page-of-wizard
  • Loading branch information
bullmoose20 authored Jan 10, 2025
2 parents 1cae2d8 + 3ff311f commit 37aebeb
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion templates/010-plex.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>{{ page_info['title'] }}</h2>
<input type="hidden" class="form-control" id="tmp_music_libraries" name="tmp_music_libraries" value="{{ data['plex']['tmp_music_libraries'] }}" title="">
<input type="hidden" class="form-control" id="tmp_movie_libraries" name="tmp_movie_libraries" value="{{ data['plex']['tmp_movie_libraries'] }}" title="">
<input type="hidden" class="form-control" id="tmp_show_libraries" name="tmp_show_libraries" value="{{ data['plex']['tmp_show_libraries'] }}" title="">
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="plex_validated" name="plex_validated" value="{{ data['validated'] }}" title="">
<label for="plex_validated">Plex Validated</label>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/015-libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ <h2>{{ page_info['title'] }}</h2>
{% endfor %}
</div>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="libraries" name="libraries" value="{{ data['libraries']['libraries'] }}" readonly>
<label for="libraries">Selected Libraries</label>
</div>
<div class="input-group input-group-lg form-floating"></div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="libraries_validated" name="libraries_validated" value="{{ data['validated'] }}" readonly>
<label for="libraries_validated">Libraries Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/020-tmdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="tmdb_validated" name="tmdb_validated" value="{{ data['validated'] }}" title="">
<label for="tmdb_validated">TMDB Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/030-tautulli.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="tautulli_validated" name="tautulli_validated" value="{{ data['validated'] }}" title="">
<label for="tautulli_validated">Tautulli Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/040-github.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="github_validated" name="github_validated" value="{{ data['validated'] }}" title="">
<label for="github_validated">GitHub Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/050-omdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="omdb_validated" name="omdb_validated" value="{{ data['validated'] }}" title="">
<label for="omdb_validated">OMDB Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/060-mdblist.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="mdblist_validated" name="mdblist_validated" value="{{ data['validated'] }}" title="">
<label for="mdblist_validated">MDBList Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/070-notifiarr.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="notifiarr_validated" name="notifiarr_validated" value="{{ data['validated'] }}" title="">
<label for="notifiarr_validated">Notifiarr Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/080-gotify.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="gotify_validated" name="gotify_validated" value="{{ data['validated'] }}" title="">
<label for="gotify_validated">Gotify Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/090-webhooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>{{ page_info['title'] }}</h2>
</div>
</div>
{% endfor %}
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="webhooks_validated" name="webhooks_validated" value="{{ data['validated'] }}" title="">
<label for="webhooks_validated">Webhooks Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/100-anidb.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="anidb_validated" name="anidb_validated" value="{{ data['validated'] }}" title="">
<label for="anidb_validated">AniDB Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/110-radarr.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="radarr_validated" name="radarr_validated"
value="{{ data['validated'] }}" title="">
<label for="radarr_validated">Radarr Validated</label>
Expand Down
2 changes: 1 addition & 1 deletion templates/120-sonarr.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>{{ page_info['title'] }}</h2>
Validate <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="sonarr_validated" name="sonarr_validated" value="{{ data['validated'] }}" title="">
<label for="sonarr_validated">Sonarr Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/130-trakt.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>{{ page_info['title'] }}</h2>
<input type="hidden" class="form-control" id="refresh_token" name="refresh_token" value="{{ data['trakt']['authorization']['refresh_token'] }}" readonly>
<input type="hidden" class="form-control" id="scope" name="scope" value="{{ data['trakt']['authorization']['scope'] }}" readonly>
<input type="hidden" class="form-control" id="created_at" name="created_at" value="{{ data['trakt']['authorization']['created_at'] }}" readonly>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="trakt_validated" name="trakt_validated" value="{{ data['validated'] }}" title="">
<label for="trakt_validated">Trakt Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/140-mal.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>{{ page_info['title'] }}</h2>
Complete Authentication <i id="spinner_validate" class="spinner-border spinner-border-sm" style="display:none;"></i>
</button>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="mal_validated" name="mal_validated" value="{{ data['validated'] }}" title="">
<label for="mal_validated">MyAnimeList Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/150-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h2 class="accordion-header">
</div>
</div>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="settings_validated" name="settings_validated"
value="{{ data['validated'] }}" title="">
<label for="settings_validated">Settings Validated</label>
Expand Down
4 changes: 2 additions & 2 deletions templates/160-playlist_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ <h2>{{ page_info['title'] }}</h2>
<input type="hidden" class="form-control" id="template_variables" name="template_variables" value="{{ data['playlist_files']['template_variables'] }}" readonly>
<label for="template_variables">template_variables</label>
</div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="libraries" name="libraries" value="{{ data['playlist_files']['libraries'] }}" readonly>
<label for="libraries">Selected Libraries</label>
</div>
</div>
<div class="input-group input-group-lg form-floating"></div>
<div class="form-floating">
<div class="form-floating" style="display:none;">
<input type="text" class="form-control" id="playlist_files_validated" name="playlist_files_validated" value="{{ data['validated'] }}" title="" readonly>
<label for="playlist_files_validated">Playlist Validated</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/modals/015-libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1 class="modal-title fs-5" id="exampleModalLabel">Completing the {{page_info['title']}} Section</h1>
</div>
<div class="modal-body">
This is some dummy text<br>
<a href="https://kometa.wiki/en/latest/config/libraries/">Click Here</a> for more information<br>
<br>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit 37aebeb

Please sign in to comment.