Commit graph

817 commits

Author SHA1 Message Date
Brendan Allan 8e5c71dea4
Switch license to AGPL (#307)
* switch license to AGPL

* re-add copyright header
2022-07-02 14:26:00 -07: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
he1d1 020ee02a7f
Removed unused file posts.ts (#249) 2022-06-23 00:48:15 -07: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
mark-strudwick bcbf812770
Fix CONTRIBUTING.md Tauri Link (#300)
Fix Tauri Link

Fixed the old Tauri "Your first app" link, that has now been removed from the Tauri docs. Instead, replace it with a link to the getting started page.
2022-06-23 00:45:13 -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
jenniferdewan d950a19cc7
Updates to ReadMe (#286)
1st change - This sentence should be combined because its format is like for X kinds of people Y program provides Z service. While I may have not explained it too well, these two sentences would flow better together. 

2nd change - The sentence makes more sense this way.
2022-06-21 23:04:39 -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 d11b9d0f15 (chore): added better loggin 2022-06-21 22:53:07 -07:00
Jamie Pine dd77aabc47 (fix) dropdown ui tweak + identifier code comments + add log 2022-06-21 21:31:39 -07:00
Hesham Abourgheba 6332e755f9
fix(landing): hide horizontal scroll (#267) 2022-06-21 08:47:52 -07:00
Jamie Pine b7d1a6d7a6
Fixed file creation date (#274)
Indexing files shows correct file creation date
2022-06-21 08:39:16 -07:00
Jamie Pine 45e2613651
(fix) README: remove diagram 2022-06-21 07:45:12 -07:00
Jamie Pine 7cffba2fe5
Identifier Exponential Lag (#269)
A little refactor of the identifier job to remove memory leak and improve performance.
2022-06-21 07:39:31 -07:00
Jamie Pine 39bf6709ab
Better Inspector Scroll (#266)
(fix) inspector: better scroll
2022-06-21 01:23:14 -07:00
Oscar Beaumont 99cfe1d521
Merge pull request #265 from CreatingBytes/main
Update TeamMember.tsx
2022-06-21 15:17:27 +08: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
CreatingBytes 263099571e Update TeamMember.tsx
Set the margin to auto on the div container for the social links on the Teammember page.
2022-06-20 21:24:29 +02:00
Benjamin Akar f1ec5a10e6
Merge pull request #263 from spacedriveapp/eng-148-landing-lag-on-windows
(fix) landing: Windows performance
2022-06-20 20:44:35 +02:00
Jamie Pine af55f8d72d rasterize bloom :D 2022-06-20 03:29:18 -07:00
Jamie Pine 0e2c2aea01 remove bloom, network dev server 2022-06-20 01:34:27 -07:00
Oscar Beaumont 55e52eb2ec
fix clippy workflow (hopefully) 2022-06-20 11:27:37 +08: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
Oscar Beaumont 6cc52e5480
remove frozen flag from cargo fetch 2022-06-19 01:52:03 +08:00
matt 48c61e6043
Made the open positions header appear in view (#251) 2022-06-18 01:45:47 -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
maxichrome c0184ec9f0
use concise import syntax for macOS theme-lock 2022-06-17 06:14:24 -05:00
maxichrome 84d8648b1a
hotfix: don't import macOS app theme type in main script 2022-06-17 06:11:39 -05:00
maxichrome 52fe17cb89
only use swift_rs on macOS in build script
missed this in #239, silly me
2022-06-17 06:06:45 -05:00
Jamie Pine f71911258c (fix) landing: sorry vijay!!!!! D: 2022-06-16 15:34:15 -07:00
Oscar Beaumont e3f55943ff
re-enable waitlist form on landing page 2022-06-16 22:19:33 +08: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 e72f236d67 (fix) landing: links on blog open new tab 2022-06-15 20:25:29 -07:00
Jamie Pine bdd87907b3 (fix) landing: style tweaks 2022-06-15 15:29:31 -07:00
Jamie Pine 3aeb59ec43 (fix) landing: blog open graph 2022-06-15 15:17:14 -07:00
Jamie Pine 6f34ca4652 (fix) landing: react helmet 2022-06-15 15:06:08 -07:00
Jamie Pine 021c19a0b2 (fix) landing: navbar changes + blog og tag support 2022-06-15 14:14:32 -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
Oscar Beaumont 79fa96c3bd
Fix CI (#242) 2022-06-14 22:27:03 +08:00
Oscar Beaumont fd01e61123
Merge pull request #222 from LayZeeDK/LayZeeDK/ci/update-action-versions
ci: update GitHub Actions versions
2022-06-14 16:04:37 +08:00
Oscar Beaumont 015d5e47f2
fix pnpm desktop dev not working on Linux 2022-06-14 14:24:53 +08:00
Oscar Beaumont 6924326e02
Merge pull request #241 from spacedriveapp/eng-136-file-crud
Location CRUD
2022-06-14 13:25:10 +08:00
Oscar Beaumont 50838c77c2
Merge branch 'main' into eng-136-file-crud 2022-06-14 13:24:33 +08:00
xPolar 4191234956 Add code gen stuff 2022-06-13 22:23:53 -07:00