mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:39:37 +00:00
Fix responsiveness of UI on mobile devices. Shows only relevant images.
The UI is now responsive for all devices (almost). The inputs are made full-width for mobile devices. Only relevant images are shown as download links. Previously all the images returned by ASU server were shown which is fixed now. Signed-off-by: Sudhanshu Gautam <sudhanshu@clever.coffee>
This commit is contained in:
parent
9475f4092a
commit
3d1243a946
7 changed files with 32 additions and 16 deletions
|
|
@ -38,13 +38,13 @@ function AlertDialog({open, cancelHandler, acceptHandler, text, title, cancelCom
|
|||
}
|
||||
|
||||
AlertDialog.propTypes = {
|
||||
open: PropTypes.boolean,
|
||||
open: PropTypes.bool,
|
||||
cancelHandler: PropTypes.func,
|
||||
acceptHandler: PropTypes.func,
|
||||
text: PropTypes.string,
|
||||
title: PropTypes.string,
|
||||
cancelComponent: PropTypes.elementType,
|
||||
acceptComponent: PropTypes.elementType,
|
||||
acceptComponent: PropTypes.object,
|
||||
};
|
||||
|
||||
export default AlertDialog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue