chan icon indicating copy to clipboard operation
chan copied to clipboard

Flutter imageboard browser for iOS and Android

Results 87 chan issues
Sort by recently updated
recently updated
newest added

For some reason WEBMs load awfully slowly for no apparent reason. Most devices they load very quickly. FFMPEG logs appear normal.

area-performance
difficulty-unknown

Right now the "red" count isn't used for board tabs. This could be a data point to add. Although on two-pane layout there are really no "board tabs" so it...

type-enhancement
area-interface

It could be an opportunity for optimization, there is a lot of duplicated code. Post row is not as customizable as thread row at the moment.

difficulty-major
area-interface
type-nit

Right now you aren't allowed to open replies which are already opened as a parent of the current reply. It makes sense if the reply tree is simple, but if...

type-nit
difficulty-unknown

- Saved attachments page is really bad in two-pane layout - Saved attachments are not reliably saved (still sometimes dependent on `ExtendedNetworkImage.cache`) - Saved attachments should be shown in Files.app...

type-enhancement
difficulty-major
area-interface
area-business-logic

Sometimes it takes some time before new thread data is provided by the sever. Once the reply ID is known, it could be inserted into the thread data and shown....

difficulty-minor
type-nit

type-enhancement
difficulty-major
area-server

Right now, the background reply instantly appears behind the posts when scrolling stops. But if the user starts over-scrolling before it comes to a complete stop, it's not shown as...

area-interface
type-nit

When dragging up, the post should expand from the bottom up. This was assumed to need an upstream change to `TextOverflowPosition, but maybe with the new use of `Column` to...

area-interface
type-nit
difficulty-unknown

It will make it easier to navigate reply trees where there are a lot of replies in the middle of the tree.

area-interface
type-nit
difficulty-unknown