Commit Graph

6708 Commits

Author SHA1 Message Date
zurdi
fb07df6576 Refactor task execution to use low priority queue and improve loading state in Home.vue 2025-07-31 09:58:12 +00:00
Zurdi
f36ebd73fa Merge pull request #2172 from rommapp/feat/missing-roms-admin-panel
feat: Missing roms admin panel
2025-07-31 08:19:34 +02:00
Georges-Antoine Assi
a1921307db add cd-i support for emujs 2025-07-30 23:43:09 -04:00
Georges-Antoine Assi
9eca54e3e0 Merge pull request #2173 from gutmanovaty/master
Frontend: Adding Polish translation files.
2025-07-30 18:52:41 -04:00
gutmanovaty
600bf01fad Update language.ts 2025-07-30 20:12:26 +02:00
gutmanovaty
044f463457 Create settings.json 2025-07-30 20:07:57 +02:00
gutmanovaty
d4326d9149 Create scan.json 2025-07-30 20:05:47 +02:00
gutmanovaty
2dce8d992d Create rom.json 2025-07-30 20:04:45 +02:00
gutmanovaty
c48efe47af Create play.json 2025-07-30 20:03:42 +02:00
gutmanovaty
af9c66305d Create platform.json 2025-07-30 20:03:08 +02:00
gutmanovaty
baf85e1106 Create login.json 2025-07-30 20:02:10 +02:00
gutmanovaty
c9538ec660 Create home.json 2025-07-30 20:01:29 +02:00
gutmanovaty
681c94d6b0 Create gallery.json 2025-07-30 20:00:52 +02:00
gutmanovaty
7d593d10ba Create emptyStates.json 2025-07-30 20:00:24 +02:00
gutmanovaty
885dc1d13a Create common.json 2025-07-30 19:59:34 +02:00
gutmanovaty
08b285409e Create collection.json
added pl_PL for polish translation
2025-07-30 19:55:59 +02:00
Zurdi
8fec050557 Update frontend/src/views/Settings/LibraryManagement.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-30 13:38:28 +02:00
Zurdi
cbbb980be8 Update frontend/src/stores/roms.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-30 13:38:10 +02:00
zurdi
b884a1d1ef Merge branch 'master' into feat/missing-roms-admin-panel 2025-07-30 11:37:44 +00:00
zurdi
60837b4580 feat: import MAX_FETCH_LIMIT in LibraryManagement and use it in cleanupAll function 2025-07-30 11:26:37 +00:00
zurdi
64a76b2f74 fix: initialize timeout variable with a default value in LibraryManagement 2025-07-29 16:12:02 +00:00
zurdi
6300b524db feat: add setLimit action to roms store and implement cleanupAll function in LibraryManagement 2025-07-29 16:08:37 +00:00
zurdi
b87f5fba79 feat: update logo assets and enhance Library Management features
- Updated logotipo images (PNG and SVG) for improved branding.
- Upgraded Vuetify version from 3.7.18 to 3.9.2 in package.json and package-lock.json.
- Removed MissingGames component and integrated game table for better display of missing ROMs.
- Enhanced LibraryManagement.vue to include platform filtering and improved loading states.
- Refactored fetchRoms function to handle pagination and loading states more effectively.
- Changed data table from v-data-table-server to v-data-table-virtual for performance optimization.
2025-07-29 13:19:27 +00:00
Georges-Antoine Assi
d0a6d8850e Merge pull request #2152 from rommapp/romm-2127
[ROMM-2127] Add missing ssfr platform and fix IDs
4.0.1
2025-07-25 10:20:03 -04:00
Georges-Antoine Assi
b693f056e4 [ROMM-2127] Add missing ssfr platform and fix IDs 2025-07-25 09:44:03 -04:00
Georges-Antoine Assi
e4d46f3e1a upgrade starlette to 0.47.2 2025-07-24 21:55:09 -04:00
zurdi
7a281cf882 Update assets: Replace isotipo and logotipo SVGs, remove old PNGs
- Updated isotipo.png with a new version.
- Updated isotipo.svg with a new design.
- Removed old logotipo.png and logotipo.svg files as they are no longer needed.
2025-07-23 23:31:36 +00:00
zurdi
7756f0de31 trim logotipo resources 2025-07-23 23:05:38 +00:00
zurdi
a03a542aa5 Merge remote-tracking branch 'origin/master' into feat/missing-roms-admin-panel 2025-07-23 22:49:54 +00:00
Georges-Antoine Assi
19dbfc420f Merge pull request #2138 from milktoastrat/logo-updates
Update logos
2025-07-23 11:05:55 -04:00
Georges-Antoine Assi
0dc61a2052 run trunk 2025-07-23 11:01:55 -04:00
Georges-Antoine Assi
ff8d5837d8 Merge pull request #2139 from rommapp/service-adapter-tests-2
More service adapter tests
2025-07-23 11:00:26 -04:00
Georges-Antoine Assi
98f4cd4a65 changes from core view 2025-07-23 10:35:14 -04:00
Georges-Antoine Assi
b92ecd8d13 Add tests for mobygames, sgdb and ssfr service adapter
add ssfr and sgdb service test
2025-07-23 10:15:03 -04:00
milktoastrat
69ebecfe6a Update logos 2025-07-23 09:41:11 -04:00
zurdi
2c0a57a162 feat: add missing games admin panel 2025-07-23 13:18:23 +00:00
milktoastrat
6227920354 Update logos 2025-07-22 23:56:15 -04:00
Georges-Antoine Assi
71fed65f84 Merge pull request #2058 from rommapp/service-adapter-tests
Service adapter tests
2025-07-22 22:36:24 -04:00
Georges-Antoine Assi
87df3e973e code review changes 2025-07-22 22:31:40 -04:00
Georges-Antoine Assi
79c1f8dae0 Merge branch 'master' into service-adapter-tests 2025-07-22 19:40:45 -04:00
Zurdi
c1565fc9dc Merge pull request #2135 from rommapp/feature/clean-resources-task
feat: Added clean resources task + revamped the whole task system
2025-07-22 23:15:40 +02:00
zurdi
b856fd1c62 fix: trunk check 2025-07-22 21:12:27 +00:00
Zurdi
8ffe3afbe6 Update backend/tasks/manual/cleanup_orphaned_resources.py
Co-authored-by: Georges-Antoine Assi <3247106+gantoine@users.noreply.github.com>
2025-07-22 21:43:18 +02:00
zurdi
b84f096a41 test: Update task endpoint tests for improved coverage 2025-07-22 17:26:22 +00:00
zurdi
7bc7b0341c test: Enhance heartbeat and task tests 2025-07-22 17:25:24 +00:00
zurdi
7aeccb5468 feat: Added clean resources task + revamped the whole task system 2025-07-22 16:31:36 +00:00
Georges-Antoine Assi
90fc654a75 Merge pull request #2133 from rommapp/dependabot/npm_and_yarn/frontend/form-data-4.0.4
build(deps): bump form-data from 4.0.1 to 4.0.4 in /frontend
2025-07-22 09:49:56 -04:00
dependabot[bot]
637ebf0678 build(deps): bump form-data from 4.0.1 to 4.0.4 in /frontend
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.1 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.1...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-22 11:09:04 +00:00
Georges-Antoine Assi
e42d435b74 Merge pull request #2129 from rommapp/romm-1230
[ROMM-1230] Add background color picker to ruffle
2025-07-21 23:41:11 -04:00
Georges-Antoine Assi
c937859b06 changes from code review 2025-07-21 23:34:03 -04:00