Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
acfa7d2
Add badge indicator on layers icon. (#894)
danditomaso Oct 16, 2025
a61bb2d
fix(actions): improve main to stable release workflow (#895)
danditomaso Oct 17, 2025
64d1f0f
fix(ui): logic on waypoint layer component caused 0 to be shown in UI…
danditomaso Oct 18, 2025
fe35376
chore(i18n): New Crowdin Translations by GitHub Action (#899)
github-actions[bot] Oct 21, 2025
c3f073a
Update readme with new widgets (#901)
danditomaso Oct 21, 2025
80c9306
feat(i18n): add fr localization support (#902)
danditomaso Oct 21, 2025
15daa02
feat(ci): add CI workflow to automatically close issue after 60 days …
danditomaso Oct 22, 2025
af2fac1
chore(deps): bump vite from 7.1.9 to 7.1.11 (#903)
dependabot[bot] Oct 23, 2025
fc1e327
Update inactive issue workflow schedule and settings (#905)
danditomaso Oct 23, 2025
cdad811
Persists device and app stores across sessions (#860)
philon- Oct 23, 2025
ff02b14
Fix description for historyReturnWindow (#907)
weebl2000 Oct 24, 2025
0cf677c
Feat(config): Align settings menu to match android/ios (#906)
danditomaso Oct 24, 2025
68ad535
chore: add new folders to biome config (#910)
danditomaso Oct 28, 2025
f375911
chore(i18n): New Crowdin Translations by GitHub Action (#908)
github-actions[bot] Oct 28, 2025
679f798
fix: use correct deprecated GPS coordinate format enum (#917)
dzienisz Oct 29, 2025
1df63bb
style: fix line wrapping for GPS coordinate format enum (#918)
dzienisz Oct 29, 2025
e53edfb
feat(state): enable deviceStore persistance (#922)
danditomaso Oct 31, 2025
3392c9d
fix(core): ensure core package works in browser (#923)
Azarattum Oct 31, 2025
e821a65
fix: add @serialport/bindings-cpp to onlyBuiltDependencies (#914)
benallfree Oct 31, 2025
4386854
feat(ui): Add UI library (#900)
danditomaso Oct 31, 2025
a1a6469
fix: added skelton loader for message items (#927)
danditomaso Nov 4, 2025
1af1295
feat(connections): Add connections page (replaces new device dialog) …
danditomaso Nov 4, 2025
2e60af1
fix(ci): add ui library to excluded list (#928)
danditomaso Nov 4, 2025
d8ad0ef
fix(config): update change registry channel value (#929)
danditomaso Nov 4, 2025
e13d543
chore(i18n): New Crowdin Translations by GitHub Action (#924)
github-actions[bot] Nov 4, 2025
ab03087
fix(connections): ensure connections reflect actual status. (#930)
danditomaso Nov 4, 2025
7c9013a
fix(connection): support port on HTTP connection (#935)
danditomaso Nov 6, 2025
6aeaed9
feat(docker): add arm v7 support (#934)
danditomaso Nov 6, 2025
a00cb20
feat(ui): match avatar color other platforms (#933)
danditomaso Nov 6, 2025
2e03b4a
fix(ui): fix add connection dialog typo (#938)
danditomaso Nov 6, 2025
0c8fcec
fix(i18n): Correct 'disconnected' typo in connections.json (#943)
philon- Nov 10, 2025
d1597ce
chore(i18n): New Crowdin Translations by GitHub Action (#941)
github-actions[bot] Nov 10, 2025
7f21b3b
Add 'packages/web' to excluded directories (#947)
danditomaso Nov 10, 2025
648a9c3
refactor: device connection logic, added nonce to get config only (#946)
danditomaso Nov 12, 2025
ac28fbc
fix: removed duplicate images (#951)
danditomaso Nov 12, 2025
94d5191
feat: add devcontainer (#953)
jsacrist Nov 13, 2025
390b46f
fix(ui): add language switcher to connections page (#954)
danditomaso Nov 13, 2025
b99057d
chore(i18n): New Crowdin Translations by GitHub Action (#958)
github-actions[bot] Nov 18, 2025
295755e
fix: interpolate longName and shortName in PKI backup download (#959)
zeozeozeo Nov 18, 2025
06cc266
fix(ui): removed internet hosted fonts from app (#955)
danditomaso Nov 19, 2025
68cea2e
chore(i18n): New Crowdin Translations by GitHub Action (#962)
github-actions[bot] Nov 23, 2025
8918603
fix(ui): correct typo in languagePicker key and adjust description wi…
dzienisz Nov 25, 2025
0570438
chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 (#968)
dependabot[bot] Nov 27, 2025
5debdb4
fix(ui): add "never" i18n string, fix "Favorite" tooltip (#965)
Pmmlabs Nov 27, 2025
6a7be99
feat: add fixed position coordinate picker (#909)
dzienisz Nov 27, 2025
020e9d6
feat(ui): add SNR, RSSI, hops info for messages (#963)
Pmmlabs Nov 27, 2025
94220e7
feat(map): add heatmap layer (#969)
danditomaso Nov 29, 2025
0b2fdb6
Revert "feat(ui): add SNR, RSSI, hops info for messages (#963)" (#974)
danditomaso Dec 2, 2025
3ecea59
Update README with Buf CLI installation instructions (#981)
rj-xy Dec 5, 2025
0108494
Channel bandwidth is kHz, not MHz (#983)
weebl2000 Dec 9, 2025
765e4af
fix channel importing bug (#1005)
danditomaso Feb 11, 2026
7de1c66
Merge branch 'stable' into merge/main-into-stable
danditomaso Feb 11, 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
3 changes: 2 additions & 1 deletion packages/web/src/components/Dialog/ImportDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export const ImportDialog = ({ open, onOpenChange }: ImportDialogProps) => {
)
) {
setChange(
{ type: "channels", index: importIndex[index] ?? 0 },
{ type: "channel", index: importIndex[index] ?? 0 },

payload,
channels.get(importIndex[index] ?? 0),
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Channel = ({ onFormInit, channel }: SettingsPanelProps) => {
};

const workingChannel = getChange({
type: "channels",
type: "channel",
index: channel.index,
}) as Protobuf.Channel.Channel | undefined;
const effectiveConfig = workingChannel ?? channel;
Expand Down