]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/shortlog
ui/proxmox-yew-widget-toolkit.git
2024-12-17 Dietmar Maureralign: move code to dom module
2024-12-17 Dietmar Maurercolumn: derive Properties instead of Default
2024-12-17 Dietmar Maurercard: derive Properties instead of Default
2024-12-17 Thomas Lamprechtbuildsys: add upload target
2024-12-17 Thomas Lamprechtbuildsys: add DEBS and BUILDDIR variables
2024-12-17 Dietmar Maurerimprove docs
2024-12-17 Dietmar Maurerimprove size observer docs
2024-12-17 Dietmar Maurerrow: derive Properties instead of Default
2024-12-17 Dietmar Maurervisibility observer: remove unused generic parameter...
2024-12-17 Dietmar Maurerpanel: derive Properties instead of Default
2024-12-17 Dietmar Maurerbump version to 0.4.2
2024-12-17 Dietmar Maurerpwt-macros: bump version 0.3.0
2024-12-17 Dietmar Maureradd real VisibilityObserver component
2024-12-17 Dietmar Maurerrename VisibilityObserver to DomVisibilityObserver
2024-12-17 Dietmar Maurerlist: use new SizeObserver component
2024-12-17 Dietmar Maureradd real SizeObserver component
2024-12-17 Dietmar Maurerrename SizeObserver to DomSizeObserver
2024-12-16 Thomas Lamprechtbump version to 0.4.1
2024-12-16 Thomas Lamprechtstyle fix line-length and formatting in various doc...
2024-12-16 Dietmar Maurercleanup: remove unused code
2024-12-16 Dominik Csapakwidget: data table: beter handle navigation input
2024-12-16 Thomas Lamprechtreadme: fix future git repo url
2024-12-16 Thomas Lamprechtreflow some doc-comments to use full 100cc width
2024-12-16 Dominik Csapaktree wide: remove debug log statements
2024-12-15 Thomas Lamprechtcheck in generated d/control files
2024-12-15 Thomas Lamprechtbuildsys: wrap debcargo command over multiple lines
2024-12-15 Dietmar Maurerlist: make number of prefetched rows configurable
2024-12-14 Thomas Lamprechttheme density: rework naming to more telling variants
2024-12-13 Dietmar Maurerpwt-macros: bump version to 0.2.0
2024-12-13 Dietmar Maurerfix debian release name
2024-12-13 Dietmar Maurerbump version to 0.4.0
2024-12-13 Dominik Csapakwidget: meter: add 'animated' flag
2024-12-13 Dietmar Maurerlist: also hide sparator behind wrapper
2024-12-13 Dietmar Maurerlist: cleanup: avoid compiler warnings
2024-12-13 Dominik Csapakcss: add rust enum for font style
2024-12-13 Dietmar Maurerlist: remove key property, because it is already in...
2024-12-13 Dietmar Maurerlist: add separator property
2024-12-13 Dietmar Maurerlist: split out list tile observer code
2024-12-13 Dietmar Maurerlist: use list tiles with forcable height
2024-12-12 Dietmar Maurerlist: remove separator property to simplify development
2024-12-12 Dietmar Maurerlist tile: add force_height property
2024-12-12 Dietmar Maurertab: change default style to MaterialPrimary
2024-12-10 Dietmar Maurerlist: add ARIA roles
2024-12-10 Dietmar Maurercleanup: list: remove unused code, use better names
2024-12-10 Dietmar Maurerlist: compute tail height
2024-12-10 Dietmar Maurerlist: fix for missing onscroll event.
2024-12-09 Dietmar Maurerlist: rate limit TileResize events
2024-12-09 Dietmar Maurerlist: observe tile resizes
2024-12-09 Dietmar Maurerlist_tile: add resize_callback
2024-12-08 Dietmar Maurerlist: improve inline docs
2024-12-07 Dietmar Maurerrename ProxmoxLanguageSelector to PwtLanguageSelector
2024-12-07 Dietmar Maurerdocs: avoid useless re-export docs
2024-12-07 Dietmar Maurerlist: improve docs
2024-12-07 Dietmar Maurerdocs: fix compiler warning
2024-12-07 Dietmar Maurerlist: improve docu
2024-12-07 Dietmar Maurerlist: set scroll_to to correct size estimations
2024-12-07 Dietmar Maurerlist: improve virtual scroll by tracking all tile sizes
2024-12-03 Shannon Sterzlanguage: make LANGUAGE thread local
2024-12-03 Shannon Sterzgettext_wrapper: use inner mutability for CATALOG
2024-12-03 Shannon Sterzlanguage: use inner mutability for AVAILABLE_LANUGAGES
2024-12-03 Shannon Sterzlib: mark unused parameters
2024-12-03 Dominik Csapakwidget: form: use value from form ctx if given
2024-12-03 Dominik Csapakstate: loader: don't unnecessarily notify listeners
2024-12-03 Dietmar Maurerlist: set overflow-anchor to none
2024-12-03 Dietmar Maurerlist: set yew keys on all list items to keep item state
2024-11-30 Dietmar Maurerdocs: improve list tile example
2024-11-28 Dietmar Maurerlist: use grid layout and allow to set grid-template...
2024-11-27 Dietmar Maureradd new list tile widget
2024-11-27 Dietmar Maureradd new list widget with virtual scrolling
2024-11-27 Dietmar Maurerdocs: fix typo
2024-11-26 Dietmar Maurercleanup: remove unused size observer from data table
2024-11-26 Dietmar Maurercleanup: use style helper
2024-11-26 Dominik Csapakwidget: selector: limit error messages to width of...
2024-11-26 Dominik Csapakwidget: selector: show load mask when loading
2024-11-21 Dietmar Maurercleanup: use IntoOptionalKey trait
2024-11-21 Dietmar Maurerfix doc tests
2024-11-20 Dietmar Maurercombine storage location and state_id
2024-11-19 Dominik Csapakwidget: dropdown: remove unnecessary style
2024-11-19 Dominik Csapakwidget: dropdown: make popover behavior manual
2024-11-19 Dominik Csapakwidget: dropdown: mark non-editable dropdowns with...
2024-11-18 Dietmar Maurerfix previous commit: correctly set focus on the .select...
2024-11-18 Dominik Csapakwidget: dropdown: properly focus the selected element
2024-11-18 Dominik Csapakwidget: dropdown: use popover instead of a dialog
2024-11-08 Dietmar Maurerasync_pool: implement send_future
2024-11-08 Dominik Csapakasync pool: add 'send_future' wrapper
2024-10-25 Dietmar MaurerAsyncPool: simplify atomic counter usage
2024-10-24 Shannon Sterzwidget: remove useless `try_from` call in theme density...
2024-10-23 Dietmar MaurerAsyncPool: impl Clone and PartialEq
2024-10-23 Dietmar Maureradd new AsyncPool class
2024-10-23 Dietmar MaurerSearchDropdown: use async abort guard
2024-10-23 Dietmar Maurermove WebSysAbortGuard to separate file
2024-10-23 Dietmar Maurercleanup: move AsyncAbortGuard to top level
2024-10-23 Dietmar Maurermake fetch_catalog abortable
2024-10-23 Dietmar MaurerSelector: use async abort guard
2024-10-23 Dietmar MaurerLoader: use AsyncAbortGuard
2024-10-23 Dietmar Maureradd async abort guard
2024-10-23 Dietmar Maurermake default http_get method abortable
2024-10-16 Dominik Csapakcss: add `Opacity` class helper
2024-10-16 Dominik Csapakwidget style builder: add `opacity` helper
2024-10-16 Dominik Csapakwidget style builder: add `flex` helper
next