Commit Graph

748 Commits

Author SHA1 Message Date
matt
edd5c8cd36 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
d95c03dcc9 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
c2f39fa17c 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
a9c430e770 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
824951f5f3 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
7f826b2a94 (fix) job queue
- adding a location performs all jobs
- better logging for thumbnailer
2022-06-22 04:40:45 -07:00
Jamie Pine
5309391531 (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
5550af67db 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
63a190e38b fix: track last file and force note saving on file change (#288) 2022-06-21 23:00:49 -07:00
Jamie Pine
ce796eb1c5 (chore): added better loggin 2022-06-21 22:53:07 -07:00
Jamie Pine
b3c0b6e956 (fix) dropdown ui tweak + identifier code comments + add log 2022-06-21 21:31:39 -07:00
Jamie Pine
f20f0140b9 Fixed file creation date (#274)
Indexing files shows correct file creation date
2022-06-21 08:39:16 -07:00
Jamie Pine
b08e6eb829 (fix) README: remove diagram 2022-06-21 07:45:12 -07:00
Jamie Pine
6c169643a1 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
d3c7087972 Better Inspector Scroll (#266)
(fix) inspector: better scroll
2022-06-21 01:23:14 -07:00
xPolar
d0d31e42c6 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
825fd8ecf5 fix clippy workflow (hopefully) 2022-06-20 11:27:37 +08:00
Oscar Beaumont
9cdf87c00c 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
0c370f5373 remove frozen flag from cargo fetch 2022-06-19 01:52:03 +08:00
Jamie Pine
69e09db158 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
828ce48828 use concise import syntax for macOS theme-lock 2022-06-17 06:14:24 -05:00
maxichrome
fd0ce5cadd hotfix: don't import macOS app theme type in main script 2022-06-17 06:11:39 -05:00
maxichrome
bd4fb463b6 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
5bea107e0c 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
f73195e84d (fix) landing: style tweaks 2022-06-15 15:29:31 -07:00
maxichrome
fa2585b7ed [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
d44b5cb7ae 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
df74c9d133 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
461c7b20d8 Fix CI (#242) 2022-06-14 22:27:03 +08:00
Oscar Beaumont
73630620c3 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
d5aaa6dc65 fix pnpm desktop dev not working on Linux 2022-06-14 14:24:53 +08:00
Oscar Beaumont
8458ec52a5 Merge pull request #241 from spacedriveapp/eng-136-file-crud
Location CRUD
2022-06-14 13:25:10 +08:00
Oscar Beaumont
a128118528 Merge branch 'main' into eng-136-file-crud 2022-06-14 13:24:33 +08:00
xPolar
3453085fe4 Add code gen stuff 2022-06-13 22:23:53 -07:00
xPolar
2c6f38f33e Location CRUD 2022-06-13 22:20:19 -07:00
Oscar Beaumont
6e3cb2122c Merge pull request #240 from spacedriveapp/eng-135-location-crud
Crud for locations.
2022-06-14 13:15:58 +08:00
xPolar
f9b70c19a3 Crud for locations. 2022-06-13 22:11:02 -07:00
maxichrome
d5abb4a654 Add compiler checks for dev tools in production 2022-06-11 19:12:13 -05:00
maxichrome
d18180993c Add debug menu items (Merge pull request #233)
Add debug menu items
2022-06-11 19:00:43 -05:00
xPolar
b08caf8496 Fix contributing link. (#235)
* Fix contributing link.

* Remove developer folder in docs.

Co-authored-by: xPolar <contact@polar.blue>
2022-06-11 16:37:32 -07:00
maxichrome
7b26334f57 use tauri pre-dev & pre-build commands 2022-06-10 21:55:53 -05:00
maxichrome
56f8e48870 add debug menu items 2022-06-10 21:55:25 -05:00
maxichrome
6e693f091e remove jeff menu item comments 2022-06-10 21:55:02 -05:00
maxichrome
4292ac177b extract custom menu 2022-06-10 21:54:50 -05:00
maxichrome
ca8910a7e4 remove linux menu (it's same as fallback) 2022-06-10 21:53:22 -05:00
Jamie Pine
5622a0086a fix loading bug on overview stats 2022-06-08 18:09:54 -07:00
Jamie Pine
af6bd0aa7d (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
7a8c14e8e7 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
21753d0759 Merge pull request #225 from spacedriveapp/revert-224-revert-223-eng-125-implement-waitlist-on-landing-page
Revert "Revert "Eng 125 implement waitlist on landing page""
2022-06-04 17:08:39 +02:00
Benjamin Akar
3f411d9364 Revert "Revert "Eng 125 implement waitlist on landing page"" 2022-06-04 17:08:12 +02:00