EYHN

Results 82 issues of EYHN

A chance discovery, I am not very familiar with Japanese. I have a song named `グリーンライツ·セレナーデ`, when i search with `グリーンライツ` I got nothing, but with `グリーンライツ` I got the...

mod:infra
mod:workspace
mod:component
app:electron
mod:store
test
app:core
mod:workspace-impl

mod:infra
test

This PR copying @affine/workspace into common/infra, and adding definitions for services and unit tests.

mod:infra
app:electron
test

mod:infra
docs
mod:workspace
mod:component
app:electron
mod:store
test
app:core
mod:workspace-impl

LiveData is a reactive data type. ## basic usage @example ```ts const livedata = new LiveData(0); // create livedata with initial value livedata.next(1); // update value console.log(livedata.value); // get current...

mod:infra
test

Many people are interested in the development of our new self-hosted version, so I created this issue to keep everyone updated on its progress. The [current version of docker image](https://github.com/toeverything/AFFiNE/pkgs/container/affine-self-hosted)...

type:feat
type:epic

before mouse hover (looks like only one error) ![image](https://github.com/toeverything/AFFiNE/assets/13579374/18e8831f-dfe8-4773-9243-b6889dccefb0) mouse hover (actually there are three) ![image](https://github.com/toeverything/AFFiNE/assets/13579374/e37f9312-cfe4-452a-9a06-707c12343dbe)

type:ui-style
help wanted