Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d8f8752
feat: Added common custom stuff for Skipper web components
asijah2 May 14, 2026
b1d59fb
feat: Added new speedometer component
asijah2 May 14, 2026
5fa6648
feat: Added new true-relative component
asijah2 May 14, 2026
a4faf0d
feat: Added new long-lat component
asijah2 May 14, 2026
9c7434b
feat: Added new long-lat-environmental component
asijah2 May 14, 2026
d352143
feat: Added new gnss-skyplot component
asijah2 May 14, 2026
c80af7d
Repository init
asijah2 May 14, 2026
0559719
fix: Changed the width of the accordion-card.
asijah2 May 21, 2026
c73d38b
finished side and top down view
Jun 11, 2026
aade573
refactoring the code related to this task
Jun 18, 2026
c22e85e
adding vessel types
Jun 25, 2026
5c8ad4a
scaling dimHeightVesselSide
Jun 25, 2026
1065d09
fixed dim height vessel line scaling
Jun 25, 2026
e679117
fixed top down positioning for vessels
Jun 26, 2026
750898f
added both view modes side and top down view
Jun 29, 2026
8d38fd6
adjusted spacing between side and top down view
Jun 29, 2026
affb300
fix: Bug fixes
asijah2 Jun 29, 2026
d96a4d1
Merge remote-tracking branch 'origin/vessel-top-side-view' into Jotro…
asijah2 Jun 29, 2026
4afe441
fixed top down view positioning
Jun 29, 2026
e59035b
forgot to change ob-vessel-view inside vessel.ts
Jun 29, 2026
80621a5
Merge remote-tracking branch 'origin/vessel-top-side-view' into Jotro…
asijah2 Jun 30, 2026
454d76e
trimmed empty space for both view mode
Jun 30, 2026
7966afe
fixed scaling side and top down view
Jul 1, 2026
0699dfb
fixed the horizontal bar on both-views mode
Jul 3, 2026
9b11357
Merge remote-tracking branch 'origin/vessel-top-side-view' into Jotro…
asijah2 Jul 4, 2026
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
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"features": {
"ghcr.io/devcontainers/features/git:1": {
"version": "1.3.5",
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.7.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6",
"integrity": "sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6"
}
}
}
Loading