teobler

Results 19 comments of teobler

> > ![affine](https://user-images.githubusercontent.com/26424691/259272085-ba2cec1c-7a6a-42b9-9138-85c8dd910749.png) > > To understand affine's high level concepts and infra, I made a draft diagram refer to source code based on my own understanding. There maybe something...

![affine](https://github.com/toeverything/AFFiNE/assets/26424691/81e2a06a-c4d5-49f7-b791-344f5e27703c) Latest version updated, modify something which changed during previous weeks, and fixed something which is incorrect. If all okay, I can push it to a new doc maybe named...

to support sortable list, there are several ways: 1. just like collection pages, we can save favorite pages as an array to idb 2. add an array or related data...

Sure, this is what I proposed in option 2, then I will create an `array` in `workspace.meta` maybe named `favoritePages`

> @Garfield550 will handle this when avaliable **Context sharing:** During previous development, I discussed the solution with @zzj3720 & @doodlewind on Telegram. This function need to sync between each platform...

Hi @Marco-Daniel Thanks for reporting this, could you check the latest code if this be fixed as your expectation? Steps for validating: - clone this repo - run `pnpm install`...

Hi @SudoHenk , it will be useful if you can provide a piece of data to describe what results you want from 'summary' and 'description' fields. just like: - a...

Thanks @tristanisham for your awesome work! if this is hard to implement right now, could it support install a dev version like 'zvm install 0.12.0-dev.163+6780a6bbf'

You may used wrong `useMutationRequest` function, the type returned by trigger should be controlled by `useMutationRequest` function, you can refer to example folder to get more details.