Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile UX: full screen maps, logbook improvements #132

Merged
merged 31 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
22dc427
Logbook: smaller fonts, cleanup
lukarenko May 9, 2024
2c1d758
Logbook: remove deviders
lukarenko May 9, 2024
bfded4e
Logbook: Observtion uses smallcaps headers as elsewhere
lukarenko May 9, 2024
b4d599a
Logbook: compact summary
lukarenko May 9, 2024
f60ee9c
Main page: no padding on smaller screens
lukarenko May 9, 2024
dc1a03e
Logbook: map to max screen
lukarenko May 9, 2024
2a771fa
Layout: remove padding on main page
lukarenko May 9, 2024
a83a0c0
Logbook: map full-screen
lukarenko May 9, 2024
f48ce08
Timelapse: map full screen
lukarenko May 9, 2024
9b0af59
Layout: remove tablet hack
lukarenko May 9, 2024
e1951b1
Layout: add 0.5 margin under navbar
lukarenko May 9, 2024
e4dc378
Logbook: reduce sidebar for test
lukarenko May 9, 2024
a1df95c
Logbook: more compact departed/arrived
lukarenko May 9, 2024
1ac60dc
Logbook: remove live monitoring
lukarenko May 9, 2024
fd5d110
Logbook: remove legend from Performance charts
lukarenko May 9, 2024
7102a62
Logbook: sidebar size limited for test
lukarenko May 9, 2024
474cb43
Logbook: remove axis labels from Performance chart
lukarenko May 9, 2024
00d1b18
Logbook: test limit sidebar
lukarenko May 9, 2024
54c7bca
Logbook: switch to Leaflet.SidePanel
lukarenko May 9, 2024
4152faf
Timelapse: move trip/moorage overlay to center
lukarenko May 9, 2024
8a51ede
Move to components/maps
lukarenko May 9, 2024
1e0a22f
Update leaflet-sidepanel.css
lukarenko May 9, 2024
e012697
Cleanup
lukarenko May 9, 2024
30e3121
Performance: fix chart titles (swap)
lukarenko May 9, 2024
91da859
Summary: arrow shorter
lukarenko May 9, 2024
0409e1c
Summary: increase fromt/to font size
lukarenko May 9, 2024
7313bad
Switch to our blue color for active tab
lukarenko May 10, 2024
400c73e
Dashboard: fix batt/solar/power/tank color for dark mode
lukarenko May 10, 2024
53c3784
Summary: add NOTES header and Delete Log Book
lukarenko May 10, 2024
b253e47
Merge branch 'live' into mobile-ux
lukarenko May 10, 2024
21538b8
Summary: add TAGS header
lukarenko May 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
'@vue/typescript/recommended',
'@vue/prettier',
],

ignorePatterns: ['src/components/maps/leaflet-sidepanel.*'],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
Expand Down
Loading