public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-03-06 11:21:21 to 2026-04-29 12:24:08 UTC [more...]

[PATCH proxmox-yew-comp 1/1] qemu ostype selector: use Linux Kernel 7.x as most recent version
 2026-04-29 12:23 UTC 

[PATCH yew-widget-toolkit] touch: gesture destector: fix double -> multi transition with pointers
 2026-04-17  7:06 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit v2 1/4] touch: gesture detector: implement pinch zoom gesture
 2026-04-17  7:06 UTC  (5+ messages)
` [PATCH yew-widget-toolkit v2 2/4] touch: gesture detector: unify on_drag{_start,_update,_end} callbacks
` [PATCH yew-widget-toolkit v2 3/4] touch: gesture detector: derive Clone and PartialEq for Events
` [PATCH yew-widget-toolkit v2 4/4] touch: gesture detector: add missing comment for swipe callback
` applied: [PATCH yew-widget-toolkit v2 1/4] touch: gesture detector: implement pinch zoom gesture

[PATCH yew-widget-toolkit] touch: gesture detector: implement pinch zoom gesture
 2026-04-16  8:59 UTC  (4+ messages)
` superseded: "

[PATCH yew-widget-toolkit] widget: pie chart: improve constructor interface
 2026-04-10  7:37 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit-assets] charts: improve documentation
 2026-04-10  7:34 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit v4] widget: add 'div' and 'span' helper functions
 2026-04-10  6:39 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit] widget: svg: allow auto conversion from f64 for `SvgLength`
 2026-04-10  6:36 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/3] implement pie chart widget
 2026-04-09 11:39 UTC  (5+ messages)
` [PATCH yew-widget-toolkit-assets 1/1] add helper class for pie chart
` [PATCH yew-widget-toolkit 1/2] macros: widget: impl WidgetStyleBuilder for svgs
` [PATCH yew-widget-toolkit 2/2] add pie chart widget
` applied: [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/3] implement "

[RFC PATCH yew-widget-toolkit 0/3] implement pie chart widget
 2026-04-08 10:57 UTC  (6+ messages)
` [RFC PATCH yew-widget-toolkit 1/3] widget: button: add 'icon_style' property
` [RFC PATCH yew-widget-toolkit 2/3] macros: widget: impl WidgetStyleBuilder for svgs
` [RFC PATCH yew-widget-toolkit 3/3] add pie chart widget
` superseded: [RFC PATCH yew-widget-toolkit 0/3] implement "

[PATCH yew-widget-toolkit v3] widget: add 'div', 'span' and 'italic' helper functions
 2026-04-08 10:56 UTC  (9+ messages)
` superseded: "

[PATCH yew-widget-toolkit v2] widget: form: number: round floats to some decimal precision
 2026-04-07 13:58 UTC  (2+ messages)

[PATCH yew-widget-toolkit v2] widget: add 'div' macro
 2026-04-07 13:12 UTC  (6+ messages)
` superseded: "

[PATCH yew-widget-toolkit] widget: add 'div' macro
 2026-04-02 13:44 UTC  (2+ messages)
` superseded: "

[PATCH yew-comp v2] wizard: make content panel resizable
 2026-04-02 12:00 UTC  (2+ messages)
` applied: "

[PATCH yew-comp] auth view: don't mark realm sync dialog as "edit" and set submit text
 2026-04-02 11:05 UTC  (2+ messages)
` applied: "

[PATCH yew-comp] wizard: make content panel resizable too if wizard parent is
 2026-04-02 10:28 UTC  (3+ messages)

[PATCH proxmox-yew-comp] Add build directory to .gitignore
 2026-04-02  9:13 UTC  (2+ messages)
` applied: "

[PATCH yew-comp 0/3] improve task/log viewer
 2026-03-31 12:55 UTC  (11+ messages)
` [PATCH yew-comp 1/3] task (viewer): add task download button
` [PATCH yew-comp 2/3] log-view: reorganize imports
` [RFC PATCH yew-comp 3/3] log-view: improve display of lines with '\r'

[PATCH yew-comp] user panel: handle expire property on edit properly
 2026-03-26 23:24 UTC  (2+ messages)
` applied: "

[PATCH proxmox-yew-comp] qemu efidisk editor: fix typo in warning message
 2026-03-26 22:17 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit 0/2] widget: form: number: fix float display and focus
 2026-03-25 12:09 UTC  (8+ messages)
` [RFC PATCH yew-widget-toolkit 1/2] widget: form: number: round floats to nearest step value
` [PATCH yew-widget-toolkit 2/2] widget: form: number: allow focusing the input on click
` partially applied: [PATCH yew-widget-toolkit 0/2] widget: form: number: fix float display and focus

[PATCH yew-comp v2 00/13] clippy clean up for proxmox-yew-comp
 2026-03-19 13:01 UTC  (15+ messages)
` [PATCH yew-comp v2 01/13] tree wide: fix clippy lint "useless_conversion"
` [PATCH yew-comp v2 02/13] tree wide: fix clippy lint "new_without_default"
` [PATCH yew-comp v2 03/13] tree wide: fix clippy lint "redundant_static_lifetimes"
` [PATCH yew-comp v2 04/13] tree wide: fix clippy lint "unnecessary_lazy_evaluations"
` [PATCH yew-comp v2 05/13] tree wide: fix clippy lint "unwrap_or_default"
` [PATCH yew-comp v2 06/13] tree wide: fix clippy lint "clone_on_copy"
` [PATCH yew-comp v2 07/13] tree wide: fix clippy lint "collapsible_else_if"
` [PATCH yew-comp v2 08/13] tree wide: fix various minor clippy lints
` [PATCH yew-comp v2 09/13] tree wide: fix clippy lint "manual_strip"
` [PATCH yew-comp v2 10/13] lxc_property/qemu_property: fix clippy lint "match_like_matches_macro"
` [PATCH yew-comp v2 11/13] firewall_property: fix clippy lint "redundant_guards"
` [PATCH yew-comp v2 12/13] qemu_property: fix clippy lint "redundant_pattern_matching"
` [PATCH yew-comp v2 13/13] cargo.toml: globally ignore certain clippy lints

[PATCH yew-comp] fix #7290: url decode code value in openid redirection authorization
 2026-03-19 13:01 UTC  (2+ messages)

[yew-devel] [PATCH proxmox-yew-comp] fix: use IEC standared for showing the HD space
 2026-03-10  9:27 UTC  (4+ messages)

[PATCH yew-comp 00/15] clippy clean up proxmox-yew-comp
 2026-03-09 15:30 UTC  (13+ messages)
` [PATCH yew-comp 02/15] tree wide: fix clippy lint "new_without_default"
` [PATCH yew-comp 03/15] tree wide: fix clippy lint "redundant_static_lifetimes"
` [PATCH yew-comp 04/15] tree wide: fix clippy lint "unnecessary_lazy_evaluations"
` [PATCH yew-comp 05/15] tree wide: fix clippy lint "unwrap_or_default"
` [PATCH yew-comp 06/15] tree wide: fix clippy lint "clone_on_copy"
` [PATCH yew-comp 09/15] tree wide: fix clippy lint "manual_strip"
` [PATCH yew-comp 11/15] firewall_property: fix clippy lint "redundant_guards"
` [PATCH yew-comp 12/15] qemu_property: fix clippy lint "redundant_pattern_matching"
` Superseded: Re: [PATCH yew-comp 00/15] clippy clean up proxmox-yew-comp

[PATCH yew-widget-toolkit-assets] input: align check boxes better in forms
 2026-03-09  9:31 UTC  (2+ messages)
` applied: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal