Commit Graph

2774 Commits

Author SHA1 Message Date
Utku
64bbce32e9 Fix title (#2398)
* fix task manager title

* 2 more config item
2024-04-25 20:06:35 +00:00
Vítor Vasconcellos
310eb28e63 Fix cargo test & improve pnpm prep native deps download (#2393)
Couple of fixes
 - Increase `pnpm prep` connection timeout to 5min, to better handle downloading native deps under flaky network conditions
 - Fix `cargo test` and cache-factory CI
 - Clippy and fmt
2024-04-25 17:58:50 +00:00
ameer2468
b86d3d27cb [ENG-1762] Reverse mouse resize direction (#2395)
Update useMouseItemResize.ts
2024-04-25 17:29:46 +00:00
Artsiom Voitas
449337285d Improved translation into Belarusian and Russian (#2391)
* feat: improved translation on belarusian and russian

* updated keys related to vacuum

* updated keys related to vacuum
2024-04-25 16:26:36 +00:00
Jamie Pine
b1ffbee9b1 Fix thumbnail generation reactivity (#2392)
fix
2024-04-25 16:14:43 +00:00
Ericson "Fogo" Soares
73f521a3b8 [ENG-1629] Write new file identifier with the task system (#2334)
* Introduce deep vs shallow for indexer tasks with different priorities

* Make job wait to dispatch if it's paused

* Extract file metadata task on file identifier job

* Some initial drafts on object processor task

* Object processor task for file identifier

* File Identifier job and shallow
2024-04-25 04:06:11 +00:00
Heavysnowjakarta
463babe1d4 I18n polish (zh-cn) (#2337)
* i18n some polishes

* reviewed 1st-100th strings of zh-cn i18n

* change the indent to 2 space characters
0.2.12
2024-04-24 23:38:34 +00:00
Vítor Vasconcellos
2c777e53f1 Fix core test (#2386)
* Fix core test

* Import CompressedCRDTOperations

---------

Co-authored-by: Ericson "Fogo" Soares <ericson.ds999@gmail.com>
2024-04-24 23:37:38 +00:00
ameer2468
57b0139240 [MOB-90] Visual adjustments (#2383)
* Visual adjustments

* Update Tags.tsx

* cleanup

* remove prop

* remove hitslop

* sectionlist
2024-04-24 23:34:24 +00:00
Arnab Chakraborty
e0f540a1be Small Trash UI fixes (#2385)
* Update index.tsx

* More ui fixes + toast

* Update index.tsx

* Add Translations
2024-04-24 18:20:51 +00:00
Utku
279aaf2c50 hide placeholders (#2384) 2024-04-24 16:48:14 +00:00
Utku
3bed56d4d9 Alpha 0.2.12 (#2382)
* pnpm

* alpha 0.2.12

* make pnpm version non strict
2024-04-24 14:25:22 +00:00
Oscar Beaumont
0b6bd050a0 Fix main (#2381)
* fix

* fix
2024-04-24 10:09:18 +00:00
Oscar Beaumont
ae6c49b0ba Improved p2p settings (#2379)
improved p2p settings
2024-04-24 08:43:30 +00:00
Brendan Allan
918c2a987d Batch ingest sync operations (#2378)
batch ingest sync operations
2024-04-24 08:26:50 +00:00
Oscar Beaumont
643bd3a142 Block size (#2377)
Block size + some Clippy
2024-04-24 08:27:31 +00:00
Utku
e009a0478c Revert "[MOB-85] Better headers" (#2376)
Revert "[MOB-85] Better headers (#2375)"

This reverts commit 6a556a457d.
2024-04-23 23:20:59 +00:00
ameer2468
6a556a457d [MOB-85] Better headers (#2375)
* wip

* improve headers

* cleanup
2024-04-23 22:21:31 +00:00
Arnab Chakraborty
b4037d6537 Open Trash from the application (#2338)
* Open Trash from the application

* Working Trash Sidebar Button

* Small UI fixes

* Update common.json

* Move openTrash to Tauri Command instead of RSPC

* format and remove type assertion

---------

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2024-04-22 19:46:10 +00:00
nikec
745399ecab [ENG-1751] Improve active item handling (#2367)
base
2024-04-22 18:54:42 +00:00
Oscar Beaumont
959ccdfd98 Reintroduce P2P Settings (#2365)
* redo backend to be less cringe

* fixed up
2024-04-22 12:43:44 +00:00
Oscar Beaumont
ef969f1ada Remove indexer rules from ephemeral indexer (#2319)
remove indexer rules from ephemeral indexer
2024-04-22 11:47:47 +00:00
Brendan Allan
548fff1e96 Ignore empty object/filepath search filters (#2371) 2024-04-22 10:29:54 +00:00
Oscar Beaumont
52c5c2bfe7 Show errors creating P2P listeners on startup (#2372)
* do it

* fix accuracy

* `useRef` as god intended
2024-04-22 10:28:35 +00:00
nikec
20e5430eaf [ENG-1753] Only open quick preview when items are selected (#2374)
only toggle when items are selected
2024-04-22 10:27:30 +00:00
nikec
13e4ff6107 [ENG-1752] Fix explorer selection reset when closing quick preview via keybind (#2373)
prevent selection reset
2024-04-22 10:25:53 +00:00
Oscar Beaumont
51c94c88e3 Fix Docker start command (#2370) 2024-04-22 10:12:06 +00:00
ameer2468
d689e7e58a [ENG-1750] Update context menu colors (#2369)
update context menu colors
2024-04-21 14:28:27 +00:00
Oscar Beaumont
947354f6c0 Remove files over p2p feature (#2364)
* goodbye

* types

* a
2024-04-20 03:21:20 +00:00
ameer2468
f97a761346 [ENG-1745] Mouse wheel resize (#2366)
* Resize layout items with mouse wheel

icon/item size using mouse wheel

Update useMouseItemResize.ts

Update useMouseItemResize.ts

* improve comment

* fb

* Update useMouseItemResize.ts

* Update IconSize.tsx
2024-04-19 23:18:54 +00:00
Utku
5624054f1e Mobile cleanup & improvements (#2362)
clean up & improvements
2024-04-19 07:55:50 +00:00
Brendan Allan
1a438c630e Memoise useExplorerPreference props (#2363)
* memoise useExplorerPreference props

* this is even faster

---------

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2024-04-19 03:30:39 +00:00
Brendan Allan
e4dd2b73ec [ENG-1709] Smarter params merging in search api (#2346)
do smarter params merging in search api
2024-04-18 14:16:18 +00:00
Brendan Allan
029250e1b2 Move preference handling into useExplorerPreferences (#2343)
* move preference handling into useExplorerPreferences

* oops
2024-04-18 14:16:11 +00:00
Brendan Allan
663d1e9f1e Group create and initial update operations into Create (#2329)
* ignore update after delete in sync

* Group create and initial update operations into Create

* fix ts

* fix sync generator

* fix sync debug route

* oops
2024-04-18 03:53:16 +00:00
Utku
6c5e80fffb Replace Appimage with deb (#2345)
* replace appimage with deb

* Update pnpm to 9.0.2 and lock CI version

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
2024-04-17 21:09:12 +00:00
Vítor Vasconcellos
d639ed49ac Fix server release CI (#2342)
* Fix server release CI

* Forgot sudo

* Fix netavark download

* Fix netavark installation path

* Install passt

* Fix install passt

* Forgot sudo

* Install python in as build deps while building server docker container
2024-04-17 15:16:51 +00:00
Oscar Beaumont
533d91a215 Normalised Caching Docs (#1895)
* wip

* more docs

* docs

* more docs
2024-04-17 09:20:46 +00:00
Vítor Vasconcellos
4fc7ba6275 Update pnpm to version 9 (#2341)
* Update pnpm to version 9

* Don't force python v3.11 in CI

* Ensure Cypress is installed

* ¯\_(ツ)_/¯
2024-04-17 06:16:18 +00:00
Brendan Allan
a315dd632d ignore update after delete in sync (#2327) 2024-04-17 04:57:45 +00:00
Utku
3505f33448 Hide networking button (#2340)
hide networking button
2024-04-17 03:06:55 +00:00
Utku
544f275e49 [ENG-1695] Global setting for explorer views (#2333)
* why do i translate everytime i open the app

* default explorer settings
2024-04-17 02:02:06 +00:00
wany-oh
212b6852e7 Improved Japanese translation (#2336) 2024-04-16 14:54:08 +00:00
Brendan Allan
b99a1adfca [ENG-1740] Add sempahore for generating sync operation timestamps (#2335)
add sempahore for generating sync operation timestamps
2024-04-16 08:14:08 +00:00
Arnab Chakraborty
20b8a2b93b Disable trash crate on mobile (#2332) 2024-04-15 15:30:33 +00:00
Oscar Beaumont
e77a475e61 Date header is not working (#2321)
* wip

* more

* bindings

* show date taken

* improve date lookup and include placeholder

* date taken

---------

Co-authored-by: nikec <nikec.job@gmail.com>
2024-04-15 12:53:11 +00:00
Oscar Beaumont
d9b31a90b3 Fix sd-server auth (#2331)
fix
2024-04-15 12:52:59 +00:00
jake
10df655fba Remove soon-to-be deprecated clippy.toml in the crypto crate (#2322)
fix(crypto): remove soon-to-be deprecated `clippy.toml` in favour of clippy key in `Cargo.toml`
2024-04-15 12:35:07 +00:00
nikec
a59c496ae0 [ENG-1741] Improve date header (#2330)
improve date lookup and include placeholder
2024-04-15 12:26:17 +00:00
nikec
73cb692218 [ENG-1737] Fix updateFirstActiveItem options type (#2328)
update type
2024-04-15 10:01:29 +00:00