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

ESLint Formatting, New EXIF Features, & Minor Test Coverage #182

Merged
merged 27 commits into from
Sep 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9d08ec1
feat: Implement ESLint and Prettier (#179)
amattu2 Jun 19, 2024
66776e1
feat: Show if image contains GPS EXIF data (#180)
amattu2 Jun 20, 2024
709b110
build(deps-dev): Bump @testing-library/jest-dom from 5.17.0 to 6.4.6 …
dependabot[bot] Jul 1, 2024
47536ef
build(deps): Bump @mui/icons-material from 5.15.20 to 5.15.21 (#184)
dependabot[bot] Jul 1, 2024
cc111f9
build(deps): Bump react-spreadsheet from 0.9.4 to 0.9.5 (#185)
dependabot[bot] Jul 1, 2024
a9e4635
build(deps-dev): Bump @types/lodash from 4.17.5 to 4.17.6 (#186)
dependabot[bot] Jul 1, 2024
fd92eec
build(deps-dev): Bump @testing-library/react from 15.0.7 to 16.0.0 (#…
dependabot[bot] Jul 1, 2024
abbd12a
build(deps-dev): Bump prettier from 3.3.2 to 3.3.3
dependabot[bot] Aug 1, 2024
0945bb6
build(deps): Bump react-router-dom from 6.23.1 to 6.25.1
dependabot[bot] Aug 1, 2024
c75711d
build(deps): Bump web-vitals from 3.5.2 to 4.2.2
dependabot[bot] Aug 1, 2024
0bbaa6e
Merge pull request #189 from amattu2/dependabot/npm_and_yarn/dev/pret…
amattu2 Aug 1, 2024
bf7614a
Merge pull request #190 from amattu2/dependabot/npm_and_yarn/dev/reac…
amattu2 Aug 1, 2024
ce38d1e
Merge branch 'dev' into dependabot/npm_and_yarn/dev/web-vitals-4.2.2
amattu2 Aug 4, 2024
c459ac2
fix: Breaking Web Vitals changes
amattu2 Aug 4, 2024
0c505bf
Linting fix
amattu2 Aug 4, 2024
c29c22e
Merge pull request #191 from amattu2/dependabot/npm_and_yarn/dev/web-…
amattu2 Aug 4, 2024
e207092
build(deps-dev): Bump @testing-library/jest-dom from 6.4.6 to 6.5.0
dependabot[bot] Sep 1, 2024
432f0fc
build(deps-dev): Bump @types/lodash from 4.17.6 to 4.17.7
dependabot[bot] Sep 1, 2024
2e62ff1
build(deps): Bump react-hook-form from 7.52.0 to 7.53.0
dependabot[bot] Sep 1, 2024
66cae74
Merge pull request #195 from amattu2/dependabot/npm_and_yarn/dev/test…
amattu2 Sep 14, 2024
7e3548c
Merge pull request #197 from amattu2/dependabot/npm_and_yarn/dev/type…
amattu2 Sep 14, 2024
908ada1
Merge pull request #198 from amattu2/dependabot/npm_and_yarn/dev/reac…
amattu2 Sep 14, 2024
60ee4ae
build(deps-dev): Bump @testing-library/react from 16.0.0 to 16.0.1
dependabot[bot] Sep 14, 2024
0129577
Merge pull request #196 from amattu2/dependabot/npm_and_yarn/dev/test…
amattu2 Sep 14, 2024
9f5a4ef
test: Add utils test coverage (#181)
amattu2 Sep 14, 2024
0b768f8
Merge branch 'master' into dev
amattu2 Sep 14, 2024
4b66f61
fix: Outdated placeholder image
amattu2 Sep 14, 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
Prev Previous commit
Next Next commit
Linting fix
  • Loading branch information
amattu2 authored Aug 4, 2024
commit 0c505bf24824546087657a4a47203dd0d4b9381d
1 change: 0 additions & 1 deletion src/reportWebVitals.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { MetricType } from "web-vitals";


const reportWebVitals = (onPerfEntry?: (metric: MetricType) => void) => {
if (onPerfEntry && onPerfEntry instanceof Function) {
import("web-vitals").then(({ onCLS, onINP, onFCP, onLCP, onTTFB }) => {