Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spotify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web
spotify
Merge requests
!46
Resolve "Use nice radio buttons to choose short/long playlist"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Use nice radio buttons to choose short/long playlist"
43-use-nice-radio-buttons-to-choose-short-long-playlist
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Resolve "Use nice radio buttons to choose short/long playlist"
Benoît Harrault
requested to merge
43-use-nice-radio-buttons-to-choose-short-long-playlist
into
master
Aug 29, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
Closes
#43 (closed)
Edited
Sep 1, 2022
by
Benoît Harrault
0
0
Merge request reports
Viewing commit
cc02f069
Show latest version
1 file
+
17
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cc02f069
Use nice checkbox style for short/long selectors
· cc02f069
Benoît Harrault
authored
Sep 1, 2022
templates/playlist-generator/index.html.twig
+
17
−
17
View file @ cc02f069
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,16 +12,16 @@
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sm-12"
>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-quick-create-long-playlist"
name=
"check-quick-create-long-playlist"
value=
"long-playlist"
checked
>
<label
class=
"
custom-control
-label"
for=
"check-quick-create-long-playlist"
>
<label
class=
"
form-check
-label"
for=
"check-quick-create-long-playlist"
>
Generate a long playlist (x2)
</label>
</div>
@@ -51,28 +51,28 @@
</ul>
<div
class=
"row"
>
<div
class=
"col-md-8 col-sm-12"
>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-top-artist-filter-artists"
name=
"check-top-artist-filter-artists"
value=
"filter-artists"
checked
>
<label
class=
"
custom-control
-label"
for=
"check-top-artist-filter-artists"
>
Allow
only selected artists in recommendations
<label
class=
"
form-check
-label"
for=
"check-top-artist-filter-artists"
>
Filter
only selected artists in recommendations
</label>
</div>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-top-artist-long-playlist"
name=
"check-top-artist-long-playlist"
value=
"long-playlist"
>
<label
class=
"
custom-control
-label"
for=
"check-top-artist-long-playlist"
>
<label
class=
"
form-check
-label"
for=
"check-top-artist-long-playlist"
>
Generate a long playlist (x2)
</label>
</div>
@@ -92,28 +92,28 @@
</ul>
<div
class=
"row"
>
<div
class=
"col-md-8 col-sm-12"
>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-playlist-filter-artists"
name=
"check-playlist-filter-artists"
value=
"filter-artists"
checked
>
<label
class=
"
custom-control
-label"
for=
"check-playlist-filter-artists"
>
Allow
only artists in selected playlists in recommendations
<label
class=
"
form-check
-label"
for=
"check-playlist-filter-artists"
>
Filter
only artists in selected playlists in recommendations
</label>
</div>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-playlist-long-playlist"
name=
"check-playlist-long-playlist"
value=
"long-playlist"
>
<label
class=
"
custom-control
-label"
for=
"check-playlist-long-playlist"
>
<label
class=
"
form-check
-label"
for=
"check-playlist-long-playlist"
>
Generate a long playlist (x2)
</label>
</div>
Loading