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

End of year updates #100

Merged
merged 31 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e0f96ce
fix: thershold option and fix hide person
sai80082 Dec 1, 2024
759d772
feat: base setup
varun-raj Dec 1, 2024
383b714
fix: convert to vertical resolution
sai80082 Dec 2, 2024
7f359c1
feat: add logo screen at start
sai80082 Dec 2, 2024
8312fc1
fix: adapt to vertical resolution and fix flickering
sai80082 Dec 2, 2024
00f68bc
Merge pull request #78 from sai80082/rewind
varun-raj Dec 3, 2024
37da0ed
feat: updated UI for rewind.
sai80082 Dec 3, 2024
db31200
removed videos filter
Dec 15, 2024
5c9434c
Add 'Select All' button to Merge People page.
jackbrown1993 Dec 15, 2024
4dc8242
Refresh similar people after merge
jackbrown1993 Dec 15, 2024
c86d644
Open person from thumbnail
jackbrown1993 Dec 16, 2024
859c451
Revert styling changes
jackbrown1993 Dec 16, 2024
99659f3
Added OpenStreetMap / Leaflet
knom Dec 18, 2024
417ed73
ci: updated release ga to run on release branch
varun-raj Dec 24, 2024
1394b21
Merge pull request #88 from jackbrown1993/select_all_similair_people
varun-raj Dec 24, 2024
1015967
Merge pull request #90 from jackbrown1993/show_original_image
varun-raj Dec 24, 2024
8369923
Merge pull request #89 from jackbrown1993/refresh_similar_after_close
varun-raj Dec 24, 2024
d937c4c
Merge pull request #76 from sai80082/threshold/fixes
varun-raj Dec 24, 2024
793992e
Merge pull request #87 from knom/bugfix-missing-locations
varun-raj Dec 24, 2024
c86c7c9
Merge pull request #91 from knom/feature-OSM-Map
varun-raj Dec 24, 2024
b365e7d
fix: minor design fix
varun-raj Dec 24, 2024
7266a2e
fix: conflicts resolved
varun-raj Dec 24, 2024
2b7dc94
feat: added rewind data
varun-raj Dec 24, 2024
43cfcdb
fix: design fixes
varun-raj Dec 24, 2024
e305e45
fix: design fixes
varun-raj Dec 24, 2024
c0fec68
feat: base setup for search photos
varun-raj Dec 24, 2024
9f2f0ef
fix: gemini key validation
varun-raj Dec 28, 2024
31e5879
feat: added preview in find
varun-raj Dec 30, 2024
842e323
feat: added google heatmap
varun-raj Dec 30, 2024
ddbee4a
fix: conflicts resolved
varun-raj Dec 30, 2024
a9038da
fix: conflicts resolved
varun-raj Dec 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"plugins": ["@remotion"],
"overrides": [
{
"files": ["remotion/*.{ts,tsx}"],
"extends": ["plugin:@remotion/recommended"]
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches:
- main
- release

jobs:
release:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading
Loading