summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/utilities
AgeCommit message (Collapse)Author
2024-08-25Fixed chinese audio language (#2632)Anderson Shindy Oki
2024-06-25Fixed uptime calculation overflowing hoursv1.4.4-beta.12Anderson Shindy Oki
2024-06-24Fixed frontend sync and translate missing hi and forced informationv1.4.4-beta.11Anderson Shindy Oki
2024-06-14Reverted normal only (non-hi) option to languages profile. Will be properly ↵v1.4.4-beta.6morpheus65535
reintroduced later.
2024-06-10Added normal only (non-hi) option to languages profilemorpheus65535
2024-06-07no log: Apply style linter (#2516)Anderson Shindy Oki
2024-05-08Removed dependency over moment libraryAnderson Shindy Oki
* feat: remove moment dependency * refactor * add tests * small format * rename argument
2024-03-03Updated multiple Python modules (now in libs and custom_libs directories) ↵morpheus65535
and React libraries
2024-01-10Improved subtitles synchronisation settings and added a manual sync modalv1.4.1-beta.14morpheus65535
2023-06-04Update all UI dependencies and update React version to 18 (#2127)Liang Yi
2023-05-27Added feature to treat couples of languages as equal when searching for ↵v1.2.2-beta.9Vitiko
subtitles * Add 'Language-equals' support This feature will treat couples of languages as equal for list-subtitles operations. It's optional; its methods won't do anything if an empy list is set. See more info at docstrings from 'subliminal_patch.core'. For example, let's say I only want to have "Spanish (es.srt)" subtitles and I don't care about the differences between Spain and LATAM spanish. This feature will allow me to always get European Spanish even from LATAM Spanish providers like Argenteam and Subdivx. Example for config.ini: language_equals = ['spa-MX:spa'] (Which means all Latam Spanish subtitles from every provider will be converted to European Spanish) * Add PT and ZH language tests * Add HI and Forced parsing for language pairs Format example: ["en@HI:en", "es-MX@forced:es-MX"] * Update languages.py * Update API definition to reflect the previous change * Add language equals table to the UI (test only) * Add global language selector and get language from code3 utilities * Add unit tests for language equal feature * Add encode function to language equal feature * Add CRUD methods to the language equals panel * Add equals description * Add parsing support for alpha3 custom languages * no log: add more tests * Add forced and hi support to the language equal target --------- Co-authored-by: morpheus65535 <[email protected]> Co-authored-by: LASER-Yi <[email protected]>
2023-02-28no log: Fix all non-camelCase variablesLASER-Yi
2022-11-21Move pageSize in UI settings to backendv1.1.3-beta.22LASER-Yi
2022-11-20Fix #1987LASER-Yi
2022-09-27Refactor form validation and fix issuesLASER-Yi
2022-08-23Improve authentication and fix #1901LASER-Yi
2022-08-23Add support of showing confirmation when leaving settings page with unsaved ↵v1.1.1-beta.18LASER-Yi
changes
2022-08-21no log: Restore socket.io dev command for better developmentLASER-Yi
2022-06-27Add chips input for the provider builderv1.0.5-beta.36LASER-Yi
2022-06-14no log: Fix uptime in the system status view (with the approach that doesn't ↵LASER-Yi
hurt performance)
2022-05-31Replace Bootstrap with Mantine (#1795)Liang Yi
2022-03-29no log: Fix test environmentv1.0.4-beta.18LASER-Yi
2022-03-19Fix issue when using base URL #1767LASER-Yi
2022-03-16Frontend improvement and cleanup (#1690)Liang Yi
* Replace Create-React-App with Vite.js * Update React-Router to v6 * Cleanup unused codes
2022-02-24Fix a issue that seleection of the languages profiles could be Unknown on ↵LASER-Yi
settings page
2022-01-22Add React-Query to improve network and cache performancev1.0.3-beta.15Liang Yi
2021-08-30no log: Support overriding backend server when developing UILASER-Yi
2021-08-24no log: Fix typosLASER-Yi