zurdi
|
cf575cc92d
|
fix: ensure logger propagation is disabled for the main logger
|
2025-05-29 15:53:58 +00:00 |
|
zurdi
|
cc98d914d2
|
docs: update tag support link in README for consistency
|
2025-05-29 15:32:21 +00:00 |
|
zurdi
|
def668b70d
|
docs: remove outdated sections and update links in README
|
2025-05-29 15:22:33 +00:00 |
|
zurdi
|
9f559454f2
|
docs: update troubleshooting link to direct to Scanning Issues section
3.10.0-beta.1
|
2025-05-29 10:04:53 +00:00 |
|
zurdi
|
8da43c7103
|
docs: update links in README to point to the new docs structure
|
2025-05-29 10:03:47 +00:00 |
|
zurdi
|
ebb5368cfe
|
misc: Updated README previews
|
2025-05-28 12:22:27 +00:00 |
|
zurdi
|
488747e27a
|
refactor: remove unused showPlatformIcon prop from GameCard component
|
2025-05-28 11:57:24 +00:00 |
|
zurdi
|
0e04dfad51
|
Revert "feat: add About button component and integrate into MainAppBar and SettingsDrawer"
This reverts commit 415f8d53d4.
|
2025-05-28 09:22:15 +00:00 |
|
zurdi
|
951677ca64
|
feat: enable glare effect for 3D tilt cards in Collection, Game, and Platform components
|
2025-05-28 08:32:19 +00:00 |
|
zurdi
|
415f8d53d4
|
feat: add About button component and integrate into MainAppBar and SettingsDrawer
|
2025-05-27 21:11:01 +00:00 |
|
Zurdi
|
38fa122122
|
Merge pull request #1917 from rommapp/feature/3d-cards
feat: Added optional 3D tilt effect to cards
|
2025-05-27 22:52:29 +02:00 |
|
Zurdi
|
2ee9906890
|
Merge pull request #1916 from rommapp/feature/unify-uvicorn-logs
feat: Unify uvicorn logs
|
2025-05-27 13:13:26 +02:00 |
|
zurdi
|
173586793d
|
feat: add 3D effect enablement options to localization files
|
2025-05-27 10:52:00 +00:00 |
|
zurdi
|
1de6e7afb2
|
refactor: move LOGGING_CONFIG to log_middleware.py for better organization
|
2025-05-27 10:38:15 +00:00 |
|
zurdi
|
af98f81c60
|
feat: add 3D effect toggle functionality across multiple components
|
2025-05-26 21:03:49 +00:00 |
|
zurdi
|
4ae9c10d76
|
feat: add 3D tilt effect and hover functionality to collection cards
|
2025-05-26 12:29:53 +00:00 |
|
zurdi
|
7424f4ec6d
|
feat: enhance platform card with 3D tilt effect and hover functionality
|
2025-05-24 19:51:55 +00:00 |
|
zurdi
|
ba9cbd568f
|
Merge branch 'master' into feature/3d-cards
|
2025-05-24 19:40:21 +00:00 |
|
zurdi
|
60bece51af
|
Merge branch 'master' into feature/unify-uvicorn-logs
|
2025-05-24 14:08:15 +00:00 |
|
Georges-Antoine Assi
|
c9909aaba5
|
Merge pull request #1910 from rommapp/dependabot/pip/tornado-6.5.1
build(deps): bump tornado from 6.4.2 to 6.5.1
|
2025-05-23 19:56:55 -04:00 |
|
Zurdi
|
96be72df1d
|
Merge pull request #1907 from rommapp/feature/filter-by-ra
feat: add Retroachievements filter to show only RA compatible games
|
2025-05-24 00:25:28 +02:00 |
|
zurdi
|
439a2da465
|
refactor: convert achievement logic functions to computed properties for better reactivity
|
2025-05-23 21:52:38 +00:00 |
|
Georges-Antoine Assi
|
867add034c
|
Merge branch 'master' into dependabot/pip/tornado-6.5.1
|
2025-05-23 16:35:26 -04:00 |
|
dependabot[bot]
|
7545706a33
|
build(deps): bump tornado from 6.4.2 to 6.5.1
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.1)
---
updated-dependencies:
- dependency-name: tornado
dependency-version: 6.5.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-23 19:37:08 +00:00 |
|
zurdi
|
6fd16892f8
|
refactor: simplify achievement logic by extracting utility functions
|
2025-05-23 16:36:48 +00:00 |
|
zurdi
|
f3ce8262aa
|
feat: implement 3D tilt effect and hover menu interactions across gallery components
|
2025-05-23 16:32:07 +00:00 |
|
zurdi
|
0d401280b4
|
fix: adjust platform icon positioning and ensure platform display name is shown correctly
|
2025-05-23 11:10:53 +00:00 |
|
zurdi
|
a15d4c3a83
|
fix: improve display logic for achievements and release date in details view
|
2025-05-23 11:06:35 +00:00 |
|
zurdi
|
1603e61245
|
feat: add Retroachievements filter and related UI components
|
2025-05-23 01:11:00 +00:00 |
|
zurdi
|
de6fe3043d
|
feat: add vanilla-tilt for enhanced card interaction and update dependencies
|
2025-05-23 00:16:11 +00:00 |
|
zurdi
|
491d351eb1
|
feat: implement custom logging middleware and configure logging settings
|
2025-05-23 00:15:33 +00:00 |
|
zurdi
|
2aa6f1251b
|
fix: set default ROMM_BASE_URL in nginx startup log message
3.10.0-alpha.2
|
2025-05-23 00:11:12 +00:00 |
|
Zurdi
|
fb75715f06
|
Merge pull request #1886 from rommapp/feature/more-frontend-accessibility-info
misc: Improve accessibility
3.10.0-alpha.1
|
2025-05-23 00:30:28 +02:00 |
|
zurdi
|
1d861a1b97
|
feat: add setup wizard and register options to login translations for multiple languages
|
2025-05-22 22:27:16 +00:00 |
|
zurdi
|
39f836a57c
|
feat: add dynamic document titles for ROM and user profile views
|
2025-05-22 22:25:21 +00:00 |
|
Zurdi
|
b7831c5c03
|
Update frontend/src/components/common/Game/Card/ActionBar.vue
Co-authored-by: Georges-Antoine Assi <3247106+gantoine@users.noreply.github.com>
|
2025-05-22 21:27:06 +02:00 |
|
zurdi
|
b26dbc5d00
|
fix: remove console log for currentRom in GameDetails component to clean up code
|
2025-05-22 16:06:18 +00:00 |
|
zurdi
|
625217d678
|
feat: enhance item template binding in EditUser and ActionBar components for improved prop handling
|
2025-05-22 15:31:50 +00:00 |
|
Georges-Antoine Assi
|
177c40891d
|
Merge pull request #1905 from mjmjelde/fix-oidc-user
fix: correct user creation logic in OpenIDHandler
|
2025-05-22 11:31:37 -04:00 |
|
zurdi
|
49afed025c
|
fix: remove max height class from CollectionsDrawer and PlatformsDrawer for improved layout
|
2025-05-22 14:32:52 +00:00 |
|
zurdi
|
e87519eec0
|
feat: use display utility for responsive action bar visibility in GameCard component
|
2025-05-22 14:05:06 +00:00 |
|
zurdi
|
34dca84fb1
|
feat: add sizeActionBar prop to GameCard components for responsive action bar sizing
|
2025-05-22 12:16:01 +00:00 |
|
zurdi
|
3d428468b7
|
feat: enhance accessibility in FirmwareDrawer and PlatformInfoDrawer by adding tabindex attributes
|
2025-05-22 11:49:16 +00:00 |
|
zurdi
|
46efb7e767
|
feat: enhance accessibility in FirmwareDrawer and PlatformsDrawer by adding tabindex attributes
|
2025-05-22 11:22:04 +00:00 |
|
zurdi
|
96cdf4ee5f
|
fix: hidden games on PR #1899
|
2025-05-22 10:48:09 +00:00 |
|
mjmfighter
|
c709b8ae2e
|
fix: correct user creation logic in OpenIDHandler
|
2025-05-21 23:07:53 -05:00 |
|
zurdi
|
e49cc48f9e
|
feat: enhance accessibility in SettingsDrawer by adding tabindex and ARIA attributes
|
2025-05-21 22:07:30 +00:00 |
|
zurdi
|
3bee96d490
|
fix: correct syntax and logic in Base.vue component
|
2025-05-21 22:07:21 +00:00 |
|
zurdi
|
5a9586a552
|
Merge remote-tracking branch 'origin/master' into feature/more-frontend-accessibility-info
|
2025-05-21 20:57:52 +00:00 |
|
Zurdi
|
fa833c3f41
|
Merge pull request #1903 from rommapp/feature/server-stats
feat: Server stats
|
2025-05-21 21:54:43 +02:00 |
|