Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial

Latest Updates (LU) Page Update

I clicked somewhere at the search menu, cause I tried to filter by games+ (couldn't find it btw.) and now the search side bar is missing and cannot reactivate it.
You must be registered to see attachments

Edit found it.
You must be registered to see attachments
you mean this?
 

Attachments

You must be registered for see attachments list
Last edited:
i come to you with the same complaint i have almost all the time. it doesnt fit my browser window, and this is on my normal monitor not my ultrawide.
You must be registered to see attachments


And i second this, version number is hard to read.


4k 16:9? i think

Its full screen here


Look around for some zoom button a forum member pointed that out to me in the past
 

Attachments

You must be registered for see attachments list
The one bit of UI I find mildly confusing is the sorting vs. other filters. Most filters require hitting "Apply" before they take effect, but the sorting applies immediately. I understand having the sort select in the "subbar" apply immediately, but maybe have the button in Filters > General > Sorting only apply once "Apply" is hit?
 
we need an option to adjust the background on the filter tab separately.
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
Is there a "Latest Updates +" versus just a "Latest Updates" ??

I think I can get there with the "Games" versus "Games+" , but then I loose the tile view.
 
Thread owner
i come to you with the same complaint i have almost all the time. it doesnt fit my browser window, and this is on my normal monitor not my ultrawide.
You must be registered to see attachments


And i second this, version number is hard to read.
I will make a responsive version lol I basically code for my monitor
Post automatically merged:


✅ 1) Filter Panel Background Adjustment​

  • Fixed: saveOptions() now correctly saves the Filter Panel Background (panelBg) to local storage.
  • Fixed: syncControlsFromState() now correctly syncs the Options UI so the panel background dropdown shows the currently saved value when you open Options.
  • Verified: setRootVars() applies the --panel-bg CSS variable dynamically, so the change actually takes effect live.

✅ 2) F95-Style Tag Selector + UI Improvements​

  • Implemented: “Selected Tags” now render as removable chips in:
    • lcSelectedTagsInclude
    • lcSelectedTagsExclude
  • Implemented: AND/OR toggle buttons now correctly update:
    • search state
    • button visual styling
  • Implemented: “Ignore Tags” is fully working using the same chip system (separate container).
  • Behavior change: Tag selector now defaults to AND mode.

✅ 3) Game Display + Search Fixes​

  • Fixed (broken game display / grid crashes):
    • Increased platform slice limit to resolve the missing Windows badge issue (this was likely breaking render if JS hit unexpected data).
    • Added try/catch error boundaries in renderItems() so one bad card won’t break the whole page—errors log instead of killing the grid.
  • Developer search:
    • Verified search includes Developer, Dev, Creator, and variants.
    • Confirmed API response includes the developer field used for card display.
  • Mac naming:
    • Confirmed “Apple” is consistently renamed to Mac in both dropdown UI and internal search logic.

Technical Notes (for dev reference)​

  • saveOptions() → added panelBg: state.panelBg
  • syncControlsFromState() → added sync logic for lcPanelBg
  • renderSelectedTags() → new tag chip rendering logic
  • renderItem() / renderItems() → error handling + badge rendering fixes

Result: LU should now be fully responsive, filter panel background setting saves correctly, the tag selector UI works like F95 (chips + AND/OR + ignore tags), and the game grid won’t break if a single item errors.
 
Last edited:
- Sort the tags alphabetically (the tags under the games is just all over the place)
- The X in the tags hover-box does nothing?
- It would be nice to hover over the date (ex: "26 days ago") and display the full date (like a tooltip) not just the shortened version.
- Version is a bit weird to read, idk if it's due to the size or the font used.
- Have arrows on each side of the preview images so you can manually go back or forward viewing them instead of waiting X amount of minutes waiting to loop through them all

- On the "List" view:
- When hovering over the game it cuts off the preview images/version/prefixes (so people in that view can't really see the other preview images)

Other than those the new page looks and responds pretty good.
 
Is the graphics flipping sloooow compared to the other one, or i it just me???
 
Thread owner
- Sort the tags alphabetically (the tags under the games is just all over the place)
- The X in the tags hover-box does nothing?
- It would be nice to hover over the date (ex: "26 days ago") and display the full date (like a tooltip) not just the shortened version.
- Version is a bit weird to read, idk if it's due to the size or the font used.
- Have arrows on each side of the preview images so you can manually go back or forward viewing them instead of waiting X amount of minutes waiting to loop through them all

- On the "List" view:
- When hovering over the game it cuts off the preview images/version/prefixes (so people in that view can't really see the other preview images)

Other than those the new page looks and responds pretty good.
thanks will add in some fixes.
Post automatically merged:

Is the graphics flipping sloooow compared to the other one, or i it just me???
intentional but also not, i need to adjust it in milliseconds.
Post automatically merged:

users can now ignore/hide games they do not want to see period.
You must be registered to see attachments
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
Last edited:
- so slight issue, when you open the full tags you can't close/minimize it again. (you're forced to reload the page)

- Perhaps a neat feature for the page:
Currently there is a button to redirect you to the notifications tab on the main site but what if that was changed to show notifications about new updates from games you have bookmarked..? (if you want an example, see "gamestorylog.com" and how they do it)
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
Thread owner
- so slight issue, when you open the full tags you can't close/minimize it again. (you're forced to reload the page)

