-
Notifications
You must be signed in to change notification settings - Fork 573
Add Face Name, Date, and Event Search with Auto-Redirect #579
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
Open
DecodeX15
wants to merge
29
commits into
AOSSIE-Org:main
Choose a base branch
from
DecodeX15:feat/search_functionality
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1820f8f
added face search functionality
DecodeX15 e95793b
added month search
DecodeX15 86f084e
everything done
DecodeX15 2a5260d
fix lint error
DecodeX15 74ea16f
fixed erorr
DecodeX15 7c7cbfd
lint error
DecodeX15 7833dd0
fixed linting error
DecodeX15 29f5489
adding
DecodeX15 f49e63e
update branch
DecodeX15 324fff5
adding
DecodeX15 421fa2a
conflixts resolved
DecodeX15 9a2ecd1
lint
DecodeX15 079b034
branch update
DecodeX15 34c3cba
update fork
DecodeX15 0aa0c31
update
DecodeX15 4698587
conflists
DecodeX15 b05919e
update
DecodeX15 03ea5c4
update branch
DecodeX15 95ba8e7
resolved issue sof chronological scrool bar
DecodeX15 7dfaa3a
update branch
DecodeX15 ea5ae3b
add
DecodeX15 c1cb57c
update main branch
DecodeX15 52655f3
aadd
DecodeX15 c712193
Merge branch 'main' of https://github.com/AOSSIE-Org/PictoPy
DecodeX15 cef2b69
Merge branch 'main' of https://github.com/Vaibhaviitian/PictoPy-os in…
DecodeX15 ca27769
update main branch
DecodeX15 9d39bc5
update branch
DecodeX15 3b00ea2
update main
DecodeX15 e919447
update branch
DecodeX15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| repos: | ||
| - repo: https://github.com/charliermarsh/ruff-pre-commit | ||
| rev: "v0.0.241" | ||
| - repo: https://github.com/astral-sh/ruff-pre-commit | ||
| rev: v0.4.10 | ||
| hooks: | ||
| - id: ruff | ||
| args: [--fix] | ||
|
|
||
| - repo: https://github.com/psf/black | ||
| rev: "22.3.0" | ||
| rev: 24.4.2 | ||
| hooks: | ||
| - id: black | ||
| language_version: python3 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Copyright © 2025 AOSSIE <br /> | ||
| All rights reserved. | ||
|
|
||
| All works in this repository may be used according to the conditions | ||
| stated in the LICENSE.md file available in this repository. | ||
|
|
||
| These works are WITHOUT ANY WARRANTY, without even the implied warranty of | ||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
latest release astral-sh ruff-pre-commit 2025 2026💡 Result:
As of January 25, 2026, the latest
astral-sh/ruff-pre-commitrelease is v0.14.14, released January 22, 2026. [1]If you specifically mean the latest release that happened in 2025, it was v0.14.10, released December 18, 2025. [1]
🌐 Web query:
latest stable release Black formatter Python 2025 2026💡 Result:
26.1.0, released Jan 18, 2026. (pypi.org)25.1.0(introduces the “2025 stable style”). (pypi.org)Citations:
Update pre-commit hook versions to current releases.
The pinned versions are significantly outdated:
These gaps likely include critical fixes, performance improvements, and behavior changes. Update to the latest versions.
Also applies to: 9-9
🤖 Prompt for AI Agents