Skip to content

Tags: brillcp/PokedexUI

Tags

0.5.2

Toggle 0.5.2's commit message
Updates .gitignore to exclude user data

Ensures that project-specific user data within the xcworkspace directory is excluded from version control, preventing potential conflicts and maintaining user-specific settings locally.

0.5.1

Toggle 0.5.1's commit message
Refactors card overlay into its own view

Moves the card overlay logic into a dedicated `CardOverlay` struct
for better organization and reusability. This change improves code
readability and maintainability by encapsulating the overlay's
implementation. Additionally, the color extension was modified to use UInt64 instead of CGFloat

0.5.0

Toggle 0.5.0's commit message
Removes trailing newlines

Removes unnecessary trailing newlines from the end of files.
This cleans up the codebase and avoids potential linting issues.

0.4.9

Toggle 0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

0.4.8

Toggle 0.4.8's commit message
Removes project-specific user data

Removes user-specific Xcode settings and breakpoints to ensure a clean and consistent project configuration across different development environments.
This prevents potential conflicts and ensures reproducibility.