Daniel Saidi

Results 140 issues of Daniel Saidi

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. Nimble doesn't compile for watchOS, since `throwAssertion` uses an exception type that isn't available for watchOS....

enhancement

I noticed now, that when I drag the sheet handle, the sheet moves less than my finger. I have tried changing the drag gesture to use `.onChange` instead of `.updating`...

bug

This component is much more fitting as a micro library. Once SwiftUI adds this to the standard libraries, we can then deprecate the library. Once this new library is live,...

tech

This library was always about adding reusable, simple utilities and views to extend SwiftUI. However, over time, I have added more complex component types and concepts to the library, which...

misc

That would make it possible to fade in another view as a card is dragged from the top of the deck.

feature

Since RichTextKit wraps UIKit and AppKit, the SwiftUI `toolbar` view modifier with keyboard placement doesn't work. In other words, this will not work: ``` RichTextEditor(text: $text, context: textEditorContext) .frame(minHeight: 200)...

feature

The OribiRichTextKit unit tests have not yet been ported. We should do this before releasing 0.2.

tech

On macOS, the background and foreground colors aren't reset when moving the text input cursor from colored text to a plain text. In the image above, all text was plain....

bug

The demo app is currently functional, but not designed at all. We should adjust it to look like e.g. Notes, Pages, Word or Google Docs.

adjustment

The library should have support for creating document-based apps. Once this is implemented, the demo app should be converted to a document-based app as well.

feature