Commit graph

552 commits

Author SHA1 Message Date
Jamie Pine 05bcb6e1b0
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
Ericson "Fogo" Soares 25c111a8bf
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
Oscar Beaumont c899ba7e00
Merge pull request #314 from berbaroovez/feature/Tooltip
Tool Tips added
2022-08-30 21:37:50 +08:00
Oscar Beaumont a8ecba472a add more tooltips 2022-08-30 15:01:24 +08:00
Oscar Beaumont c932b0078c
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 3e43f043b6 make typecheck pass 2022-08-30 14:38:45 +08:00
Oscar Beaumont a62191c589 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into feature/Tooltip 2022-08-30 14:32:00 +08:00
Oscar Beaumont 47565c8720 change breakpoint + center button 2022-08-30 14:06:23 +08:00
Oscar Beaumont ce59586da8 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into desktop-issues 2022-08-30 13:55:25 +08:00
Oscar Beaumont 1e1bd81c94 settings keyboard shortcut + fix Tauri menu items 2022-08-30 13:49:29 +08:00
Oscar Beaumont 54cbc1a5e9
Merge pull request #327 from RockBacon9922/SearchBarFeatureAdditions
Focus search bar on press Super+K
2022-08-30 13:12:25 +08:00
Oscar Beaumont 8fe1c569cb Merge remote-tracking branch 'upstream/main' into SearchBarFeatureAdditions 2022-08-30 12:56:32 +08:00
Oscar Beaumont ed452d1c5a Merge remote-tracking branch 'upstream/main' into eng-89-new-counter 2022-08-30 11:18:34 +08:00
Oscar Beaumont c7441d1d64
Rustify mobile (#361)
* Refactor navigation flow & types

* Remove drawer screen wrapper

* Remove DrawerItem + cleanup

* Switch to JS Stack Nav & header animations

* [WIP] Spacedrive core on Android & IOS

* Update Podfile and cleanup Contributing guide.

* Remove @sd/core from mobile

* File Modal

* Prettify File Modal & Add date-fns

* IOS subscriptions

* Update package versions

* Custom header for stack screens

* android subscriptions

* Animate Drawer button & template for Search screen

* Search header

* Fix Search icon being weird

* Merge branch 'main' into rustify-mobile

* fix rspc dep + setup script for mobile

* Less margin on header

* Move shared assets & drawer logo for mobile

* support for IOS simulator

* add type safe rspc hooks to mobile

* Cleanup PR & Update packages

* Updated bindings from main

* Update lefthook.yml

* Remove `tag` folder from core
The `tag` folder came back from the dead. Maybe it got confused in merge conflict?

* update pnpm lockfile + fix tsc errors

* fix asset import

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2022-08-29 04:59:09 -07:00
Jamie Pine b37aea37d0
hotfix: (macOS) app platform prop not being set correctly 2022-08-20 23:55:29 -07:00
Utku 35daec02ad
Merge branch 'main' into eng-89-new-counter 2022-08-20 13:28:29 +03:00
Utku b7af4c0acf
Merge branch 'main' into eslint-config 2022-08-12 10:39:21 +03:00
Oscar Beaumont 6e27530256 fix Windows support 2022-08-12 14:48:49 +08:00
Utku Bakir 3c963907a5 Fix types - Interface 2022-08-11 12:35:27 +03:00
Utku Bakir b33583fde3 Fix types - Mobile 2022-08-11 12:22:58 +03:00
Utku Bakir 6437f3747d Move eslint to config package 2022-08-10 18:43:04 +03:00
Oscar Beaumont 5c686617e8
fix invalid package.json 2022-08-09 15:22:54 +08:00
xPolar e48bc2cc98
Merge branch 'main' into eng-89-new-counter 2022-08-09 00:14:20 -07:00
Jamie Pine 8e96f640b1
Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 23:10:17 -07:00
Utku 3cdd0808a5
Mobile app (#352)
* Mobile app: Initial Commit!

* Fix monorepo issues and add tailwind.

Fix & Test tailwind.

working ball app

Fix workspace module import

* Mobile app cleanup and structure

* App Icons, Splash screen and eslint config

* More cleanup

* Use SVGs directly in React Native

* Add placeholder files for project structrate

* Cleanup all svg icons and modify metro config to use icons from interface package (temporary)

* Potentially fix types for react & update some packages.

* Onboarding screen + add reanimated & moti

* Finishing touches on Onboarding screen

* Persist onboarding, Button comp and Nav. flow.

* Add mobile info to Contributing.md

* Add .prettierignore for disabling auto import ordering for some files.

* Introducing the new navigation flow

* Change package name

* use the new @sd/assets package

* Add a temp. folder for @sd/assets organization

* Drawer nav bar looks good now.

* Hacky method to get the active route on drawer

* Fix react native types & update few packages.

* Drawer animation

* Add counter

* Collapsible Tags / Locations

* rename Counter and add saveState prop

* Sync counter with desktop version

* Move some screens to BottomTab Nav.

* Add Overview Stats

* [WIP] - Device component

* Upgrade to Expo 46 and fix types.

* Add @sd/core to mobile

* Fix eslint stuff

* placeholder and some notes

* Show folder icons on overview screen

* Fixed android build, style and some screen tweaks

* Add bottom sheet package

* Fix bundler issues and rename landing package.json

* Rename landing package.json

* update all packages to latest React

* Eject expo app

* fix pnpm & expo & monorepo

* monorepo debugging

* cleanup dependencies & static link to shared packages

* cleanup, switch to hermes, pollyfill intl for ios

* Cleanup monorepo

* Fix: Style for FileItem

* Above average app icons

* cleanup ios

* update msrv

* update codeowners for mobile

* fix typecheck

* update lockfile

* fix ffmpeg install

* rename UI to 'SpacedriveInterface' for clarity

* Update codeowners

* Fix eslint config mobile.

* Refactor navigation flow, move types to navigators

Co-authored-by: Utku <74243531+utkubkr@users.noreply.github.com>
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-08-08 20:29:14 -07:00
Jamie Pine 86863b6d73
Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 18:35:04 -07:00
Oscar Beaumont 90eba053f4 fix landing page 2022-08-08 12:22:05 +08:00
Jamie Pine 9583efb6d9
(fix) add new team members 2022-08-06 20:14:13 -07:00
Oscar Beaumont ea92af57f8
Move Rust backend to rspc (#345)
* move Rust backend to rspc

* move server to Axum + remove parts of old bridge

* move frontend over to @rspc/client

* move core to rspc + update deps

* fix Typescript errors + upgrade deps

* document invalidate_query! macro

* general cleanup + upgrade to PCR 0.6.0

* prisma error handling

* upgrade to rspc 0.0.4

* update vite-plugin-ssr

* fix typescript

* fix builds

* put landing page app name back

* hardcode ffmpeg version on Windows

* rename 'command' to 'mutation' to line up with react-query terminology

* upgrade rspc to v0.0.5 + fix types

* use shared ffmpeg binaries

* general Typescript cleanup

* fix clippy workflow failing due to tauri proc-macro

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-08-03 08:36:03 -07:00
Utku 9badfd3e7b
Add useEffect import 2022-08-01 16:58:34 +03:00
Utku 7b4c930a5c
Add "end" to useEffect 2022-08-01 16:46:57 +03:00
Utku 79941c654b
Fix React cannot update warning 2022-08-01 16:43:01 +03:00
Utku de16a11ea0 New counter implementation 2022-07-30 13:05:08 +03:00
Ericson "Fogo" Soares 85e5eec993
Resumable Jobs + Lefthook Integration (#344)
* Introducing Lefthook for git hooks automation
* TypeScript typechecking and linting
* Rust formatting and linting
* Spellchecking (also corrected spell errors in some files)
* Check links in md files

* Introducing resumable jobs
* Abstractions to pause and resume jobs automatically when application exits and is started
* Changing database to use Bytes for UUID fields
* Changing uuid fields on core to use uuid::Uuid instead of String
* Updating some dependencies and introducing msg_pack serialization to save job state on database

* Fixing some clippy warnings

* Fixing a regression introduced on identifier job, doing too much db accesses concurrently
2022-07-27 00:06:34 -07:00
Utku 5a7650c187
Introducing assets package (#347)
* Move file Icons & Spacedrive logo to assets folder

* Fix all imports

Co-authored-by: Utku <>
2022-07-25 20:08:44 -07:00
xPolar 02644ecb73
Don't show Tags on the sidebar if no tags exist. (#342) 2022-07-18 22:23:46 -07:00
Oscar Beaumont dcb0880e1c fix Typescript errors 2022-07-19 00:57:32 +08: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
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
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
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
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 c685ce5fe9
Library manager (#258) 2022-07-10 19:05:24 -07: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 63d75af610 Implemented super+k focus. hint hides onFocus 2022-07-07 21:45:05 +01: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
Andre Potthast 5f5285b03b Update Overview.tsx
- Fixed the overflow of the menu on location page.
2022-06-23 20:14:29 +02:00
Andre c9ee31c064
Fix LandingPage ENG-140, ENG-186 (#296)
Update Major Fixes

- Create a better mobile View for the
   Desktop App Image.
- Changed to Badge to be
   automatically refreshed when new
   Jobs added, or Jobs opportunities
   removed.
- Extend the Tailwind config.
- Fixing the Image bug on the
   LandingPage.
2022-06-23 00:46:27 -07:00
Andre a2cff340d1
Merge #297 Correction (#298)
* Update Input.tsx

- Fixing the Line Height Issue ENG-144

* Update Input.tsx

Correct the #297 Merge. This Error should fix the Line Height Error for the (TEXTAREA) not for the Input.
2022-06-23 00:45:49 -07:00
Andre 58afabf661
Fixing Input.tsx ENG-144 (#297)
Update Input.tsx

- Fixing the Line Height Issue ENG-144
2022-06-22 05:23:57 -07:00
Jamie Pine 1b1a8c4258 (fix) job queue
- adding a location performs all jobs
- better logging for thumbnailer
2022-06-22 04:40:45 -07:00
Jamie Pine ff9df3f8d1 (fix) notes: they work predictably
- added lodash for debounce outside react tree
- added command function to bridge
- updated FAQ
2022-06-22 04:13:11 -07:00
Bryan 281f6dda45
fix: track last file and force note saving on file change (#288) 2022-06-21 23:00:49 -07:00
Jamie Pine dd77aabc47 (fix) dropdown ui tweak + identifier code comments + add log 2022-06-21 21:31:39 -07:00
Jamie Pine 39bf6709ab
Better Inspector Scroll (#266)
(fix) inspector: better scroll
2022-06-21 01:23:14 -07:00
xPolar 77713bab7e
Notes on files. (#253)
* Temp fix for build.rs

* Note implementation

* Notes work now, need to iron out some things.

* Finish file notes.

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

* Remove lodash debounce

* Fix pnpm locl

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-06-20 21:14:05 -07:00
Oscar Beaumont f8de1a81bf
fix @rpath/libswiftCore.dylib error + etc (#255)
update Tauri + fix `@rpath/libswiftCore.dylib` error + make Typechecks pass
2022-06-18 17:00:57 -07:00
Jamie Pine 6978928db9
Eng 142 fix interface hot reload (#252)
* fix interface hot reloading

* AppPropsContext exsiting in App.tsx was the issue :D

* type export fix
2022-06-18 01:35:51 -07:00
Jamie Pine 4e76a94db5
Add Careers Page (#247)
* added and basically finished careers page

* fix blur animation + blog fade in

* bloom tweaks

* big boy landing style tweaks

* fix og description

* fix port & footer links

* bring back bubbles >:(

* slight adjustment to numbers

* fix image path resolution

* update pnpm-lock

* added id tag + sidebar tweak

* un-haden new banner

* fix padding on mobile landing index

* disable page bloom on firefox since it cant render blur

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-06-16 05:34:04 -07:00
Jamie Pine bdd87907b3 (fix) landing: style tweaks 2022-06-15 15:29:31 -07:00
maxichrome 498da6a73e
[macOS] native sidebar blur effect (#239)
* wip rust bindings

* wip rust bindings

* attempt raw objc for window blur -- still nothing

* some minor blurring success...

* Fix macOS sidebar blur

* darken sidebar

* lock to dark theme

* remove commented, unused window-blur lines

* remove xcode user state

* ADD SWIFT WINDOW CODE

* refactor: use swift window code

* remove stupid cas warning

* add webview swift util for reload

* remove objc and cocoa

* remove old unused swift build fix

* simplify swift package fn calls

* enumify app theme

* fix main content view not expanding

* fix sidebar folder item layout

* fix swift version requirement

* fix landing package json

* landing tweaks

* sidebar style tweaks for macOS

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-06-15 13:53:42 -07:00
Oscar Beaumont d7c070b7cb
Static Generate Landing (#245)
* Wrote blog

* feat: implement new team page

* refactor: reusable link comp

* chore: update images

* perf: compress images

* refactor: update link

* refactor: update icons, remove white border in favor or rounded corners, add investors

* changes to roles

* team changes

* refactor: add a few changes

* style: slightly better styling

* update team images paths

* use proper image element

* update haris to match team style + keep constant

* improve team member styling

* use vite import pattern

* team tweaks

* fix brendan crop

* fix text and gradient color to match brand colors

* engineer not developer!!!

* add annoucement banner since this can not be merged until post annoucement anyway

* fade in stuff

* better copy

* better haris.jpg

* style: slight update to styling

* Update apps/landing/src/pages/team.tsx

* update my image

* chore: remove unused log

* Update team.tsx

* use incorp'd name everywhere

* update team credits

* hoist headings in credits

* consistent marketing copy in cargo

* fix types

* style tweaks

* blog updates

* blog title tweaks

* fix demo

* jj said lets round it up

* vite-plugin-ssr & ssg

* delete old landing + prerender

* don't use vite-plugin-vercel

* make deploy.sh executable

* add ncc

* treat as static site

Co-authored-by: Lu Hill <email@lewie.me>
Co-authored-by: Benjamin Akar <benjaminakar2001@gmail.com>
Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: xPolar <50601857+xPolar@users.noreply.github.com>
2022-06-14 16:54:15 -07:00
Benjamin Akar 6a9f3f05d5
New team page (#229)
* Wrote blog

* feat: implement new team page

* refactor: reusable link comp

* chore: update images

* perf: compress images

* refactor: update link

* refactor: update icons, remove white border in favor or rounded corners, add investors

* changes to roles

* team changes

* refactor: add a few changes

* style: slightly better styling

* update team images paths

* use proper image element

* update haris to match team style + keep constant

* improve team member styling

* use vite import pattern

* team tweaks

* fix brendan crop

* fix text and gradient color to match brand colors

* engineer not developer!!!

* add annoucement banner since this can not be merged until post annoucement anyway

* fade in stuff

* better copy

* better haris.jpg

* style: slight update to styling

* Update apps/landing/src/pages/team.tsx

* update my image

* chore: remove unused log

* Update team.tsx

* use incorp'd name everywhere

* update team credits

* hoist headings in credits

* consistent marketing copy in cargo

* fix types

* style tweaks

* blog updates

* blog title tweaks

* fix demo

* jj said lets round it up

Co-authored-by: Lu Hill <email@lewie.me>
Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: xPolar <50601857+xPolar@users.noreply.github.com>
2022-06-14 13:13:09 -07:00
Jamie Pine ef639e79fb fix loading bug on overview stats 2022-06-08 18:09:54 -07:00
Jamie Pine 7ccf4ce87e (hotfix): StatItem breaking entire app
Co-authored-by: xPolar <xPolar@users.noreply.github.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-06-06 15:48:21 -07:00
maxichrome cc40d39d6f
StatItems count up when amount changes (#226)
* simple skeleton system

* fix overview counter!

* nitpick: call `appPropsContext` value `appProps`

* fix contextMenu render key warning

Co-authored-by: Polar <polar@polar.blue>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-06-06 07:37:18 -05:00
Benjamin Akar e25ed59b70
Revert "Revert "Eng 125 implement waitlist on landing page"" 2022-06-04 17:08:12 +02:00
maxichrome b4fe84bc24
Revert "Eng 125 implement waitlist on landing page" 2022-06-04 10:02:34 -05:00
Benjamin Akar a7acb93163 refactor: allow forwarading refs onto input so we can use react-hook-form 2022-06-04 16:42:11 +02:00
Benjamin Akar 53cba7a225 refactor: move alert and info to svgr 2022-06-04 15:54:38 +02:00
Benjamin Akar afbe8a60a8 refactor: moved svg to own file and import using svgr 2022-06-04 15:42:55 +02:00
Benjamin Akar c8af4f3f4e feat: implement waitlist 2022-06-04 10:58:11 +02:00
Benjamin Akar a937d1c463 chore: componentize folder img icons 2022-06-03 09:29:04 +02:00
Benjamin Akar b45b85da68 chore: remove unused import 2022-06-02 20:15:11 +02:00
Benjamin Akar ac7d747671 fix: disappearing icons 2022-06-02 18:45:00 +02:00
xPolar 1eee45b7d3
Fix debug mode on by default. (#215) 2022-06-01 23:42:45 -07:00
xPolar ab5378d03b
Fix missing file icons (#214) 2022-06-01 21:36:38 -07:00
xPolar 1df3984dc8
Merge pull request #206 from spacedriveapp/eng-93-contacts-setting-screen-non-existsent
Fix contacts tab in settings.
2022-05-30 23:13:28 -07:00
Polar 08412d2210 Fix contacts tab in settings. 2022-05-30 23:04:27 -07:00
Oscar Beaumont 562efe3c6b build(deps): update dependencies across workspace 2022-05-30 20:45:37 +08:00
xPolar 97b8558aa1
Store isExperimental in local storage. (#196)
* store isExperimental in local storage

* Repo visualizer: updated diagram

* Repo visualizer: updated diagram

* Repo visualizer: updated diagram

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
Co-authored-by: repo-visualizer <repo-visualizer@users.noreply.github.com>
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
2022-05-30 01:14:28 -07:00
maxichrome 31f1e49a5d
Remove joke items from context menu (#201)
remove meme items from context menu

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-29 18:42:06 -05:00
maxichrome 5738fa9823
add context menu nesting 2022-05-29 18:13:17 -05:00
maxichrome 2384b21186
Merge remote-tracking branch 'origin/main' into feature/eng-40-implement-context-menu 2022-05-29 16:11:53 -05:00
maxichrome a60ca753a9
Merge branch 'main' into fix/volumes-dropdown 2022-05-29 08:07:20 -05:00
maxichrome 75989d329f
Merge branch 'main' into fix/windows-borders 2022-05-29 03:57:32 -05:00
maxichrome 6030a129ab
use jsx double quotes on koding changes 2022-05-29 03:14:20 -05:00
Koding Dev b9fed878bc
fix: volumes dropdown 2022-05-29 18:06:56 +10:00
Jamie Pine f021f8347b fix types 2022-05-29 00:49:34 -07:00
maxichrome aa0fb6c2d1
Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -05:00
Jamie Pine 2f5bf0653e Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-29 00:32:54 -07:00
Jamie Pine 834c3cefd8 thumaniler still broken, but jamie unsorted changes needs to go 2022-05-29 00:32:53 -07:00
Koding Dev e670031b4e
fix: windows - window borders 2022-05-29 17:12:59 +10:00
xPolar e2df60770a
Consistent Settings (#198)
* Only countup on first load.

* random fixes

* Consistent settings + Alphatized routes in App.tsx
2022-05-29 00:12:55 -07:00
Jamie Pine b371dfbecb fix button props errors 2022-05-28 23:26:34 -07:00
Jamie Pine 49c25531d6 fixed explorer 2022-05-28 22:23:50 -07:00
xPolar 3a5961a977
Random frontend changes. (#197)
* Only countup on first load.

* random fixes
2022-05-28 22:18:50 -07:00
xPolar 3b6a881f54
Only countup on first load. (#195) 2022-05-28 19:03:40 -07:00
Benjamin Akar 56bb0895c3 chore: import cleanups 2022-05-28 18:36:41 +02:00
maxichrome 301f7ab875
disable system context menu 2022-05-28 07:21:22 -05:00
maxichrome fe2cd9be6b
refactor context menu data structure 2022-05-28 05:37:52 -05:00
maxichrome f3733b486b
add test context actions 2022-05-28 05:35:54 -05:00
maxichrome 951eade690
context menu - partial styling improvements 2022-05-28 04:45:08 -05:00
maxichrome 0e7232048a
hide current device tile if we aren't a client 2022-05-28 04:44:52 -05:00
maxichrome b6ed226ab2
fix device & file light theme 2022-05-28 04:44:34 -05:00
maxichrome e884b6d4b4
more gap stuff 2022-05-28 00:28:52 -05:00
maxichrome 473208a387
improve context menu hitboxes 2022-05-28 00:24:45 -05:00
maxichrome 8fafd70937
remove manual menu listener & parameterize demo files 2022-05-27 21:27:49 -05:00
maxichrome 0c830a1379
add context menu helper 2022-05-27 21:27:14 -05:00
maxichrome 8f04cbe4e1
add light-theme context menu 2022-05-27 21:10:47 -05:00
maxichrome 6454d2caef
implement WIP context menu on folder icon 2022-05-27 07:48:13 -05:00
maxichrome 5a4bf68f5a
add baseline context menu 2022-05-27 06:56:56 -05:00
maxichrome 16285ce7a6
fix some types (why?! idk) 2022-05-27 02:58:36 -05:00
maxichrome fa47e96249
fix UI config file re-exports 2022-05-27 02:29:35 -05:00
maxichrome 8f97cae3fe
update storybook build command 2022-05-27 02:20:23 -05:00
maxichrome 24bf852068
add some demo stories 2022-05-27 02:20:14 -05:00
maxichrome 397c565b5b
add base storybook 2022-05-27 02:04:40 -05:00
maxichrome 6c49a34c31
Merge branch 'jamie-unsorted-changes' of github.com:spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-26 21:47:19 -05:00
maxichrome 71c37207c5
we do a little icon codegen refactor 2022-05-26 21:47:17 -05:00
Jamie Pine 94b928c9aa Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-26 02:08:34 -07:00
Jamie Pine 2882dee06b wip towards identifier working again 2022-05-26 02:08:32 -07:00
maxichrome 59bc2ee9db
Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-26 03:22:36 -05:00
Jamie Pine 7a51c93a3a fix indentifier path (WIP) 2022-05-26 01:11:04 -07:00
Jamie Pine 48056c5eec part two 2022-05-24 20:24:18 -07:00
Jamie Pine f05806aa89 dropdown attempt 2022-05-24 20:24:03 -07:00
Jamie Pine d7541ee4b1 tweaks to email waitlist 2022-05-24 15:51:56 -07:00
Jamie Pine 4fe8e26266 waitlist ui 2022-05-24 13:46:00 -07:00
Jamie Pine d7ad8ce847 blog link + style tweaks 2022-05-24 12:34:17 -07:00
Oscar Beaumont 01610e008e
Update package.json license field to GPL-3.0-only (#184) 2022-05-24 14:00:01 -05:00
maxichrome 13c5f4252d
make macOS controls show when hovering & inactive 2022-05-23 06:46:14 -05:00
maxichrome f9040bf9fc
Merge branch 'temp-landing-deploy' into jamie-unsorted-changes 2022-05-23 06:38:57 -05:00
maxichrome 7ee6d02145
finally.....proper traffic lights 2022-05-23 06:21:41 -05:00
maxichrome ad83f832f5
revert for consistency 2022-05-23 06:20:22 -05:00
maxichrome 30bfc25df2
make simulated window controls perfect 2022-05-23 06:11:56 -05:00
maxichrome 6288b20979
fix simulated window control positioning again 2022-05-23 06:07:43 -05:00
maxichrome 91cfe6121f
fix button size 2022-05-23 06:06:59 -05:00
maxichrome 9a22590033
fix simulated window control positioning again 2022-05-23 05:34:24 -05:00
maxichrome 1259f83315
Merge branch 'jamie-unsorted-changes' of github.com:spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-23 05:29:15 -05:00
maxichrome a0adc39ac7
fix button size 2022-05-23 05:29:09 -05:00
Jamie Pine 4ae000028c Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-23 03:19:24 -07:00
Jamie Pine 8356f39737 landing prep 2022-05-23 03:16:23 -07:00
maxichrome 42f30af8c9
Merge branch 'main' into jamie-unsorted-changes 2022-05-23 04:47:24 -05:00
maxichrome 84827b1f9e
Merge branch 'main' into jamie-unsorted-changes 2022-05-23 04:40:50 -05:00
maxichrome 56e95305df
make simulated window controls perfect 2022-05-23 04:30:38 -05:00
maxichrome 3eb81490ab
format interface package 2022-05-23 02:54:46 -05:00
maxichrome 50f761775f
fix prettier plugin loading 2022-05-23 02:53:53 -05:00
maxichrome 1918869ad0
Merge branch 'main' into jamie-unsorted-changes 2022-05-23 00:03:45 -05:00
maxichrome f5e0666d11
Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome a0d0938001
format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine 4f28499bb6 Merge branch 'main' into jamie-unsorted-changes 2022-05-21 18:55:03 -07:00
Jamie Pine 19e833ba16 removed redundant schema column + some demo data (unfinished) 2022-05-21 18:48:51 -07:00
maxichrome 77b37ae431
Merge pull request #144 from Harry-Hopkinson/varients-to-variants
Change ```Varients``` to ```Variants```.
2022-05-12 20:56:10 -05:00
Jamie Pine 2a5fd305b1 improvements to landing + ui + rust stuff 2022-05-12 17:10:23 -07:00
Harry Hopkinson e59a492631 Change ``Varients` to `Variants``. 2022-05-12 07:36:48 +01:00
Jamie Pine fbe07fa3f1 sidebar position 2022-05-11 19:35:20 -07:00
Jamie Pine e7db951e18 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -07:00
maxichrome 1849997201
only import window type extensions at TS compile time 2022-05-11 18:43:09 -05:00
maxichrome 82d881f682
clean client provider types & App.tsx imports 2022-05-11 18:32:58 -05:00
maxichrome f420bf4192
move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
Jamie Pine 2306670411 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-11 12:45:36 -07:00
maxichrome f6bee3c119
re-add macOS rounding for border consistency 2022-05-11 14:28:40 -05:00
Jamie Pine e88ae9d609 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 11:13:23 -07:00
Jamie Pine 09087202b5 commit 2022-05-11 11:12:35 -07:00
maxichrome db312269ab
Un-revert "fix up macOS fullscreen mode (kinda)"
This reverts commit b21df0e57f.
2022-05-11 13:03:31 -05:00
maxichrome b21df0e57f
Revert "fix up macOS fullscreen mode (kinda)"
This reverts commit 2283f6b01b.
2022-05-11 12:53:46 -05:00
maxichrome 2283f6b01b
fix up macOS fullscreen mode (kinda) 2022-05-11 12:44:32 -05:00
maxichrome 77a2888377
use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine 46f186fe37 fix types & stats render 2022-05-10 21:11:56 -07:00
maxichrome 7cdf93d33f
make Toggle onChange prop optional 2022-05-10 23:08:39 -05:00
maxichrome 8308eb5e3c
fix "Encrypt on cloud" toggle 2022-05-10 15:53:41 -05:00
maxichrome 76aca8ae7c
extract experimental toggle change logic 2022-05-10 11:39:29 -05:00
Jamie Pine 9870d58b35 much 2022-05-10 09:03:20 -07:00
maxichrome 65953eec5c
fix button icon type...
can't replicate this error when tsc'ing locally
2022-05-07 20:47:25 -05:00
maxichrome 4289fd3aad
Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main 2022-05-07 20:44:17 -05:00
maxichrome 759cbdcef9
fix button build (I hope) 2022-05-07 20:37:39 -05:00
matt 626fb02035
fix scrolling on debug/content/settings screens (#91)
* fix scrolling on debug screen

* fix on content/settings screens too
2022-05-06 20:09:47 -07:00
Marques Scripps 9a345d6d9c
added experimental submenu (#30)
+ debug toggle for experimental view

Co-authored-by: Marques <hello@marques.gg>
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
2022-05-04 11:18:19 -07:00
Jamie Pine 0a52b22f93 add device dialog, fixed traffic light svgs, added icon prop to button 2022-05-04 02:12:20 -07:00
maxichrome 3e9c451967
re-add ButtonProps type 2022-05-03 07:06:29 -05:00
maxichrome 904412e1fa
update button ting 2022-05-02 18:58:53 -05:00
maxichrome e3f4241976
Merge branch 'main' into ryanhaticus/main 2022-05-02 18:53:42 -05:00
maxichrome fbc3f97c10 use button links elsewhere 2022-05-01 10:11:42 -05:00
maxichrome a41fe1940e conditionally render button as link 2022-05-01 09:52:33 -05:00
Brendan Allan 9ad71a2d66
Merge pull request #46 from Brendonovich/new-ci
New CI
2022-05-01 17:37:45 +08:00
Koding Dev 709f71d74b Made "Open data folder" button work 2022-05-01 17:25:52 +08:00
Brendan Allan 2820a94079 update deps 2022-05-01 12:48:56 +08:00
Koding f8c1c85a60 Fixed windows scanning + improved progress UI (#59) 2022-05-01 12:20:08 +08:00
Brendan Allan c9e76e9a7a tsconfig refactor 2022-05-01 12:17:55 +08:00
Koding d1b5289fda
Fixed windows scanning + improved progress UI (#59) 2022-04-30 20:54:24 -07:00
Brendan Allan a8c136897d Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:38:07 +08:00
Brendan Allan b03f3ddf5a Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:36:12 +08:00
Koding a4637ca48b
fix: icon colors in file explorer (#56)
* Fix icon colors

* readme update

* Fix builds on M1 (#54)

* fix: minor code cleanup

Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: Syntax <2079305+TheUltDev@users.noreply.github.com>
2022-04-28 20:40:18 -07:00
IllusionMan1212 ca8ed611a4 fix(interface): don't shrink thumbs when filename is truncated and center thumbs 2022-04-29 01:57:31 +03:00
Jamie Pine 181c51e76c better statistics 2022-04-27 20:42:28 -07:00
Jamie Pine 284271ba2f better stat item rendering 2022-04-27 19:37:58 -07:00
Jamie Pine eee8efb99a added semi functional statistics, working macos traffic lights 2022-04-27 19:15:55 -07:00
Jamie Pine dd7454d9cd fix library loader, add library statistics, tag flicker fix 2022-04-27 16:25:47 -07:00
Jamie Pine 1a6fabbd7d configurable router type 2022-04-27 13:40:19 -07:00
Jamie Pine e0a66ebbd5 fix scroll styles 2022-04-27 10:50:49 -07:00
Jamie Pine 861ee39fea switch app to in-memory router to prevent back button hijack on landing 2022-04-27 10:31:44 -07:00
Jamie Pine b7b0ec3e16 interfont 2022-04-26 18:14:39 -07:00
Jamie Pine 8d1a0079e8 better app embed loading 2022-04-26 16:44:08 -07:00
Jamie Pine 5350a6b29d app UI cleanup 2022-04-26 11:34:36 -07:00
Jamie Pine 7f06af395e fix scroll 2022-04-26 00:40:57 -07:00
Jamie Pine 9d41f42e35 scrollbar + rust fix 2022-04-26 00:20:09 -07:00
Jamie Pine d198d8671a remove purge database 2022-04-25 23:19:13 -07:00
Jamie Pine d9026074be fix footer + another attempt at web deploy 2022-04-25 21:49:31 -07:00
Jamie Pine df08e56b6b web build + overview tweaks 2022-04-25 20:30:40 -07:00
Jamie Pine d982a3a18e ui tweaks 2022-04-25 18:12:00 -07:00
Jamie Pine ac5510c12d visual tweaks to new ui 2022-04-25 18:01:00 -07:00
Jamie Pine 47076f55c8 sidebar are you ok 2022-04-25 17:37:36 -07:00
Jamie Pine edcd011986 redesigned home screen 2022-04-25 17:36:22 -07:00
Jamie Pine 28e56f21f4 move dropdown to ui, added dropdown for landing mobile nav, fixed dropdown truncate on app sidebar 2022-04-25 11:44:55 -07:00
Jamie Pine 473436a68a trucate dropdown & edit readme 2022-04-25 09:51:47 -07:00
Jamie Pine 703cec81a2 vite pages on landing 2022-04-25 03:38:01 -07:00
Harry Hopkinson d7cbba7a12 Linted Files according to the .prettierrc. 2022-04-24 21:16:55 +01:00
Jamie Pine 8938584a70 working static landing 2022-04-24 11:24:54 -07:00
Jamie Pine 0287561f48 wip 2022-04-24 09:50:22 -07:00
Jamie Pine d6c26c9d90 fix image 2022-04-24 03:43:53 -07:00
Jamie Pine 365daad03a landing without iframe + responsive 2022-04-24 03:32:43 -07:00
Jamie Pine 8c4cacd4e5 landing scroll fixes 2022-04-24 02:47:58 -07:00
Jamie Pine 4d22008fbe improved scrollbars and landing mobile layout 2022-04-24 01:02:35 -07:00
Jamie Pine b3b2ce54ea landing improvements 2022-04-23 21:22:58 -07:00
Jamie Pine 0087c91551 added landing page footer + fix react query bug 2022-04-23 10:49:24 -07:00
Jamie Pine 93d80233d7 server transport via websocket
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-23 06:50:17 -07:00
Jamie Pine 40cc780ec1 added unique file identifier 2022-04-23 01:12:35 -07:00
Brendan Allan 3f8867fc14 new ci 2022-04-22 18:21:18 +08:00
Jamie Pine b71ff45db6 landing changes, readme, faq 2022-04-21 21:34:27 -07:00
Jamie Pine c233af7d18 added FAQ, and core event cleanup 2022-04-21 15:57:12 -07:00
Jamie Pine 1204309813 fixed indexer and core event in prod 2022-04-21 03:49:45 -07:00
Jamie Pine 1d3a090340 hooked up core events, fixed sidebar with + dropdown 2022-04-21 01:54:07 -07:00
Jamie Pine 4c4325619f server start, landing tweaks 2022-04-20 23:35:48 -07:00
Jamie Pine 1a03aa458f landing page nav bar 2022-04-20 21:11:51 -07:00
Jamie Pine 06aa06c31c icon importing, landing page updates, vite config 2022-04-20 18:57:41 -07:00
Jamie Pine b00961165e holy mother of hot reload
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-20 01:15:28 -07:00
Jamie Pine af9371ca96 pre brendan commit 2022-04-19 22:55:44 -07:00
Jamie Pine 3f29ff2374 better compile setup for hotreload
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-19 14:17:04 -07:00
Jamie Pine 9e55e100db fix sidebar, ui tweaks 2022-04-18 20:35:19 -07:00
Jamie Pine 3540471bf6 build commands + web app renames 2022-04-18 17:34:39 -07:00
Jamie Pine bc3a35fa8f interface has solo dev mode + made a lot of stuff work 2022-04-18 16:06:33 -07:00
Jamie Pine 564809e12b css is now correctly loading 2022-04-17 16:27:25 -07:00
Jamie Pine c832561f54 alter desktop vite config to match interface package 2022-04-17 13:59:15 -07:00