Commit graph

116 commits

Author SHA1 Message Date
Jamie Pine 3e8c33d1c0
Added crates folder (#389)
* restructure core for crates folder

- improve naming consistency
- added placeholder files for near future code
- added docs

* - removed all typescript from core
- moved rspc bindings to client

* remove useless git ignore & rustfmt
2022-09-29 21:02:29 -07: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
Brendan Allan 5e30331dad typo fixes 2022-09-23 13:46:23 +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
Jamie Pine 9583efb6d9
(fix) add new team members 2022-08-06 20:14:13 -07: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
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
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
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 aa0fb6c2d1
Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -05:00
Polar 026b559d77 various grammar and typo fixes. 2022-05-27 14:54:56 -07: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
maxichrome 198f52af20
Merge branch 'jamie-unsorted-changes' of github.com:spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-22 22:59:00 -05:00
Jamie Pine 86dd403933 improved sync schema 2022-05-22 20:42:41 -07:00
maxichrome 419d487edf
Update donation language to Open Collective (#165)
* update to open collective and link twitch

* Remove Twitch link

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-22 21:36:05 -05:00
maxichrome 423c9063d4
update all other instances of .app 2022-05-10 02:34:19 -05: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 899f554027 use contributor avatars instead 2022-05-01 01:40:58 -05:00
maxichrome a1d4aa7cb7 add link to GitHub contributors for credit 2022-05-01 01:31:39 -05:00
Liam Brewer 6f3dbc122e
Updated roadmap.md statistics (#71) 2022-04-30 11:03:04 -07:00
Abhinav. A 8aa355cf55
Fix Typo (#43) 2022-04-29 03:12:15 +08:00
Jamie Pine 253572c3c6
Merge pull request #41 from sr2echa/patch-3
Update roadmap.md
2022-04-27 22:24:22 -07:00
Jamie Pine e87c3b1df3
Merge pull request #40 from sr2echa/patch-2
fix typos
2022-04-27 22:23:56 -07:00
Sreecharan 7f1ac0fd28
Update roadmap.md 2022-04-28 10:41:17 +05:30
Sreecharan 5135128361
fix typos 2022-04-28 10:36:01 +05:30
Sreecharan 33c7cfae7f
fix: spellings 2022-04-28 10:29:57 +05:30
Jamie Pine edcd011986 redesigned home screen 2022-04-25 17:36:22 -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
Nicholas 995973df18 Fix small typo in the virtual-filesystem.md file 2022-04-25 20:41:01 +08:00
Jamie Pine 703cec81a2 vite pages on landing 2022-04-25 03:38:01 -07:00
Jamie Pine 5d4e890da6
Merge pull request #17 from Harry-Hopkinson/linted-files
Linted Files according to the .prettierrc.
2022-04-24 14:05:41 -07:00
Harry Hopkinson d7cbba7a12 Linted Files according to the .prettierrc. 2022-04-24 21:16:55 +01:00
Conrad Crawford a2aa5f5e3c
Update credits.md
BIG commit
2022-04-24 15:40:20 -04:00
Jamie Pine 0287561f48 wip 2022-04-24 09:50:22 -07:00
Jamie Pine c646a85c54 more landing tweaks 2022-04-24 02:21:00 -07:00
Jamie Pine 4d22008fbe improved scrollbars and landing mobile layout 2022-04-24 01:02:35 -07:00
Jamie Pine 58611cc66e working landing links 2022-04-23 12:55:31 -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
Mike 6f17e3c2ee typos 2022-04-22 07:21:26 +02:00
Jamie Pine ce65ef7d04 faq 2022-04-21 21:37:25 -07:00
Jamie Pine fdac5a71cf faq 2022-04-21 21:36:17 -07: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 1f27643567 docs and plans 2022-04-11 21:42:32 -07:00
Jamie Pine f852aef6a9 docs 2022-04-10 23:52:19 -07:00
Jamie Pine 91844f2388 docs 2022-04-10 11:50:14 -07:00
Jamie Pine 77bb65f097 docs 2022-04-10 10:29:48 -07:00
Jamie Pine ed6e43e29b docs 2022-04-10 10:16:23 -07:00
Jamie Pine fb79c9aebe docs 2022-04-10 10:12:12 -07:00
Jamie Pine 1cd3f38da9 docs 2022-04-10 07:38:55 -07:00
Jamie Pine 1172d3b0df tab 2022-04-10 03:56:29 -07:00
Jamie Pine 19281901ea formatting and spelling 2022-04-10 03:49:33 -07:00
Jamie Pine b68a0d6a32 sync docs 2022-04-10 03:45:03 -07:00
Jamie Pine d2155e754b sync plans & inspector fix 2022-04-09 09:56:44 -07:00
Jamie Pine 9ffaa87618 remove obsidian workspace 2022-03-31 21:52:17 -07:00
Jamie Pine b121f0fed6 restructure project files layout 2022-03-31 17:41:17 -07:00
Jamie Pine b1253d78a7 WIP 2022-03-29 01:59:04 -07:00
Jamie Pine eac6d2ee13 react query working with Rust
- other stuff
2022-03-12 10:00:58 -08:00
Jamie Pine e7540b9e63 big 'ol dump 2022-03-11 10:27:55 -08:00
Brendan Allan 99efecafc3 obsidian docs 2022-03-09 14:45:43 +08:00