- Perhaps a neat feature for the page:
Currently there is a button to redirect you to the notifications tab on the main site but what if that was changed to show notifications about new updates from games you have bookmarked..? (if you want an example, see "gamestorylog.com" and how they do it)
You must be registered to see attachments
possible but currently working on it showing actually updated games/new-games, i almost have it tho, as for the issue ill get to it.
Post automatically merged:

i think i got it to show actually updated games by time and stuff
Post automatically merged:

- so slight issue, when you open the full tags you can't close/minimize it again. (you're forced to reload the page)

- Perhaps a neat feature for the page:
Currently there is a button to redirect you to the notifications tab on the main site but what if that was changed to show notifications about new updates from games you have bookmarked..? (if you want an example, see "gamestorylog.com" and how they do it)
You must be registered to see attachments
fixed tag close issue
Post automatically merged:

✅ Latest Updates Patch Notes​

### 1) Filter Panel & Accordions (Fixed + Modernized)

  • Replaced legacy JS: Removed the incomplete initAccordion() logic and replaced it with a solid delegated event listener, so accordions keep working even if the DOM updates (ex: AJAX reloads).
  • Accessibility improvements: Added proper aria-controls + aria-expanded on accordion buttons for better screen reader support.
  • Lazy-loading preserved: Kept the existing lazy-load behavior for the Tags accordion.
### 2) CSS Design System Refresh

  • Typography: Added Inter (Google Font) for a cleaner, more modern UI. Updated body + headers to use it.
  • CSS variables: Refined :root variables for consistent colors, spacing, shadows, and overall theme cohesion.
  • Card styling upgrades:
    • Added subtle border (var(--stroke)), softer shadows, and a cleaner hover “lift” effect
    • Standardized glassmorphism variables for future UI consistency
    • Increased padding + spacing in .lc-cardBody for readability
### 3) Technical / Maintenance Cleanup

  • Timezone logic verified: Confirmed updateTimeAgo uses UTC epoch timestamps, preventing server/client timezone mismatch issues.
  • Code cleanup: Removed unused legacy event listeners and other dead code.

used chatgpt to format for better readability.
 
Last edited:
You should advise your Uploader/mods to use the "edit silently" function when just replacing dead mirror or change minor things at a game thread.
too many not updated games appear on the (new) LU Page, cause the OP was edited without an update.
 
You should advise your Uploader/mods to use the "edit silently" function when just replacing dead mirror or change minor things at a game thread.
too many not updated games appear on the (new) LU Page, cause the OP was edited without an update.
very good suggestion
 
You should advise your Uploader/mods to use the "edit silently" function when just replacing dead mirror or change minor things at a game thread.
too many not updated games appear on the (new) LU Page, cause the OP was edited without an update.
Yes we know... It has been mentioned to them. Will mention it again That is a known issue... :(
 
I don't have access to the talked about updated feature page, but one suggestion, if it's not already the case:

I tend to put games I have completed or not interested in an "ignored" state, and on F95 this was helpful as I don't get to see them on the latest games page anymore, when the setting is set accordingly:
You must be registered to see attachments


Here, at least the last publicy available latest update pages always showed ignored games. I would really appreciate, if you could add the possibility to filter ignored games in some form or manor. Thanks!
 

Attachments

You must be registered for see attachments list
Thread owner
I don't have access to the talked about updated feature page, but one suggestion, if it's not already the case:

I tend to put games I have completed or not interested in an "ignored" state, and on Fuck95 this was helpful as I don't get to see them on the latest games page anymore, when the setting is set accordingly:
You must be registered to see attachments


Here, at least the last publicy available latest update pages always showed ignored games. I would really appreciate, if you could add the possibility to filter ignored games in some form or manor. Thanks!
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
I don't have access to the talked about updated feature page, but one suggestion, if it's not already the case:

I tend to put games I have completed or not interested in an "ignored" state, and on Fuck95 this was helpful as I don't get to see them on the latest games page anymore, when the setting is set accordingly:
You must be registered to see attachments


Here, at least the last publicy available latest update pages always showed ignored games. I would really appreciate, if you could add the possibility to filter ignored games in some form or manor. Thanks!
I think that function is there and working
 
Back
Top Bottom