Commit Graph
1559 Commits
Author SHA1 Message Date
Utku Bakir 8e8a57da2f Merge branch 'main' into mobile-library 2022-09-07 10:18:47 +03:00
Jamie Pine 6b5a6fd39c (fix) identifier job: better error handling 2022-09-06 23:21:58 -07:00
Brianna Alora 255ea74445 Only show a period at the end of a filename if it has an extension (#380)
* only show extension period if file has extension

* change from fragment to string interpolation
2022-09-06 21:06:50 -07:00
Oscar Beaumont 28318e5114 Merge pull request #378 from spacedriveapp/rspc-pcr-updates2
Use latest rspc + PCR
2022-09-07 11:49:42 +08:00
Brendan Allan 90afd62b73 cleanup identifier job 2022-09-07 10:15:55 +08:00
Jamie Pine a45735ad57 fix indexer lag (reimplement debounced progress event for jobs) 2022-09-06 17:44:48 -07:00
Brendan Allan e9336a1417 utilise include instead of with for type safety 2022-09-07 04:09:57 +08:00
Oscar Beaumont 878b6e97bb fix readme message 2022-09-07 00:30:01 +08:00
Brendan Allan d3665b8ccd rename getAll to list 2022-09-07 00:21:41 +08:00
Brendan Allan 1fd7f40ab0 fix everything after rebase 2022-09-06 22:34:39 +08:00
Oscar Beaumont 873dc7b89c Upgraded rspc with libraries + upgrade PCR 0.6.0 2022-09-06 22:08:19 +08:00
Utku Bakir 1a0d80645f Formatting rust? 2022-09-06 15:35:30 +03:00
Utku Bakir 76052995f9 Bindings 2022-09-06 15:33:35 +03:00
Utku Bakir fa7208a2ef Merge branch 'main' into mobile-library 2022-09-06 15:30:09 +03:00
Utku Bakir 00edc37633 Switch to Valtio 2022-09-06 15:26:08 +03:00
Brendan Allan a20d0da9ce Merge pull request #377 from marc2332/patch-1 2022-09-06 16:32:16 +08:00
Marc Espín 5d2bbec632 Disable the cmd window in Windows 2022-09-05 17:42:24 +02:00
Brendan Allan 20a820c58e new context menu 2022-09-05 10:54:54 +08:00
Jamie Pine f0b14a5a7a upgrade valtio back to latest 2022-09-04 18:22:56 -07:00
Jamie Pine f3b8e6b14a replaced interface store with Valtio 2022-09-04 18:20:22 -07:00
Jamie Pine b63c48ad47 fix window resize with virtualizer 2022-09-04 15:58:51 -07:00
Jamie Pine d16fdedd3d valtio 2022-09-04 15:58:16 -07:00
Utku Bakir f5eb24e411 Change relative path to ~ 2022-09-05 00:30:34 +03:00
Jamie Pine a24dfb4270 replace ListView with VirtualizedList 2022-09-04 14:13:35 -07:00
Jamie Pine 11dba3414d add tanstack virtual 2022-09-04 14:13:02 -07:00
Jamie Pineandmaxichrome d621145f49 Assignable Tags (#370)
* Tag queries + Identifier bug fix

- added empty pages for docs
- added non-functional "New Library" button to sidebar
- to accomplish above, moved dialog logic to component folder
- fixed Identifier bug where location id was not considered in the orphan files query, meaning it would attempt to identify many non-existent paths and fail to create the legitimate ones

* (fix) maintain file item aspect ratio in grid view
(fix) get tag query + get all tags

* codegen

* resurrected context menu

* fix window flash

* remove location based thumb sorting + update react on landing

* add is_archived to location

* improved context menu

* assign tag + refactor explorer store

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>

* assign/unassign tags from context menu

* fix lint

* keep context menu open on tag change

* fix brendan feedback + merge main

* fix type

* codegen

* style changes

* revert windows size and xcode proj

* remove outdated doc

* coming sooooooon

* updated release notes

* release notes

* dashes > dots

* clean up docs

* more docs!

* restore entitlements

* remove unused util

* regenerated migrations post merge
- some additional error handling added to migration runner, needs more work!

* refactor explorer to support tags

* fix error and revert explorer bg color

* put it in a box they said

* revert location id store removal

* upgrade hero icons + style tweaks

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-09-04 13:00:24 -07:00
Utku Bakir 6fb6fdb904 Fix Reanimated bug & Finalize Create Lib 2022-09-04 16:26:20 +03:00
Utku Bakir 28a0e1fdc9 Update bindings =_= 2022-09-04 15:28:20 +03:00
Utku Bakir e185ea0b8f Merge branch 'main' into mobile-library 2022-09-04 15:26:17 +03:00
Utku Bakir 0bfdd85cde Library menu & create library modal 2022-09-04 15:14:28 +03:00
Ericson "Fogo" SoaresandOscar Beaumont ddd638723a Introducing Indexer rules (#363)
* Introducing indexer rules for the indexer job
* Solving a minor race condition at `Worker::spawn`
* Many refactors at database accesses with prisma
* Documenting some features of indexer rules

* Updating to new prisma rev

* Updating photo

* Some documentation tweaks

* fix note editing

* Implementing some requested changes
* Fixing unit tests on walk function
* Using rsps::Error::with_cause instead of new

* Introducing a compoung unique key between `node_id` and `local_path` at `locations` table

Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
2022-09-01 16:38:26 -07:00
Utku Bakir 43d53bae53 Align color with desktop & start library selector 2022-09-01 16:21:12 +03:00
Utku Bakir 17f6b4bf93 Init libraries with rspc + fix feedback stuff 2022-09-01 13:45:25 +03:00
Oscar Beaumont b37fc039c8 new invalidate_query + add IOS sim to setup script 2022-09-01 13:43:14 +03:00
Oscar Beaumont 1bcbf782c5 new invalidate_query + add IOS sim to setup script 2022-08-31 18:42:06 +08:00
Utku Bakir be295276d7 Merge branch 'main' into mobile-library 2022-08-30 18:35:17 +03:00
Utku Bakir 4fccd27d56 Fix package.json for interface 2022-08-30 18:30:49 +03:00
Utku Bakir c30c10deb4 Dialog & fixed relative imports 2022-08-30 18:21:32 +03:00
Oscar Beaumont 8d0f6b88b7 Merge pull request #314 from berbaroovez/feature/Tooltip
Tool Tips added
2022-08-30 21:37:50 +08:00
Oscar Beaumont 3ff5bf54d9 add more tooltips 2022-08-30 15:01:24 +08:00
Oscar Beaumont 2bed7c243a Merge pull request #318 from spacedriveapp/eng-193-add-menu-item-for-opening-settings
Add menu item for Settings
2022-08-30 14:58:32 +08:00
Oscar Beaumont c207642429 make typecheck pass 2022-08-30 14:38:45 +08:00
Oscar Beaumont 05d08705bf Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into feature/Tooltip 2022-08-30 14:32:00 +08:00
Oscar Beaumont 07ee268f22 Merge pull request #308 from CreatingBytes/desktop-issues
Top right menu overflow ENG-111
2022-08-30 14:18:26 +08:00
Oscar Beaumont eeca3d1eb8 change breakpoint + center button 2022-08-30 14:06:23 +08:00
Oscar Beaumont 3e1ff32bd8 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into desktop-issues 2022-08-30 13:55:25 +08:00
Oscar Beaumont 1a6d3d1d37 settings keyboard shortcut + fix Tauri menu items 2022-08-30 13:49:29 +08:00
Oscar Beaumont c936982d60 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into eng-193-add-menu-item-for-opening-settings 2022-08-30 13:13:56 +08:00
Oscar Beaumont a121aed659 Merge pull request #327 from RockBacon9922/SearchBarFeatureAdditions
Focus search bar on press Super+K
2022-08-30 13:12:25 +08:00
Oscar Beaumont 70c95dda30 Merge pull request #349 from utkubakir/eng-89-new-counter
New counter implementation
2022-08-30 13:01:36 +08:00