Commit Graph

917 Commits

Author SHA1 Message Date
maxichrome
bf50c61332 Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-14 15:59:59 -05:00
maxichrome
58f339304d update search shortcut to slash 2022-09-14 15:57:26 -05:00
maxichrome
43be1f2dd6 reposition top bar keybind check comment 2022-09-14 12:22:32 -05:00
maxichrome
1d8e858ad7 use clearer name for DOM keybind handler 2022-09-14 12:22:12 -05:00
Oscar Beaumont
3338506119 properly shutdown the core when using server 2022-09-14 19:02:11 +08:00
maxichrome
06175a6450 add silly react import to app layout bc it needs it 2022-09-13 22:41:20 -05:00
maxichrome
5671fc0e60 move to custom KeybindEvent subclass 2022-09-13 22:41:01 -05:00
maxichrome
40194bec47 reconfigure search bar keybind
- also prevents interference with other text boxes on Esc
2022-09-13 19:05:42 -05:00
maxichrome
0d55f3c9e2 add typings for keybind event 2022-09-13 19:05:12 -05:00
maxichrome
1210a0b786 update cargo crates 2022-09-13 19:04:58 -05:00
maxichrome
c5a0a2699c use native/Tauri keybind to open settings 2022-09-13 19:04:51 -05:00
maxichrome
43fb0b6636 add useAppProps brevity 2022-09-13 19:02:06 -05:00
maxichrome
9e090e437c ignore server library data 2022-09-13 18:49:45 -05:00
Oscar Beaumont
efb451ee36 Better db migrations (#381)
* use prisma migration engine for migrations

* squash migrations + remove excessive logging
2022-09-08 15:57:07 -07:00
Utku
50e8cabc44 Merge pull request #373 from spacedriveapp/mobile-library
Mobile library
2022-09-07 13:03:58 +03:00
Utku Bakir
3e741dfb78 Rust useless conversion 2022-09-07 11:56:51 +03:00
Utku Bakir
a21fb007f7 Update rspc to 0.0.6 2022-09-07 11:55:37 +03:00
Utku Bakir
fa44b40fca Fix everything after rspc update 2022-09-07 10:49:27 +03:00
Utku Bakir
8e8a57da2f Merge branch 'main' into mobile-library 2022-09-07 10:18:47 +03: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
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
Utku Bakir
f5eb24e411 Change relative path to ~ 2022-09-05 00:30:34 +03:00
Jamie Pine
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" Soares
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