Mathias Mogensen
Mathias Mogensen
> Hi, I would like to work on this Hey Rawat, this is quite the advanced feature. It requires replicating similar behaviour to that of a Chip Input Field commonly...
I'm not sure this is resolved how I envisioned it. 1. Up/down is fine, but if I can't deselect with enter the target in multi-select, then it's not functional. 2....
I can't see a reason why you couldn't use eg. the Selection or Attribute toggle Notifiers for your use-case. ``` editorState.toggledStyleNotifier; editorState.selectionNotifier; ``` You can also subscribe to the transactions...
> Can I ignore it? If not what should I do to fix this? You don't have to worry about the commitlint failing, it's not important :+1:
> @LucasXu0 as @Xazin has mentioned to display Page title and url, so according to the current implementation there is no Page title metadata on LinkPreviewNode > This requires a...
> okay I will create a issue on AppFlowy-plugin repository and push the changes there. Thanks a lot, feel free to DM me or reach out on our discord if...
Hey Unleed, you can use the Footer and Header builder to build footer/header for a Group. Do you mean footer/header for the whole board? In that case, since the board...
I've resolved the rest of the ticket in this PR, I'll merge once pipelines go green.
> @Xazin Thanks for the report. > > The widget `RawKeyboardListener` you are using listens to the key events only when its focus node has focus. > > Also, I...
I've found the issue, thanks a lot for bisecting, luckily I saw both messages before starting. Issue specifically stems from changes in `lib/src/widgets/routes.dart` More specifically calling `changedInternalState()` in ``` @override...