Manuel Römer

Results 16 issues of Manuel Römer

## Description Right now, we are already supporting several established frameworks. For some (potentially enterprise important ones), support is still missing. One of these frameworks is [OpenUI5](https://openui5.org/). We should implement...

enhancement
plugin
converter
in-review

# New Feature Proposal ## Description I think that it might be a good idea to move from Azure Pipelines to GitHub Actions in order to have everything in one...

repository

# Documentation Issue ## Description Files should have an automatically generated documentation page listing all public API members. This should probably be done via DocFX. Ideally the documentation is auto-generated...

documentation

# New Feature Proposal ## Description Files should provide support for watching the underlying file system. It is never guaranteed that **every** file system has watch-support, meaning that such an...

enhancement

This PR adds a custom Behaviors API, similar to the known `System.Windows.Interactivity`, but modernized. Inspirations come from the `XamlBehaviors` OS-project which can be found on GitHub too. See #45 for...

#### What should the new feature look like? The `Card` class should be interactive. A lot of cards in other applications can, for instance, be clicked. The current card is...

#### What is the problem? The XML comments have a few problems which need to be updated. ConstructedFrameworkElement.Child > References IconElement. DropShadowDecorator.ToString > References "panel", even though it's a decorator....

approved
doc

## Overview Some classes in the `Celestial.UIToolkit.Media.Animation` namespace need to be tested. ## What needs to be tested? ### Classes * `AnimationUsingKeyFramesBase` * `BrushAnimation` classes ## Details ### KeyFrame Animation...

help wanted
approved
tests

#### What should the new feature look like? A `BackdropContentControl` is a `ContentControl` which can display a backdrop over the content. The idea comes from the Material Design Guidelines: [Backdrop](https://material.io/design/components/backdrop.html)...

#### Describe the bug It should be possible to manually set the `NavigationView.SettingsItem` to allow setting custom commands and Content Strings from XAML.

potential problem