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
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
d88f9b56f5
Route to manage current search state
...
- By using route, it makes it more readily available for the varying component structure
- I believe I handn't done this earlier to avoid refactoring, but it wasn't a complex task
- Removing link borders, the browser-provided standard underline hover is now much more astheticly pleasing
2023-03-05 20:45:38 +13:00
1657073b76
Hiding outputs button completely
...
- When snapcast is not enabled AND
- When no controls saved
- Supercedes PR #858
2023-02-19 18:46:44 +13:00
3b272f2f3b
Implementing Portugese
...
- Adding to dropdown
2023-02-12 07:32:23 +13:00
9ea77b3158
Merge pull request #873 from WillianQuintino/patch-1
...
Criado uma tradução em pt_BR
2023-02-12 07:28:33 +13:00
cfcb445d7d
Merge pull request #875 from a2nt/master
...
FIX: Fonts for Cyrilic languages
2023-02-12 07:27:01 +13:00
0b03177b7f
Safely handling non-result responses from Genius (for lyrics)
2023-01-25 20:50:21 +13:00
a5935bce41
Always set loading: false
...
- We don't always get a result, but regardless we aren't loading any more
- Only format playlist result if it is an object
- Fixes #882
2023-01-25 20:09:49 +13:00
b99894901a
Upgrading BrowseDirectory to functional component
2023-01-25 19:56:11 +13:00
58f487c2e2
Playlist Groups with name containing '/'
...
- Escape to a space; may need expanding on if more characters start appearing
2023-01-15 07:42:36 +13:00