OpenDTU/webapp/src
Bernhard Kirchen 37b173071e webapp: fix line break for reload button
if a page uses the reload button, it had only 1 column of space, and
only if the viewport was at least "sm". this is not the case for typical
smartphones, in which case the reload button would appear on its own row
instead of to the right.

we now limit the heading to 10 columns if and only if the reload button
is to be used, otherwise the heading uses all 12 columns, regardless of
the viewport size. the reload buton uses two columns -- if it is
displayed at all.

the font size of the icon is increased slightly.

as the font size of h1 headings changes with the viewport size, we need
to center both the heading and the button vertically.
2024-12-02 22:19:03 +01:00
..
assets webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
components webapp: fix line break for reload button 2024-12-02 22:19:03 +01:00
locales webapp: show pin mapping categories as cards 2024-11-02 00:28:18 +01:00
plugins webapp: Apply auto formatter 2024-07-05 21:57:53 +02:00
router webapp: always scroll up when navigating to another view 2024-11-02 00:32:49 +01:00
scss webapp: device manager: optimize cards for tab nav 2024-11-02 00:30:03 +01:00
types Rewrite display language handling to work with locale strings instead of magic numbers. 2024-10-25 21:43:29 +02:00
utils Feature: Validate JSON before uploading 2024-11-01 21:52:13 +01:00
views webapp: fix inverter selection button breaking 2024-11-03 20:35:14 +01:00
App.vue webapp: optimize body bottom padding and length 2024-11-01 23:56:48 +01:00
emitter.d.ts webapp: Update dependencies 2024-10-08 18:15:03 +02:00
i18n.ts Feature: Allow custom language pack for webapp 2024-10-21 20:15:56 +02:00
main.ts Feature: Allow custom language pack for webapp 2024-10-21 20:15:56 +02:00