Commit Graph

2084 Commits

Author SHA1 Message Date
d9bf42120c [ci] Fix linting
Some checks failed
CI / deploy (push) Has been cancelled
Deploy to mopidy1 / deploy (push) Has been cancelled
CI / test (push) Has been cancelled
2026-06-28 12:16:53 -04:00
c84a66142a [tests] Fix broken tests
Some checks failed
CI / test (push) Failing after 44s
Deploy to mopidy1 / deploy (push) Successful in 35s
CI / deploy (push) Has been skipped
2026-06-28 12:10:08 -04:00
1ceb377434 [controls] Add smart queue toggle 2026-06-28 11:55:30 -04:00
d92d31bd29 Fix podcast track sorting for >999 tracks by padding disc_track to 6 digits 2026-02-19 08:00:33 -06:00
e86a021b8e Use RFC 4648 s.5 URL-safe Base64 for URL encoding
Switch to RFC 4648 Base 64 Encoding with URL and Filename Safe Alphabet.
https://en.wikipedia.org/wiki/Base64#Variants_summary_table
https://datatracker.ietf.org/doc/html/rfc4648#section-5

Before this change certain Mopidy backend URIs when encoded contained
forward slashes. The forward slashes prevented those URIs from being
loaded.
2025-05-04 16:10:52 +03:00
0690e9f69c Merge pull request #976 from antonnyst/asloaded
Add 'as loaded' sort ordering
2025-05-02 12:53:58 +12:00
ad12df5335 Merge pull request #947 from mgoltzsche/add-playlist-uri-schemes
Add Subidy and WebM3U support
2025-05-02 12:52:32 +12:00
9e321634a1 Add 'as loaded' sort ordering 2024-11-18 15:15:54 +01:00
b957b20aea Merge pull request #965 from M0Rf30/master
Update Italian localization
2024-11-16 22:08:34 +13:00
18c55ae822 Merge pull request #951 from orontee/874-optional-volume-bar
Show/Hide mute and volume control depending on volume value
2024-10-29 06:52:20 +13:00
6d3eab2cd7 Update Italian localization 2024-10-07 12:27:22 +02:00
77ed133746 Update French translation 2024-05-09 12:13:15 +02:00
87ab26001d Show/Hide mute and volume controls depending on volume value
Refs: #874
2024-05-08 17:37:02 +02:00
a106aa6760 Tracks count for Spotify playlists (simple object) 2024-03-25 21:07:17 +13:00
e5c3821eed NPM Upgrade
- Removing deprecated `react-input-range` (not release-ready)
- Using npm instead of yarn
2024-03-18 20:26:53 +13:00
5571ce0ba9 Merge pull request #939 from jaedb/feat/901-lyrics-manual-scroll
Feat/901 lyrics manual scroll
2024-03-16 20:17:19 +13:00
ad6b3d5d5a Add Subidy and WebM3U support
* Display the playlists provided by the Mopidy-Subidy and Mopidy-WebM3U extensions in addition to the ones provided by the built-in M3U plugin.
* Show artists and albums from the Mopidy-Subidy backend (served by a Subsonic server).
2024-03-14 04:32:50 +01:00
cea1bb8606 Sticky context menu to bottom, using flex 2024-01-05 15:30:13 +13:00
b5944144c0 Refining context menu and dropdown for mobile 2024-01-05 12:58:15 +13:00
7ac717f2d9 Add/remove library on mobile devices
- Hide from main view; it is available in the context menu
- Prevents horizontal scrolling
- Also reinstate mobile context menu dividers for quicker legibility
2024-01-05 12:02:56 +13:00
6f6ad998b0 useRef initial state 2024-01-03 21:34:33 +13:00
35e1eb2966 Use native scrolling for lyrics
- On mouse wheel scroll, disable autoscrolling until remounted
2024-01-03 21:30:58 +13:00
9b74d9b85a Hiding unnecessary background height on responsive; finalises #858 2024-01-03 20:30:43 +13:00
b11217350e Incorrect translation prop 2024-01-03 20:24:53 +13:00
14ffc940a1 Merge pull request #937 from magcode/master
Add hearthis browse background
2024-01-03 20:20:31 +13:00
d8eedcb160 Handling of search filters
- Always display "no results" when a query is present
- Placeholder path for no sources selected (ensures URL retains structure)
- Fixes comment https://github.com/jaedb/Iris/issues/906#issuecomment-1776667496
2024-01-03 10:51:57 +13:00
c6adfa7c93 add hearthis browse background 2023-12-14 19:27:45 +01:00
c6d83dabf2 Adding missing : from translation keys 2023-10-24 19:41:46 +13:00
d48e01ca73 Merge pull request #923 from the-eduardo/master
Update Portuguese language file and corrected grammatical errors
2023-10-24 19:34:31 +13:00
00bd6d3bb1 Merge pull request #930 from Matthias84/patch-1
fix DE Titeln
2023-10-24 19:33:44 +13:00
b6c78b5fd5 Tweaking padding for search results 2023-10-13 21:48:36 +13:00
c055b1b691 DE fix Titeln
In german the plural of tracks is the same as singular: "Titel"
2023-10-12 19:49:07 +02:00
14cbdf131c Removing old debug output 2023-10-10 21:09:24 +13:00
5bef256159 Don't load local assets with loading: true as default
- Subsequent query will load images, if they're available
- Fixes #925
2023-10-10 21:03:27 +13:00
8dfd585a3f In-memory search results cache
- Switching between type and provider now negates need for repeat queries
- Mopidy caching varies, so for some providers this has a huge performance gain (eg YouTube)
- Spotify will requery anyway, but the browser handles query caching
2023-10-10 20:33:51 +13:00
bec0cf95e3 Experimenting with hook for all search params 2023-10-09 20:36:16 +13:00
b011292a8c Search results stored by provider:type:term
- This allows storing of per-provider, per-type, per-term results
- We can restore old search results, and hide/show by provider without needing to re-query
2023-10-08 21:14:08 +13:00
21d254368a Update Portuguese language file
- Updated common and reusable phrases for clarity and consistency.
- Checked and corrected any grammatical errors.
- Ensured that the language file aligns with the Brazilian Portuguese.
2023-09-21 09:57:33 -03:00
4cb578bf1e Fixing Korean translation (missing wrapping quotemarks) 2023-08-12 12:48:19 +12:00
41fcfa9556 Relocating stream checkbox to Outputs panel
- Making it easier to switch current device streaming on/off
- Refactor `Stream` to functional component
2023-08-12 10:06:07 +12:00
45cd06b2e1 Removing PayPal donation
- Replacing with GitHub Sponsors
- Fixes #911
2023-08-07 20:53:16 +12:00
39accaf362 Play/Enqueue partially-loaded albums
- When in index, but tracks are not, our callbackAction is not triggered
- Send and consume our `callbackAction` as per Playlists
- Added support to our `ensureLoaded` handler; This will need some observation and testing to ensure there is no knock-on issues (possibly double-ups?)
2023-06-25 18:12:39 +12:00
6aaf19c990 Merging Korean translation
- Thanks @saya6k
2023-06-04 13:51:44 +12:00
140bcd8c12 Korean Translation 2023-05-29 20:03:36 +09:00
cf7a439ed6 Tweaking search sort dropdown
- Array destructuring instead of object
2023-05-20 14:41:40 +12:00
6e702eb071 Merge pull request #902 from orontee/develop
Update French translation
2023-05-20 14:03:27 +12:00
099c2ed909 Update French translation 2023-05-14 09:24:24 +02:00
a8d622ffaa Manifest update for installability
- Scope needs to be within start path
2023-05-08 19:27:39 +12:00
5ac3c6254a Using built-in link underline
- Setting decoration-thickness for nicer control of appearance
2023-04-01 17:54:35 +13:00
d2ced56690 Context menu loading fixes
- Padding to center loader
- Correcting missing import for `Loader`
2023-04-01 16:21:23 +13:00