Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d48455c
nearly functional vue3 port
GrahamSH-LLK Apr 15, 2025
0cd29ca
fix reviewed issues except for stream size
GrahamSH-LLK Apr 15, 2025
7942ebd
Updates pipeline change modal button styles to use elevated variant
GrahamSH-LLK Apr 15, 2025
50a2b9b
fix eslint lints
GrahamSH-LLK Apr 15, 2025
789954b
use correct value in pv-slider
GrahamSH-LLK Apr 15, 2025
669a5c6
Refactor hover class handling in pv-icon component to fix eslint
GrahamSH-LLK Apr 15, 2025
c1b5407
address review concerns
GrahamSH-LLK Apr 21, 2025
99bc34e
Run lints
mcm001 Apr 22, 2025
b0489a3
I literally pulled my ruler out for this
Gold856 May 4, 2025
e670b0b
Use the old text input style
Gold856 May 4, 2025
8cc4f15
Fix log level toggle layout
Gold856 May 4, 2025
2f62fc9
Make sliders align better with toggles and selectors
Gold856 May 4, 2025
062e294
Make selector text fully opaque
Gold856 May 4, 2025
0b0348f
Fix all tabs being combined
Gold856 May 4, 2025
8724062
Restore original sidebar font size
Gold856 May 4, 2025
c949e42
Fix settings banner background color
GrahamSH-LLK May 4, 2025
e143976
Fix final typing errors
GrahamSH-LLK May 4, 2025
b58a1ae
get rid of -1 from selects
GrahamSH-LLK May 4, 2025
99a0a5c
Try overriding vuetify's styling
Gold856 May 4, 2025
c7ea66b
Fix vuetify setup
GrahamSH-LLK May 4, 2025
0c2c131
Fix up colors
Gold856 May 4, 2025
0aed646
fix driver mode switch
GrahamSH-LLK May 5, 2025
68a57d8
Add missing imports
GrahamSH-LLK May 5, 2025
2ef8038
Format and lint
Gold856 May 5, 2025
8337377
Fix range slider coloring and spacing
Gold856 May 5, 2025
a9c6195
Fix more alignment and layout issues with the log view
Gold856 May 5, 2025
c739288
keep Camera/Pipeline card from expanding
GrahamSH-LLK May 5, 2025
d07130d
fix log viewer
GrahamSH-LLK May 5, 2025
23bb800
fix documentation height
GrahamSH-LLK May 5, 2025
44bf865
Fix text truncation in Camera Matching
Gold856 May 5, 2025
c3c013c
Make other random text (camera status in Camera Matching) fully opaque
Gold856 May 4, 2025
22b9d01
add validation and less text
samfreund May 5, 2025
ac07ff3
Fix camera page scrolling
GrahamSH-LLK May 5, 2025
02c7a1d
attempt to fix radios
GrahamSH-LLK May 5, 2025
587335c
Set value to fix networking radios
GrahamSH-LLK May 5, 2025
094b758
lint
samfreund May 5, 2025
0b07d3c
Fix regex validation
Gold856 May 6, 2025
66c5616
Fix random padding on auto exposure toggle
Gold856 May 6, 2025
5f7a9dc
Remove random align and justify attributes, make targets table paddin…
Gold856 May 6, 2025
3cdae20
Format and lint
Gold856 May 6, 2025
92a8e30
Fix multitag tab shaking
Gold856 May 6, 2025
2b853b4
Merge branch 'main' into vue3
samfreund May 6, 2025
733e0cf
Increase line height for sidebar text
Gold856 May 6, 2025
4f51a94
Fix calibration info card
Gold856 May 6, 2025
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
4 changes: 3 additions & 1 deletion photon-client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"plugin:vue/vue3-recommended",
"eslint:recommended",
"@vue/eslint-config-typescript",
"@vue/eslint-config-prettier/skip-formatting"
"@vue/eslint-config-prettier/skip-formatting",
"plugin:vuetify/base"

],
"rules": {
"quotes": ["error", "double"],
Expand Down
Loading
Loading