Commit graph

1053 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 fbf5ed91b9 bump Typescript target to ESNext 2022-09-30 00:33:43 +08: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
Brendan Allan fe497ce104 make rust 1.64 requirement more concrete 2022-09-27 12:28:32 +08:00
Mohammed Bajuaifer d13248b2f1
[Eng 200] enter on keyboard doesn't cause modal to submit (#382)
* Add form tag to enable submission when clicking enter

* invalidate library queries when adding/removing

* using useQueryHook to invalidate queries

* Bump Rust version on Contributing

* Fix form double firing

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2022-09-25 23:35:25 -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
Brendan Allan 1bf315c4db
Use feature gated database branch of PCR (#387)
use feature gating branch of pcr
2022-09-22 23:40:15 -07:00
Brendan Allan 961aa446ef extract long type to please clippy 2022-09-23 14:17:29 +08:00
Brendan Allan b395491b28 remove needs: typescript from rust ci 2022-09-23 13:53:56 +08:00
Brendan Allan 5e30331dad typo fixes 2022-09-23 13:46:23 +08:00
Brendan Allan 6e07435a15
Use PCR for migrations (#385)
* use pcr migrations branch

* use 0.6.2 branch with migrations

* use latest prisma stuff

* allow force reset of db in dev

* remove .spacedrive file

* update rspc in apps/server

* use rspc 0.0.5 in all crates

* add os to prisma client cache key

* add runner os to clippy prisma cache
2022-09-22 00:50:21 -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
Jamie Pine 3e7efb3491
fix readme 2022-09-15 12:58:33 -07:00
Vikram Srinivas 340f5a5278
Update README.md (#384) 2022-09-15 10:10:32 -07:00
maxichrome 8c5ce8ef81
Merge pull request #383 from spacedriveapp/use-rust-shortcuts 2022-09-15 04:12:08 -05:00
maxichrome a6aa0f3fd9 Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-15 02:19:30 -05:00
maxichrome 4673867ad1 Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-15 02:15:40 -05:00
maxichrome 0768005106 use defaultprops type arg in inputcontainer 2022-09-15 01:56:02 -05:00
maxichrome 44d1c4526d update search bar shortcut to Cmd/Ctrl+F 2022-09-15 01:55:51 -05:00
Oscar Beaumont 1f49cc51fa
Merge pull request #375 from spacedriveapp/eng-237-explorer-performance-2
Explorer performance
2022-09-15 14:08:52 +08:00
Oscar Beaumont ef59aa40e8 Merge remote-tracking branch 'origin/main' into eng-237-explorer-performance-2 2022-09-15 12:45:05 +08:00
maxichrome 4ec92a6f6c hide search key hint when value present 2022-09-14 16:54:57 -05:00
maxichrome 119b8176f2 Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-14 15:59:59 -05:00
maxichrome 598365de3b update search shortcut to slash 2022-09-14 15:57:26 -05:00
maxichrome 098e18256b reposition top bar keybind check comment 2022-09-14 12:22:32 -05:00
maxichrome 24f3562daa use clearer name for DOM keybind handler 2022-09-14 12:22:12 -05:00
Oscar Beaumont dd04625a4f properly shutdown the core when using server 2022-09-14 19:02:11 +08:00
maxichrome 7c67d57b42 add silly react import to app layout bc it needs it 2022-09-13 22:41:20 -05:00
maxichrome 9dfa1a43eb move to custom KeybindEvent subclass 2022-09-13 22:41:01 -05:00
maxichrome 1919acdb62 reconfigure search bar keybind
- also prevents interference with other text boxes on Esc
2022-09-13 19:05:42 -05:00
maxichrome 2fb220ca6a add typings for keybind event 2022-09-13 19:05:12 -05:00
maxichrome 5dbc4325b1 update cargo crates 2022-09-13 19:04:58 -05:00
maxichrome 746871d0a2 use native/Tauri keybind to open settings 2022-09-13 19:04:51 -05:00
maxichrome e5b8198b88 add useAppProps brevity 2022-09-13 19:02:06 -05:00
maxichrome 2c3eed2359 ignore server library data 2022-09-13 18:49:45 -05:00
Oscar Beaumont a7ffd27ffd fix explorer in production builds + move libraryId back to Valtio
Production build issue was because we `useSnapshot` in a different package to where the store was created.
Putting the libraryId in context makes the app noticeably slower because of React rules so I undid that change.
2022-09-13 14:32:32 +08:00
Oscar Beaumont 43d0524cfd send report button working on error boundary 2022-09-13 00:14:47 +08:00
Oscar Beaumont a275971643 fix clippy warning 2022-09-12 23:50:02 +08:00
Oscar Beaumont 5dd45f2b93 onboarding UI flow 2022-09-12 23:43:12 +08:00
Oscar Beaumont 29862313e6 Merge remote-tracking branch 'origin/main' into eng-237-explorer-performance-2 2022-09-09 15:30:17 +08:00
Oscar Beaumont b6a2c98ae5 assorted minor changes 2022-09-09 07:57:35 +08:00
Oscar Beaumont c972928161 remove readme copier workflow 2022-09-09 07:39:00 +08:00
Oscar Beaumont aaf68e1aac goodbye import React. I won't miss you 2022-09-09 07:32:13 +08:00
Oscar Beaumont 2fda5b9ca6
Better db migrations (#381)
* use prisma migration engine for migrations

* squash migrations + remove excessive logging
2022-09-08 15:57:07 -07:00
Oscar Beaumont ba74af9762 merge changes 2022-09-09 06:32:17 +08:00
Oscar Beaumont 3caf844a9e fix the production build issue + cleanup frontend 2022-09-09 06:29:47 +08:00