Commit graph

1074 commits

Author SHA1 Message Date
Ericson Fogo Soares ee3528a8c5 Merging latest main branch commits and some small fixes 2022-07-18 12:39:58 -03:00
maxichrome bc90610d1a refactor careers for when no positions open 2022-07-18 06:46:32 -05:00
Jamie Pine 9961c49759
Bunch 'O Features (#336)
* CRUD for tags.

* Implement tags query in open.rs and make some changes to CRUD.

* Tag update.

* Hopefully working get tags.

* added node config + spaces schema

* add missing routes

* begin tag ui

* renaming query names to better fit convention

* tags progress

* tag edit

* fix delete tag description

Co-authored-by: xPolar <polar@polar.blue>
2022-07-17 20:45:04 -07:00
Ericson Fogo Soares ec955e1d82 Merge branch 'main' of github.com:spacedriveapp/spacedrive 2022-07-17 17:28:05 -03:00
Oscar Beaumont d56aa62027 fix incorrect import in Typescript 2022-07-17 19:58:21 +08:00
Utku 77bf17e2be
Use quadratic counter instead of react-countup (#333)
* Fix import

* Use quadratic counter instead of react-countup

* Fix counter not working on launch

Co-authored-by: Utku <utku.bakir@postdio.com>
2022-07-16 01:42:59 -07:00
RockBacon9922 9ed01a0e73 modified the key combos and the prompt. 2022-07-15 00:11:20 +01:00
Jamie Pine 7839fe43e1
Explorer Grid View (#334)
added grid view, as well as:
- moved location context to client lib
- merged library settings with main settings
- added some missing settings
- removed demo locations due to FileItem props syntax change, they are currently being replaced anyway by Oscar in another PR
- added functioning favorite button to the inspector, that works now
2022-07-14 13:50:48 -07:00
Ericson Fogo Soares 471babf4c0 Merge branch 'main' of github.com:spacedriveapp/spacedrive 2022-07-12 09:12:43 -03:00
Oscar Beaumont fa1c39657d
Merge pull request #328 from spacedriveapp/eng-195-make-events-work-over-websocket
[ENG-195] allow events to work from web
2022-07-12 19:34:21 +08:00
Oscar Beaumont d7794bad4e make the Socket have named fields for clarity 2022-07-12 19:33:04 +08:00
Alex fadd165247
SearchBar Logo fix (#310)
* SearchBar Component

* showing cmd+k for macOS&web

Co-authored-by: Ahriox <28069568+Ahriox@users.noreply.github.com>
2022-07-12 04:33:00 -07:00
Ericson Fogo Soares 75a8b49661 Merging with main 2022-07-11 18:21:50 -03:00
RockBacon9922 61885dc2e9 Fixed type error 2022-07-11 12:40:32 +01:00
Oscar Beaumont 7e9d036aee allow events to work from web 2022-07-11 16:38:02 +08:00
Oscar Beaumont 982bc40b66
Merge pull request #323 from he1d1/main
Client tries to reconnect when sockets close
2022-07-11 13:03:55 +08:00
Oscar Beaumont bcdcacf0e5
Merge pull request #321 from voletro/main
Rewrite of setup-system.ps1 for Windows development setup
2022-07-11 11:41:28 +08:00
Oscar Beaumont c685ce5fe9
Library manager (#258) 2022-07-10 19:05:24 -07:00
Oscar Beaumont 2e0767bcf2 reconnect websocket on web - with jitter & exponential backoff 2022-07-09 16:12:51 +08:00
RockBacon9922 31547db0ac Changed conditional render to tailwind peer class 2022-07-08 14:00:59 +01:00
RockBacon9922 84c32a4e40 added cleanup function 2022-07-08 09:38:44 +01:00
RockBacon9922 13584d74dd RevertChanges2 2022-07-07 21:50:14 +01:00
RockBacon9922 3ee1e704e1 revert changes 2022-07-07 21:48:56 +01:00
RockBacon9922 63d75af610 Implemented super+k focus. hint hides onFocus 2022-07-07 21:45:05 +01:00
RockBacon9922 f518e1017f removed shell scripts as they are specific for me. 2022-07-07 21:07:08 +01:00
RockBacon9922 f933c3497f update to osx setup 2022-07-07 20:57:21 +01:00
RockBacon9922 a5e4578437 updated shell and added build-mac 2022-07-07 17:53:50 +00:00
William Stoneham a93cba1073
Merge branch 'spacedriveapp:main' into main 2022-07-07 18:43:23 +01:00
Oscar Beaumont 70ea568530
fix Linux setup script for PopOS 2022-07-07 12:53:41 +08:00
Oscar Beaumont d1068f4f0f
fix Tauri Appimage icon 2022-07-07 12:50:43 +08:00
voletro 989cd58ac5 Add a close bracket (i'm dumb) 2022-07-06 12:33:23 +10:00
voletro c635077c3c Remove Action for LLVM, use action that is already built in. Set GH env variables. 2022-07-06 12:28:28 +10:00
Oscar Beaumont 2c73ca18a0
remove Cargo frozen flag 2022-07-05 23:55:44 +08:00
voletro fa8555b936 Merge branch 'main' of https://github.com/voletro/spacedrive 2022-07-05 11:23:15 +10:00
voletro b56fc5cd86 Added headless mode, added LLVM installer to ci. 2022-07-05 11:21:42 +10:00
voletro c5121818c1
Merge branch 'spacedriveapp:main' into main 2022-07-05 10:58:56 +10:00
he1d1 f238d130d9
Client tries to reconnect when sockets close 2022-07-03 13:52:29 +01:00
Brendan Allan 8e5c71dea4
Switch license to AGPL (#307)
* switch license to AGPL

* re-add copyright header
2022-07-02 14:26:00 -07:00
William Stoneham 3c5d92fd0d
Merge branch 'spacedriveapp:main' into main 2022-07-01 15:42:30 +01:00
voletro 76d21b7847
Remove user input so it works with ci. 2022-07-01 10:38:41 +10:00
Ericson Fogo Soares 149a2e8d2c Removing tokio::spawn_blocking from identifier job
* Some small optimizations to await many queries concurrently
2022-06-30 00:04:37 -03:00
voletro 591a6c16cf Rewrite of setup-system.ps1
This is a full rewrite of setup-system.ps1 that sets up a users machine for Spacedrive development. The CONTRIBUTING.md also includes info on this file.
2022-06-30 11:44:14 +10:00
Ericson Fogo Soares db1cbf0ffe Removing tokio::spawn_blocking from thumbnail generation 2022-06-29 14:46:47 -03:00
Ericson Fogo Soares ef2f60ff33 Fixing Clippy warnings
* Using tokio on all filesystem operations
* Some minor tweaks to be more consistent on paths between &str, AsRef<Path> and PathBuf
* Using logging instead of println
2022-06-28 22:56:49 -03:00
maxichrome 51cf523013
boilerplate for settings menu item 2022-06-27 12:02:23 -05:00
berbaroovez fb9c0802e0 added missing tooltips 2022-06-26 12:42:48 -05:00
berbaroovez 90b18e1c42 1st design completed 2022-06-26 12:25:23 -05:00
Andre 89004f94a5
Merge branch 'spacedriveapp:main' into desktop-issues 2022-06-25 16:50:08 +02:00
Jamie Pine 2cc3f3d95d
Location Settings (#302)
* Delete locations

+ Show online status

* style tweaks

* tweaks

* location rescan button

* fix location delete db locking bug

* opting to remove self referencial relation on file_path

* correct query

* consolodate migration

* consolodate migrations
2022-06-24 06:26:45 -07:00
matt 7cb6e4f574
feat: Allow Dropdown component to have alignment (#303)
* feat: Allow Dropdown component to have alignment

* fix: Align quick actions dropdown

* fix: content width of dropdown items

Co-authored-by: kaj <40004347+KAJdev@users.noreply.github.com>
Co-authored-by: kajdev <zekewotring@gmail.com>
2022-06-24 06:01:25 -07:00