Commit graph

365 commits

Author SHA1 Message Date
brxken128 2952d3fc5e fix incorrect faq URLs 2022-09-30 17:38:31 +01:00
Jamie Pine 9dc6f7f48e
small landing fixes 2022-09-28 00:07:22 -07:00
Oscar Beaumont 5167178eb3 fix landing page build 2022-09-28 11:08:38 +08:00
Oscar Beaumont bb40110e6e
Eng 243 documentation on landing (#386)
* Updated roadmap

* Color timeline to show where we are up to

* roadmap improvements

* roadmap changes

* docs init

* progress on docs

* support metadata (name & ordering)

* fix prod build

* fix lock

* fix perender

* docs progress

* added "slots" to markdown parser

* refactor to support sections

* more docs progress

* fixes

* added empty docs

* killer opening paragraph

* fix Heroicon imports & page rendering

* tweaks

* next doc

* fix build

* fix ssg failure

* fix prod build for REAL

it was the bubbles

* fix next doc api

* it's the bubbles

* wip: docs mobile

* doc nav tweak

* doc menu ui

* fix next doc in pre-render

* react-borger-menu

* fix build

* fix height and padding

* mobile docs nav styles

* oooh super cool transition

* fix button state glitch + big headings

* refactor layout

* docs mobile nav bar style

* fix min width & height

* Merge remote-tracking branch 'refs/remotes/origin/main'

Conflicts:
	docs/architecture/spaces.md
	docs/developers/architecture/spaces.md

* placeholder docs

* correct pre styles + env setup guide

* search coming soon

* docs cleanup

* resolved cargo

* reorder docs + add image

Co-authored-by: Lu Hill <email@lewie.me>
Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-09-27 19:48:42 -07:00
Ericson "Fogo" Soares 6fd620087b
Video thumbnails (#376)
* Preparing some scaffolding for video thumbnails

* Implemented thumbnail generation for videos
* Propagating errors of `Node` creation
* Using ffmpeg feature gate

* Introducing ffmpegthumbnailer-rs as a subcrate on core

* - rename to thumbnailer
- fix explorer thumbnail bug
- add more supported video types
- re-fix explorer performance

* remove nested licence

Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-09-24 01:21:13 -07:00
Oscar Beaumont 57ca822d84 it's the bubbles 2022-09-22 12:49:38 +08:00
Jamie Pine 5d27e21b3b
fix roadmap 2022-09-16 22:49:14 -07:00
he1d1 c844015f22
Updated roadmap (#250)
* Updated roadmap

* Color timeline to show where we are up to

* roadmap improvements

* roadmap changes

Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-09-15 14:26:41 -07:00
Oscar Beaumont aaf68e1aac goodbye import React. I won't miss you 2022-09-09 07:32:13 +08:00
Jamie Pine d540887a4e
job manager wip 2022-09-07 20:04:13 -07:00
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 3e43f043b6 make typecheck pass 2022-08-30 14:38:45 +08:00
Oscar Beaumont dc8cf0e09f Merge remote-tracking branch 'upstream/main' into navbar-transition 2022-08-30 10:52:35 +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
Oscar Beaumont dd10d9ab47 fix landing page 2022-08-29 17:36:34 +08:00
Jamie Pine 1734e497ec
(fix) Re-enable blog
Ghost.org decided to stop serving the blog without warning since we needed to upgrade our plan.
2022-08-28 21:17:03 -07:00
matt ee69ec77f9
Merge branch 'spacedriveapp:main' into navbar-transition 2022-08-25 20:46:53 -05:00
Utku Bakir 13403fd81e Merge branch 'origin/main' into eslint-config 2022-08-20 12:55:00 +03:00
Brendan Allan 1d158d0d7d brenan is stupid 2022-08-20 02:48:07 +08:00
Brendan Allan d54f4b1c37 hide funding announcement as blog post isn't working 2022-08-20 02:41:47 +08:00
Brendan Allan d10cf558bd use ghost api v5 on landing 2022-08-20 02:18:52 +08:00
Utku 0e74c0ee6f
Update index.page.tsx 2022-08-18 14:04:38 +03:00
mmattbtw 1b891d6b38
added transition to navbar background color 2022-08-11 22:39:57 -05:00
Utku Bakir b1fe5c0c63 Fix types - Landing 2022-08-11 12:14:33 +03:00
Utku Bakir 6437f3747d Move eslint to config package 2022-08-10 18:43:04 +03: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
maxichrome bc90610d1a refactor careers for when no positions open 2022-07-18 06:46:32 -05:00
Oscar Beaumont c685ce5fe9
Library manager (#258) 2022-07-10 19:05:24 -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
Hesham Abourgheba 6332e755f9
fix(landing): hide horizontal scroll (#267) 2022-06-21 08:47:52 -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
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 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
matt 48c61e6043
Made the open positions header appear in view (#251) 2022-06-18 01:45:47 -07: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
xPolar 6bb92d3d5f
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 73fc53383c
Hotfix: only use bright pink color for embeds (#234)
only use BRIGHT PINK theme for embeds

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-06-10 22:47:52 -05:00
Sreecharan 85289a6104
Fix blog link in footer (#228)
* fix blog link in footer

* Remove trailing slash in blog link

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-06-08 16:48:14 -05:00
xPolar 3d26e0976d
Remove jobs tab from landing (#227)
* Remove jobs tab from landing
* Remove jobs link entirely

Co-authored-by: xPolar <contact@polar.blue>
Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-06-07 17:50:48 -05:00
Benjamin Akar 5e592682a9 refactor: remove unnecessary log 2022-06-04 17:34:06 +02:00
Benjamin Akar ea8c12399d fix: remove 2022-06-04 17:27:28 +02:00
Benjamin Akar 434b196100 fix: incorrect env vars 2022-06-04 17:23:04 +02: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
maxichrome bcdb2dd5e8
Merge pull request #223 from spacedriveapp/eng-125-implement-waitlist-on-landing-page
Implement waitlist on landing page
2022-06-04 09:54:55 -05:00
Benjamin Akar 5e3f950bd0 refactor: remove unused vars 2022-06-04 16:40:53 +02:00
Benjamin Akar 8b0c0f1010 perf: add react-hook-form to reduce re-renders 2022-06-04 16:39:44 +02:00
Benjamin Akar 3bd7b63028 refactor: switch from process.env to import.meta.env 2022-06-04 16:18:10 +02:00
Benjamin Akar 11e4a5d963 build: solve incorrect path 2022-06-04 16:07:59 +02:00
Benjamin Akar 8aeff222b9 refactor: remove unused code 2022-06-04 16:03:28 +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 0d71e1f613 chore: add env vars for local dev 2022-06-04 12:14:28 +02:00
Benjamin Akar 8fdcb0c1a4 chore: implement unsubscribe from waitlist on landing 2022-06-04 11:40:40 +02:00
Benjamin Akar 409ebc0acd chore: remove radix from landing 2022-06-04 10:59:20 +02:00
Benjamin Akar c8af4f3f4e feat: implement waitlist 2022-06-04 10:58:11 +02:00
Jamie Pine 46ee0bb8cb Revert "Fix for CSS animation lag (#218)"
This reverts commit a35000a577.
2022-06-03 20:15:45 -07:00
Benjamin Akar f5c239da4d
Merge pull request #220 from spacedriveapp/eng-83-disappearing-folder-icons
fix: disappearing icons
2022-06-03 10:49:32 +02:00
Benjamin Akar a937d1c463 chore: componentize folder img icons 2022-06-03 09:29:04 +02:00
Benjamin Akar ac7d747671 fix: disappearing icons 2022-06-02 18:45:00 +02:00
사무엘 a35000a577
Fix for CSS animation lag (#218)
Fixed the lag with css
2022-06-02 00:51:01 -07:00
xPolar 3261a0951a
remove waitlist (#213) 2022-06-01 20:05:22 -07:00
Jamie Pine 985fca07b1
remove banner (#212) 2022-06-01 18:38:16 -07:00
xPolar 786b137651
Fix Discord Embed (#211)
* fix discord embed

* key -> name
2022-06-01 16:33:05 -07:00
Oscar Beaumont 562efe3c6b build(deps): update dependencies across workspace 2022-05-30 20:45:37 +08:00
maxichrome a9d2bf32a1
Merge branch 'jamie-unsorted-changes' of github.com:spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-24 23:18:19 -05:00
maxichrome 2e4829bb14
make new banner parametric + accessible 2022-05-24 22:24:26 -05:00
Jamie Pine 74610ba1f2 Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-24 15:53:15 -07:00
Jamie Pine d7541ee4b1 tweaks to email waitlist 2022-05-24 15:51:56 -07:00
Oscar Beaumont c98b5da352 added backend to waitlist form 2022-05-25 06:14:44 +08: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
Benjamin Akar f2d83cd590 fix typo 2022-05-24 21:17:52 +02:00
Jamie Pine 6f04854daa visualizer 2022-05-23 11:56:38 -07: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 84827b1f9e
Merge branch 'main' into jamie-unsorted-changes 2022-05-23 04:40:50 -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 668ebdad01 deploy landing 2022-05-19 04:38:56 -07:00
he1d1 d0d483a608
Don't show app preview on mobile (#166)
* Return `null` if using mobile.
2022-05-19 05:45:37 -05:00
Jamie Pine 22e4ddb068 fix bloom 2022-05-12 18:23:24 -07:00
Jamie Pine bd55387377 landing 2022-05-12 18:11:06 -07:00
Jamie Pine 2a5fd305b1 improvements to landing + ui + rust stuff 2022-05-12 17:10:23 -07:00
Jamie Pine 9870d58b35 much 2022-05-10 09:03:20 -07:00
maxichrome 4289fd3aad
Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main 2022-05-07 20:44:17 -05:00
matt 3de127535f
make footer social icons FooterLinks (#84)
* make footer social icons `FooterLink`s

* no any

* fix outdated github links
2022-05-04 11:14:21 -07: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 21d8752cfa condense a11y content link 2022-05-01 09:52:41 -05:00
Brendan Allan 9ad71a2d66
Merge pull request #46 from Brendonovich/new-ci
New CI
2022-05-01 17:37:45 +08:00
maxichrome 98dbceb90c update github repo url 2022-05-01 12:56:15 +08:00
Brendan Allan 2820a94079 update deps 2022-05-01 12:48:56 +08:00
Brendan Allan c9e76e9a7a tsconfig refactor 2022-05-01 12:17:55 +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
Ryan Huellen ba4b708b64 Altered accessibiltiy improvements 2022-04-28 20:53:40 -05:00
Ryan Huellen 41e480909c Accessibility improvements 2022-04-28 20:45:20 -05:00
Jamie Pine eee8efb99a added semi functional statistics, working macos traffic lights 2022-04-27 19:15:55 -07:00
Jamie Pine aa55027089 fix render bug 2022-04-26 19:01:04 -07:00
Jamie Pine 479a201fcf clear timeout 2022-04-26 18:51:50 -07:00
Jamie Pine 4ae2f9d06b mobile layout fix + live demo timeout 2022-04-26 18:47:31 -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 6341fcf9d9 landing resize switch app preview to png on mobile 2022-04-26 10:00:54 -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 ac5510c12d visual tweaks to new ui 2022-04-25 18:01:00 -07:00
Jamie Pine 0d07f539a7 landing tweaks 2022-04-25 13:00:05 -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 e0e18318a9 brendan forced me to do this 2022-04-25 10:02:48 -07:00
Jamie Pine d3c61e4cea vercel deploy fix 2022-04-25 09:55:39 -07:00
Jamie Pine 473436a68a trucate dropdown & edit readme 2022-04-25 09:51:47 -07:00
Jamie Pine 874c94e7f9 disable button slightly 2022-04-25 06:18:58 -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 980109408d fix favicon 2022-04-24 12:53:37 -07:00
Jamie Pine 9ab00c9e9f fix build 2022-04-24 12:47:06 -07:00
Jamie Pine e626c576e4 seo + image op 2022-04-24 12:44:05 -07: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 3c38747d8b landing tweaks AGAIN 2022-04-24 08:29:17 -07:00
Jamie Pine ed694247f1 landing tweaks again 2022-04-24 08:05:48 -07:00
Jamie Pine 64dc84b9dd oops x2 2022-04-24 03:38:03 -07:00
Jamie Pine d6d3bf9285 oops 2022-04-24 03:33:19 -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 c646a85c54 more landing tweaks 2022-04-24 02:21:00 -07:00
Jamie Pine 357f3522b1 landing ui tweaks 2022-04-24 02:04:36 -07:00
Jamie Pine 7f055114f3 landing improvements 2022-04-24 01:50:35 -07:00
Oscar Beaumont 4263fca88b
Merge branch 'main' into main 2022-04-24 16:06:40 +08:00
Jamie Pine 4d22008fbe improved scrollbars and landing mobile layout 2022-04-24 01:02:35 -07:00
Oscar Beaumont a8696d8faa
@sd/server in Docker and deploy to Kubernetes 2022-04-24 14:55:20 +08:00
Jamie Pine b3b2ce54ea landing improvements 2022-04-23 21:22:58 -07:00
Jamie Pine 58611cc66e working landing links 2022-04-23 12:55:31 -07:00
Jamie Pine b38a20df6b better landing 2022-04-23 12:36:09 -07:00
Jamie Pine 0087c91551 added landing page footer + fix react query bug 2022-04-23 10:49:24 -07:00
Jamie Pine 40cc780ec1 added unique file identifier 2022-04-23 01:12:35 -07:00
Jamie Pine b71ff45db6 landing changes, readme, faq 2022-04-21 21:34:27 -07:00
Jamie Pine 4c4325619f server start, landing tweaks 2022-04-20 23:35:48 -07:00
Jamie Pine 92eb6da26a fixed nav scroll effect 2022-04-20 21:31:41 -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 68688244a8 better svg loader, github button 2022-04-20 03:29:48 -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