ameer2468
b113b6503e
[ENG-1694] Dialogs visual improvements ( #2684 )
...
Improve how dialogs look + add location modal improvements
2024-08-20 17:20:30 +00:00
Vítor Vasconcellos
f2f39a2a46
Format files due to update to prettier and eslint ( #2667 )
2024-08-17 02:50:56 +00:00
Vítor Vasconcellos
8a9d690aab
Fix autoformat CI & format codebase ( #2581 )
...
* Update pnpm version
* Fix autoformat
* Improve autoformat msg
* Attempt to fix autoformat 2
* Fix autoformat
* Ignore deleted files in auto-format
* Fix diff filter
* Autoformat whole codebase
* Improve error message for autoformat CI
* Test autoformat CI
* Revert "Test autoformat CI"
This reverts commit 0bf2f46d1a .
2024-07-04 08:57:43 +00:00
Matthew Yung
c1f53577cf
Add devices modal ( #2540 )
...
* add device modal changes
* cleanup
* tailwind typescript error fixes
* enabled modal only for dev mode
* no need for "any"
* i18n title
---------
Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com >
2024-06-06 10:17:08 +00:00
Oscar Beaumont
0ea1333c83
More P2P docs ( #2492 )
...
* Remove relay
* restructure p2p
* wip
* cleanup webrtc
* split up P2P docs
* wip
* more wip
* the fork has moved
* finish local network discovery
* Document the relay system
* be less stupid
* a
* remote ip from deploy script
* remove debug from deploy script
* Explain relay setup and usage
* Physical pain
* fix
* error handling for relay setup
* Listeners Relay state + merge it into NLM state
* `node_remote_identity`
* redo libraries hook
* toggle relay active in settings
* Dedicated network settings page
* Stablise P2P debug page
* warning for rspc remote
* Linear links in docs
* fix p2p settings switches
* fix typescript errors on general page
* fix ipv6 listener status
* discovery method in UI
* Remove p2p debug menu on the sidebar
* wip
* lol
* wat
* fix
* another attempt at fixing library hook
* fix
* Remove sync from sidebar
* fix load library code
* I hate this
* Detect connections over the relay
* fix
* fixes
* a
* fix mDNS
* a bunch o fixes
* a bunch of state management fixes
* Metadata sync on connection
* skill issue
* fix markdown
* Clippy cleanup
* Backport #2380
* Update interface/locales/en/common.json
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/local-network-discovery.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/local-network-discovery.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/overview.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/overview.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/transport-layer.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/local-network-discovery.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* a
* Cleaning binario section
* cleanup Docker message
* idk
* Idempotent listeners
* Manual peers working????
* minor fixes
* crazy idea - don't panic in the event loop
* fixes
* debug
* debug
* LAN badge in network settings
* Use `dns_lookup` instead of `tokio::net::lookup_host`
* fix
* bruh sandwich
* proper dialing
* a
* remove logs
* fix
* Small cleanup
* manual peers state on connected device
* a
* Fix manual discovery state + give it a badge
* Clippy improvements
* flip discovery priority
* Add `addrs` to debug query
* connection candidates in debug
* Fix state
* Clippppppppppppy
* Manual discovery badge
* Flesh out ping example
* Usage guide
* `sd_p2p_proto` examples
* More discovery docs
* More docs work
* docs docs docs and more docs
* PONG
* rename
---------
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
2024-05-30 21:48:12 +08:00
Matthew Yung
e39cb12682
added feedback for delete ( #2507 )
...
* added feedback for delete
* fixed requested common.json issues
2024-05-27 17:28:49 +00:00
Jamie Pine
a1a5fb1659
Added Peer screen ( #2484 )
...
better peers
2024-05-15 00:48:06 +00:00
Jamie Pine
fb1d4d37d7
More important docs! ( #2317 )
...
* docs
* docs
* doc
* revert
* revert
* move actions to arch
* docs
* docssss
* typo
* duplicate
* fix date
* x
* jobs
* jobs
* Update jobs.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update jobs.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update libraries.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update spaces.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update spaces.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update spaces.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update introduction.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update clouds.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update clouds.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update clouds.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update importing-photos.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update interface.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update jobs.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update library-setup.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update locations.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update quick-preview.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* Update quick-preview.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* changes
* stuff
* fix
* rag stuff wip
* Update docs/product/guides/importing-photos.mdx
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
* del
* fixed typos/changed wording for some docs
---------
Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com >
Co-authored-by: 0xBA5E64 <26796481+0xBA5E64@users.noreply.github.com >
Co-authored-by: myung03 <matthewyungisworking@gmail.com >
2024-05-15 00:47:00 +00:00
Jamie Pine
d99a092468
[ENG-1778] Total library size statistic ( #2477 )
...
* it
* migration
* fix error msg
* fix error msg actually tho
* fix
* ts errors
2024-05-13 22:02:49 +00:00
Brendan Allan
63522fc456
Sync settings page ( #2460 )
...
sync settings page
2024-05-07 07:39:22 +00:00
Artsiom Voitas
3f91973586
Added even more i18n translation keys ( #2453 )
...
* more translation keys
* added i18n keys for future ObjectKindEnum translation
* more keys
* added more keys
* synced all new translation keys with all languages, translated keys on Belarusian and Russian
* added translation for objectkinds in overview
* added translation function for objectkinds
* added more keys to german locale
* renamed 'asc' and 'desc' keys
* rolled back changes
* added missed key
* there are much more keys, than you can imagine
* fixed misspelling
* removed console.log
* removed function "pluralize", added required plural words keys for each language
* fixed condition, which could've lead to undefined value
* hide filter description for boolean filters
2024-05-04 16:16:49 +00:00
nikec
ad89adeed1
[ENG-1772] Fix sidebar issues ( #2452 )
...
fix sidebar issues
2024-05-03 12:18:56 +00:00
Oscar Beaumont
bd166915ad
Remove normalised cache ( #2390 )
...
* yeetus
* fix
* a
* fix
* todo
* fix library stuff
---------
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com >
2024-04-30 00:36:39 +00:00
Vítor Vasconcellos
a6abb4062a
Revert OpenDAL for ephemeral location ( #2399 )
...
* Revert "OpenDAL - Ephemeral Locations (#2283 )"
This reverts commit f982d65417 .
* Format
* Fix some diff problems
2024-04-26 00:29:55 +00:00
Arnab Chakraborty
fc91a10c07
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
Arnab Chakraborty
4eea236845
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
Utku
b46a5fc086
Minor changes ( #2308 )
...
* move things around
* enable sort by/direction for list view
* more machine generated translations yey + minor stuff
2024-04-11 01:44:04 +00:00
Arnab Chakraborty
d6fb1b4929
Disable Labeler ( #2288 )
...
* Disable Labeler
* Auto format and lint
* Comment out regen labels context menu entry
* Comment out some more labels references
---------
Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com >
2024-04-05 19:41:11 +00:00
Oscar Beaumont
4db59b41ad
P2P Metadata Cache + Sidebar ( #2208 )
...
* wip
* wip
* Render peers in sidebar
* clippy
* stringify on server
* don't stringify
---------
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2024-03-14 09:12:29 +00:00
ameer2468
34baa7dea7
[ENG-1683] Prevent mouse-side buttons from drag selection ( #2203 )
...
* Update index.tsx
* Add coming soon toast for add device button
2024-03-13 16:15:39 +00:00
Utku
7e5f7c0539
Make eslint happy ( #2198 )
...
* eslint maxing
* @sd/ui too
2024-03-12 20:41:41 +00:00
Oscar Beaumont
6d5bf4a013
P2P holepunching + relay ( #2147 )
...
* Basic AF server
* wip
* Add autonat to relay server
* Add autonat client + fixes
* Deploy script
* wip
* Debug view
* wip
* wip
* relay all events
* wip
* fix
* wip
* libp2p man spoke
* dctur
* Relay config file
* Advertise relay server
* Dynamic relay configuration
* wip
* p2p relay config
* cleanup
* push instances into p2p state
* fix
* Fix up TS
2024-03-12 06:18:58 +00:00
Arnab Chakraborty
ca8049eeed
[MOB-23] Mobile Hardware Information for Overview Page ( #2106 )
...
* wip for iDevices
* Working HardwareModel Info for iOS
* wip
* Merge 'main' into 'mob-hw-info-overview'
* Half-Working `get_volume()`
* Objective c bridge to talk to FS
* Working objc bridge
The bridge works now, and we can now access the iOS file system using the native objective-c APIs instead for proper values, including on the simulator.
* Isolate `icrate` for `ios` deployments only
* Working Stats for Android
* Clean Up + `pnpm format`
* Fix to FSInfoResult Type
Due to the RNFS fork change, I had to change the types to make it so it doesn't fail building and CI.
* iOS Device Name Fix
2024-03-06 06:46:22 +00:00
Oscar Beaumont
4ef515d974
rspc over P2P ( #2112 )
...
* wip: rspc over p2p
* wip
* rspc over P2P
* Cleanup + error handling
* slight cleanup
* Using Hyper for HTTP streaming + websockets
2024-02-26 07:23:48 +00:00
Utku
a409cc9f23
[ENG-1578] Missing localization & language detect and settings ( #2037 )
...
* i18n privacy screen
* more missing translations
* language detector
* Language Settings
* sort german
* bump version to 0.2.3
2024-02-02 22:16:01 +00:00
Oscar Beaumont
fdd1c5e1e4
Cloud + P2P ( #1970 )
...
* P2P Debug route
* Remove legacy peer to peer pairing process
* Fix error typo
* Sync instances with cloud
* Upgrade deps + extended instance data
* Create instance with extended metadata
* Auto sync instances
* Actually `.await`
* bruh
* sync library info
* this isn't gonna work
* only sleep cloud receiver when no more messages (#1985 )
* [ENG-1567] Fix renaming (#1986 )
fix rename
* only sleep cloud receiver when no more messages
* use in memory instances during cloud receive (#1995 )
* use in memory instances during cloud receive
* is_empty
---------
Co-authored-by: nikec <43032218+niikeec@users.noreply.github.com >
* fix type error
* wip
* make mdns mdns better
* response
* remove renames
---------
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
Co-authored-by: nikec <43032218+niikeec@users.noreply.github.com >
2024-02-02 09:31:11 +00:00
Jamie Pine
3f3815e33c
[ENG-1511] Library Screens ( #1903 )
...
* init
* changes
* Now updating statistics once a minute
* More robust statistics updater
* Concurrency is hard
* improvements to stats
* refactor
* adjust setting back/forward padding so it matches top bar
* refactor sidebar
* rename
* setting up screens
* some changes
* Co-authored-by: Brendan Allan <Brendonovich@users.noreply.github.com >
* yes
* yes2
* refactored explorerItem.ts
* important explorer code shouldn't be thrown away in a util moment
* support for multiple thumbnails in ExplorerItem
* clippy
* move debug
* yes
* label filters
* ts
* comment out unconnected stuff
* added .mid for midi files
---------
Co-authored-by: Ericson Fogo Soares <ericson.ds999@gmail.com >
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2024-01-16 12:15:03 +00:00