Skip to content

Commit

Permalink
Merge pull request #21 from rigon/favorites
Browse files Browse the repository at this point in the history
Favorites
  • Loading branch information
rigon authored Jun 30, 2023
2 parents 85b6263 + 8c3c533 commit 5647fc6
Show file tree
Hide file tree
Showing 46 changed files with 7,276 additions and 5,736 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
parser: '@typescript-eslint/parser',
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': 'warn',
},
}
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,19 @@ Main features:
- [X] Save favorite photos
- [X] Show storage info
- [X] Metadata extraction from photos (EXIF)
- [X] Show locations in a map
- [ ] Organize photos:
- [ ] Upload
- [ ] Move photos between albums
- [ ] Delete
- [ ] Selection in bulk:
- [ ] Move
- [ ] Delete
- [ ] Save favorites
- [X] Show photo location in a map
- [ ] Organize photos in bulk:
- [ ] Upload new photos
- [ ] Move photos
- [ ] Delete photos
- [X] Save favorites
- [ ] Easy selection
- [ ] Authentication
- [ ] Photos timeline with virtual scroll
- [ ] View all places from photos in a map
- [ ] Search for duplicates
- [ ] Tool for renaming files
- [ ] Image resizing according with screen
- [ ] Photos timeline with virtual scroll


## Build and Run
Expand Down
Loading

0 comments on commit 5647fc6

Please sign in to comment.