Commit Graph

2065 Commits

Author SHA1 Message Date
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
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
8366fcfd43 FIX: Locale 2023-01-03 07:35:38 +02:00
84ace1a317 FIX: Fonts for Cyrylic languages 2023-01-03 06:42:48 +02:00
aad09b22ad Merge branch 'develop' of github.com:jaedb/Iris into develop 2023-01-02 21:45:16 +13:00
87fd816335 Source icon top-left
- Matches Spotify artwork, which we hide when it is burned-in on the image
- Consistent across all providers now
2023-01-02 21:42:34 +13:00
a228e48a0a Merge branch 'develop' into hide-discover 2023-01-02 21:41:52 +13:00
23b87efe5d Criado uma tradução em pt_BR
Criado uma tradução em pt_BR
2022-12-15 18:17:36 -03:00
11f202a9b7 Removing duplicate playlist groups 2022-12-11 20:42:01 +13:00
860f005eb4 Reinstating playlist lazy-loading artwork
- Needs monitoring on heavier backends (YTMusic, Tidal, etc)
- Doesn't conflict with PlaylistGroups
2022-12-03 22:39:39 +13:00
58ef7e6bea YTMusic playlist support
- Can create and edit playlists
- Can now load playlists natively
2022-12-03 22:07:29 +13:00
154e72234e Moving HTML builder into webpack
- Allows handling of template variables
- Retaining test_mode switch for hot-swap JS bundle
2022-11-12 08:52:38 +13:00