Commit Graph

53 Commits

Author SHA1 Message Date
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
bd17602ae6 build(deps): update dependencies across workspace 2022-05-30 20:45:37 +08:00
maxichrome
d171f17b18 fix format script config filename 2022-05-23 04:41:21 -05:00
maxichrome
c791f7dc5e fix prettier plugin loading 2022-05-23 02:53:53 -05:00
maxichrome
85c1404542 Format existing code with new conventions 2022-05-22 23:24:43 -05:00
Harry Hopkinson
ac54625593 Add a type-check script (#149)
* Implement a typecheck script for typescript work.

* remove typescript as root dependency

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-12 21:02:23 -05:00
Marques Scripps
cea5a497e6 added experimental submenu (#30)
+ debug toggle for experimental view

Co-authored-by: Marques <hello@marques.gg>
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
2022-05-04 11:18:19 -07:00
Brendan Allan
d19344e0b4 fix: remove auto bindings generation 2022-05-01 21:30:44 +08:00
Brendan Allan
4f81d32e08 tsconfig refactor 2022-05-01 12:17:55 +08:00
Brendan Allan
1b720ea873 Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:36:12 +08:00
Jamie Pine
4320d81180 fix prep command 2022-04-25 10:57:16 -07:00
Brendan Allan
d614de169a ci: escape pnpm desktop tauri 2022-04-24 12:56:03 +08:00
Brendan Allan
78d0393805 new ci 2022-04-22 18:21:18 +08:00
Brendan Allan
7d08454449 Basic CI (#12)
* ci:

* ci: run ci on ci branch

* ci: update pnpm version

* ci: Standardise naming

* ci: update lockfile

* ci: install ffmpeg on unix ci

* ci: run codegen prep before build

* ci: add libavutil to ubuntu dependencies

* ci: add libavutil-dev to ubuntu dependencies

* ci: dependencies

* ci: fix ubuntu dependencies

* ci: only build frontend with desktop

* ci: setup cmake and vcpkg for windows

* ci: install ffmpeg on windows

* ci: fix windows ffmpeg install

* ci: fix conditional windows ci commands

* ci: remove vcpkg from windows

* ci: optimizations

* ci: use custom rust cache version
2022-04-22 02:26:03 +08:00
Jamie Pine
395a3f70bb pre brendan commit 2022-04-19 22:55:44 -07:00
Jamie Pine
6f3947e2b1 better compile setup for hotreload
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-19 14:17:04 -07:00
Jamie Pine
6e4bdfdb76 fix sidebar, ui tweaks 2022-04-18 20:35:19 -07:00
Jamie Pine
d9cab9138e build commands + web app renames 2022-04-18 17:34:39 -07:00
Jamie Pine
470ceaffae interface has solo dev mode + made a lot of stuff work 2022-04-18 16:06:33 -07:00
Jamie Pine
6837fa608b mess pt.2 2022-04-17 11:44:50 -07:00
Oscar Beaumont
46f44b8061 fix: react-query working in production builds + fix Linux compilation issue 2022-04-09 02:19:27 +08:00
Jamie Pine
e471b54e82 linked up thumbnail generation [WIP]
- added purge database helper button
- added temp checksum to file_paths for time being, until files table is impl
2022-04-01 00:26:27 -07:00
Jamie Pine
fa33882979 improve package.json + comment unused job queue 2022-03-31 20:31:49 -07:00
Jamie Pine
4aae9274c3 fix a bunch of dependency issues & remove web 2022-03-31 20:18:25 -07:00
Jamie Pine
cd28407c96 remove codegen'd files + update dev docs 2022-03-31 18:10:56 -07:00
Jamie Pine
9117f35a42 restructure project files layout 2022-03-31 17:41:17 -07:00
Jamie Pine
aa71da5163 fixed indexer database write
- fixed job history query
2022-03-30 04:25:40 -07:00
Brendan Allan
b16b69627f feat: force use of pnpm 2022-03-30 18:35:57 +08:00
Brendan Allan
598d46a565 feat: migrate from yarn to pnpm 2022-03-30 18:04:58 +08:00
Jamie Pine
939857a955 react query working with Rust
- other stuff
2022-03-12 10:00:58 -08:00
Jamie Pine
70a3746010 fix cmd 2022-03-08 16:27:29 -08:00
Jamie Pine
edb21556db remove codegen types 2022-03-08 16:17:57 -08:00
Jamie Pine
229eee747c location error handling
- sets an example for how errors should be handled through out the core code
- few schema changes
- tinkering
2022-03-05 23:01:00 -08:00
Jamie Pine
d63d640889 migrated to pure rust volumes
- disabled swift native lib
2022-03-04 01:39:20 -08:00
Jamie
0e97bb3e25 prisma on tha frontend ?? but how
how he do it

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-03-03 06:25:10 -08:00
Jamie
3eebe6cd56 - library creation flow complete
- library/client db records unique and tied to local state
- config remove unwrap
2022-03-01 02:26:11 -08:00
Jamie
42b5b5a3e7 init monorepo 2021-12-24 01:13:21 -08:00
Jamie
88c5fd1a98 this commit is OLD, been on my pc for months 2021-12-23 00:00:02 -08:00
Jamie
b51734f180 broken list 2021-10-28 07:43:37 -07:00
Jamie
b639160107 locations and better dark theme 2021-10-27 03:59:39 -07:00
Jamie
fb0e9db591 temp icon, color tweaks and menu stuff 2021-10-25 12:29:00 -07:00
Jamie
b65771351e virtualized list, native icon caching, better top bar 2021-10-24 11:31:50 -07:00
Jamie
1d418fe60f lazy load icons, refactor store, 2021-10-23 14:30:36 -07:00
Jamie
600adc8fa9 Rust+Swift bridge
Co-authored-by: Brendonovich <brendonovich@outlook.com>
2021-10-19 07:31:56 -07:00
Jamie
eb64c90f83 bunch 'o refactor
performance gains on file list
better typings
2021-10-14 21:00:37 -07:00
Jamie
0a021982c6 Overdue wide boi commit
- Files table
- Sidebar + router
- Get files
2021-10-07 03:47:33 -07:00
Jamie
2af3e6c3d8 ui stuff 2021-10-05 17:28:47 -07:00
Jamie
3c673a38ed components and drive stuff 2021-10-04 21:16:12 -07:00
Jamie
338b1eb0d3 checkpoint before potentially removing seaorm 2021-10-01 10:23:50 -07:00
Jamie
6470067c08 hide name for now 2021-09-29 06:36:34 -07:00