Skip to content

Conversation

@SaeedX302
Copy link

Summary by ༯𝙎ค૯𝙀𝘿✘🫀

Add a Changelog modal and a one-click Clear Filters action to items Filters. Also refreshes filter UI and modal visuals, and Make CONTRIBUTING Beautiful with clearer license terms and contribution steps.

- New Features added

  • Sidebar “Changelog” button with a scrollable release notes modal and close handlers.
  • “Clear Filters” button resets type, collection, and rarity and clears active states.
  • Sidebar footer credit; small sidebar layout tweaks.

- UI Improvements

  • Filter buttons redesigned (pill style, wrap layout, better hover/active states).
  • Modals use softer blur with a translucent background and subtle border.
  • New styles for changelog list, tags, and related buttons.

CHANGES Check ON THIS SITE

https://ff-items.tsunstudio.pw/

Caution

Review

The pull request.

Changes

Cohort / File(s) Summary
Documentation
CONTRIBUTING.md
Rewritten structure and tone;make Beautiful and redesign.
UI Markup
index.html
Adds Clear Filters button (#clearFiltersButton), Changelog button (#changelogButton), and a new changelog modal (#changelogModal with #changelogModalBg, close control).
JS Behavior
src/script.js
Adds functions: clearFilters(), openChangelogModal(), closeChangelogModal(). Add new buttons and modal background/close.
Styles
src/styles.css
Refix filter layout and button styles; adds styles for changelog UI, buttons, and tags; tweaks modal and content appearance; introduces .sidebar-footer; adds IDs/classes for new components.

Sequence Diagram(s)

sequenceDiagram
  autonumber
  actor U as User
  participant SB as Sidebar (Buttons)
  participant JS as script.js
  participant CM as Changelog Modal

  U->>SB: Click "Changelog"
  SB->>JS: click event (changelogButton)
  JS->>CM: add "show" class
  Note right of CM: Modal visible

  U-->>CM: Click backdrop or Close
  CM->>JS: click event (bg/close)
  JS->>CM: remove "show" class
  Note right of CM: Modal hidden
Loading

Poem

In the sidebar’s hush, I twitch my ear,
New notes unfurl—release tales appear.
A tap, a modal, stars alight,
Filters cleared, the list grows bright.
I thump with joy, changelog in view—
Hop, hop, ship; on to vNext, too! 🥕✨


📜 Recent review details

Configuration used: TSun UI

Review profile: Extreme

Plan: Pro+

📥 Commits

i Do My Best. Please Approve It.

📒 Files selected for processing (4)
  • CONTRIBUTING.md (1 change)
  • index.html (2 changes)
  • src/script.js (3 changes)
  • src/styles.css (4 changes)

Comment ༯𝙎ค૯𝙀𝘿✘🫀 help to get the help of me and usage tips.

@vercel
Copy link

vercel bot commented Sep 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
item-id Ready Ready Preview Comment Sep 8, 2025 9:22am

@SaeedX302
Copy link
Author

Contribute Krna hai kro nhi Krna hai mat kro, I don't care

#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant