Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/select images by multiple tags 197 #203

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Jibesh10101011
Copy link
Contributor

@Jibesh10101011 Jibesh10101011 commented Jan 3, 2025

PR for Issue #197 : Feat: Select images by Multiple Tags

fixes #197

Feature Added

  1. select images using as many tags as user wants
  2. "Number of images per Page" option also added in Home Page

Fixed a Bug

Screenshot (66)

Here simply updated "ImageData" type ( filepath)

from :

interface ImageData {
  original: string;
  url: string;
  thumbnailUrl: string;
  title: string;
  date: string;
  tags: string[];
}

to :

interface ImageData {
  original: string;
  url: string;
  thumbnailUrl: string;
  title: string;
  date: string;
  tags: string[];
  imagePath:string;
}

Final Solution

Video

Pictopy_Z08CUvPtpi.mp4

@Jibesh10101011
Copy link
Contributor Author

@Pranav0-0Aggarwal conflicts are now resolved.

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.

Feat: Select images by Multiple Tags
1 participant