Tags: kellnerd/harmony
Tags
style(web): Support dark mode for submit buttons Requires a few additional tweaks because simply changing the colors also resets the whole browser default appearance of the inputs. https://developer.mozilla.org/en-US/docs/Web/CSS/appearance Make odd and even table rows lighter in dark mode at the same time.
feat(web): Stop saving release lookup inputs on change This was a bit confusing since these inputs were not saved for active lookups. Now we have a dedicated settings page and can do it better. Since we still want to load persisted default values, persistent inputs got yet another option to (not) store changes.
feat(web): Skip seeding external recording links which already exist The performance impact of one additional MB API request is not too bad compared to the usual performance with one MB API request for artist URLs. This might stop working for releases with too many tracks (not critical).
refactor(Tidal): Load track artists in initial calls This avoids the additional calls for loading the tracks and halfs the required network requests.
perf(Tidal): Abort new v1 API lookups which would fail anyway Permalinks should still work as the API responses have been cached.
chore(web): Apply SVG transform to simplify IFPI icon With the previous commit, it is no longer necessary to override the stroke properties with their default values.
feat(web): Seed edit note for ISRC submission with MagicISRC
fix(Deezer): Map "COMPILE" release type to "Compilation"
PreviousNext