Skip to content

Commit

Permalink
Upd: reorder toolbar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Mar 23, 2024
1 parent 6a30711 commit ed3efa6
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ <h2 class="dropdown-header" data-phrase="Presets"></h2>
<div class="btn-group me-2">
<button id="QueueCurrentGotoPlayingSongBtn" data-title-phrase="Goto playing song" type="button" class="btn btn-secondary mi" data-href='{"cmd": "gotoPlayingSong", "options": []}'>playlist_play</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="QueueCurrentSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -246,6 +243,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="QueueCurrentPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="breadcrumb p-2 rounded-2 d-none" id="QueueCurrentSearchCrumb"></div>
Expand Down Expand Up @@ -292,9 +292,6 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
</select>
<input data-is="mympd-input-clear" data-clear-event="keydown" data-placeholder-phrase="Search" class="form-control rounded-end" id="QueueLastPlayedSearchStr"/>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="QueueLastPlayedSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -308,6 +305,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="QueueLastPlayedPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="breadcrumb p-2 rounded-2 d-none" id="QueueLastPlayedSearchCrumb"></div>
Expand Down Expand Up @@ -357,9 +357,6 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2">
<button data-title-phrase="Clear jukebox queue" type="button" class="btn btn-secondary mi" data-href='{"cmd": "clearJukeboxQueue", "options": []}'>clear_all</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="QueueJukeboxSongSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -373,6 +370,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="QueueJukeboxSongPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="breadcrumb p-2 rounded-2 d-none" id="QueueJukeboxSongSearchCrumb"></div>
Expand Down Expand Up @@ -422,9 +422,6 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2">
<button data-title-phrase="Clear jukebox queue" type="button" class="btn btn-secondary mi" data-href='{"cmd": "clearJukeboxQueue", "options": []}'>clear_all</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="QueueJukeboxAlbumSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -438,6 +435,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="QueueJukeboxAlbumPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="breadcrumb p-2 rounded-2 d-none" id="QueueJukeboxAlbumSearchCrumb"></div>
Expand Down Expand Up @@ -484,9 +484,6 @@ <h2 class="dropdown-header" data-phrase="Add smart playlist"></h2>
</div>
</div>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="BrowsePlaylistListSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -500,6 +497,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="BrowsePlaylistListPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="table-responsive scrollContainer">
Expand Down Expand Up @@ -695,9 +695,6 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
</div>
</div>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="BrowseDatabaseAlbumListSelectModeBtn" data-href='{"cmd": "switchGridMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -711,6 +708,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="BrowseDatabaseAlbumListPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="breadcrumb p-2 rounded-2 d-none" id="BrowseDatabaseAlbumListSearchCrumb"></div>
Expand Down Expand Up @@ -858,9 +858,7 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<span class="input-group-text border-secondary bg-secondary mi">search</span>
<input data-is="mympd-input-clear" data-clear-event="keydown" data-placeholder-phrase="Search" class="form-control rounded-end" id="BrowseRadioFavoritesSearchStr"/>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div><div class="btn-group me-2">
<div class="btn-group me-2">
<button data-title-phrase="Select" id="BrowseRadioFavoritesListSelectModeBtn" data-href='{"cmd": "switchGridMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
<div class="dropdown-menu px-2 dropdownWide" id="BrowseRadioFavoritesSelectionDropdown">
Expand All @@ -870,6 +868,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<small class="mb-0 px-2"></small>
</div>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="BrowseRadioFavoritesPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="container-fluid scrollContainer cardsContainer">
Expand Down Expand Up @@ -912,9 +913,6 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<input readonly="readonly" data-is="mympd-select-search" id="BrowseRadioWebradiodbBitrateFilter" class="form-select" data-placeholder-phrase="Bitrate"/>
</div>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="BrowseRadioWebradiodbSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -928,6 +926,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="BrowseRadioWebradiodbPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="table-responsive scrollContainer">
Expand Down Expand Up @@ -966,9 +967,6 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<button class="btn btn-success rounded mi" data-href='{"cmd": "searchRadiobrowser", "options": []}'>done</button>
</div>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div class="btn-group me-2">
<button data-title-phrase="Select" id="BrowseRadioRadiobrowserSelectModeBtn" data-href='{"cmd": "switchTableMode", "options": ["target"]}' type="button" class="btn btn-secondary mi rounded-end">checklist_rtl</button>
<button data-title-phrase="Action for selection" class="btn btn-secondary dropdown-toggle mi d-none" type="button" data-bs-toggle="dropdown">add_task</button>
Expand All @@ -982,6 +980,9 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
<div class="btn-group me-2 featTags">
<button data-title-phrase="View settings" data-contextmenu="viewSettings" data-href='{"cmd": "showContextMenu", "options": ["event"]}' class="btn btn-secondary mi" type="button" data-bs-toggle="dropdown">settings</button>
</div>
<div class="btn-group me-2 featHome">
<button data-title-phrase="Add view to homescreen" data-href='{"cmd": "addViewToHome", "options": []}' type="button" class="btn btn-secondary mi">add_to_home_screen</button>
</div>
<div id="BrowseRadioRadiobrowserPaginationTop" class="btn-group me-2 pagination"></div>
</div>
<div class="table-responsive scrollContainer">
Expand Down

0 comments on commit ed3efa6

Please sign in to comment.