Dan Ditomaso
|
cdc2554af6
|
fix: update lock file
|
2025-01-27 08:31:31 -05:00 |
|
Hunter Thornsberry
|
2808b6f26a
|
Merge pull request #384 from danditomaso/feat/force-format-lint-before-commit
Added simple-git-hooks to run linting/formatting script prior to commit
|
2025-01-25 22:47:58 -05:00 |
|
Hunter Thornsberry
|
41ff10c653
|
Merge pull request #374 from tdhawk/fix-readme
update container port
|
2025-01-25 22:43:42 -05:00 |
|
Dan Ditomaso
|
4508428160
|
feat: add simple-git-hooks to run linting/formatting prior to commit
|
2025-01-25 21:49:37 -05:00 |
|
Dan Ditomaso
|
f0dd426055
|
chore: linting
|
2025-01-25 21:24:43 -05:00 |
|
Dan Ditomaso
|
d0ca24ae6f
|
feat: debounce message draft state updates to reduce zustand/immer store writes on Messages page
|
2025-01-25 16:41:42 -05:00 |
|
Dan Ditomaso
|
fe2b76eeb9
|
fix: moving tailwind libs to dev dependency, removed unused deps
|
2025-01-25 16:09:59 -05:00 |
|
Tilen Komel
|
2fbf2a1173
|
Fix show ?? if null
|
2025-01-24 12:26:28 +01:00 |
|
Tilen Komel
|
c9377295db
|
Merge branch 'master' into feature/node-quick-options
|
2025-01-24 12:18:10 +01:00 |
|
Tilen Komel
|
54c73a8c0d
|
Add snr to traceroute
|
2025-01-24 12:15:57 +01:00 |
|
Hunter Thornsberry
|
5d0f2e4403
|
Merge pull request #381 from KomelT/fix/biome
Fix Biome
|
2025-01-23 22:54:52 -05:00 |
|
Tilen Komel
|
47150c649f
|
Add back pnpm check into build command
|
2025-01-24 01:50:41 +01:00 |
|
Tilen Komel
|
7930f44109
|
Try to fix old stuff
|
2025-01-24 01:42:01 +01:00 |
|
Tilen Komel
|
ec6906a5c3
|
Fixes by hand
|
2025-01-24 01:27:33 +01:00 |
|
Tilen Komel
|
891a1a9503
|
pnpm check:fix
|
2025-01-24 01:26:15 +01:00 |
|
Tilen Komel
|
965e3247b0
|
Added 2way traceroute
|
2025-01-24 00:49:27 +01:00 |
|
Tilen Komel
|
f24041651c
|
Fix legacy import
|
2025-01-24 00:03:55 +01:00 |
|
Tilen Komel
|
3f88373dd8
|
Merge branch 'master' into feature/node-quick-options
|
2025-01-23 23:57:05 +01:00 |
|
Tilen Komel
|
aa66e1f73c
|
Biome
|
2025-01-23 23:45:24 +01:00 |
|
Hunter Thornsberry
|
cf79f3b07e
|
Merge pull request #379 from KomelT/add-package-manager
Add packageManager in package.json
|
2025-01-23 16:25:58 -05:00 |
|
Tilen Komel
|
9493649a69
|
This works now
|
2025-01-23 14:02:21 +01:00 |
|
Tilen Komel
|
c8cd5b0eaa
|
Define package_json_file: package.json in CI
|
2025-01-23 13:49:44 +01:00 |
|
Tilen Komel
|
c16b3a3ce0
|
Add version
|
2025-01-23 13:35:12 +01:00 |
|
Tilen Komel
|
2967a74480
|
Blank version
|
2025-01-23 13:33:13 +01:00 |
|
Tilen Komel
|
ea648ca887
|
Just for joke without actions/checkout@v4
|
2025-01-23 13:30:16 +01:00 |
|
Tilen Komel
|
8d35b57d19
|
Add packageManager in package.json
|
2025-01-23 12:59:57 +01:00 |
|
Hunter Thornsberry
|
be9a07bc4b
|
Merge pull request #360 from danditomaso/add_pki_backup_dialog
Add PKI backup dialog, add reminder toast to suggest backing up private key.
|
2025-01-22 22:35:41 -05:00 |
|
Tom Fifield
|
7d37c6e728
|
Merge pull request #378 from Hunter275/ci-pnpm-version
remove version spec
|
2025-01-21 13:54:11 +11:00 |
|
Hunter275
|
42ccd953c0
|
remove version spec
|
2025-01-20 20:20:50 -05:00 |
|
Hunter Thornsberry
|
578405d5d3
|
Merge pull request #362 from danditomaso/update_ble_serial_wording_https
fix: update connect dialog messaging to describe requirement for https
|
2025-01-20 14:59:51 -05:00 |
|
Dan Ditomaso
|
ebb32f0893
|
fix: changed position of error message, disabled buttons when error is showing
|
2025-01-19 22:42:38 -05:00 |
|
Hunter Thornsberry
|
9cef18b82a
|
Merge pull request #370 from PhotoNomad0/feature-addDateToDisplayedMessages
Feature / Added date to messages displayed
|
2025-01-19 02:25:14 -05:00 |
|
Hunter Thornsberry
|
88510a6ffe
|
Merge pull request #367 from danielhogstrom/sidebar-close-button
feat: Add sidebar close button
|
2025-01-19 02:21:10 -05:00 |
|
Hunter275
|
be6acc5ef2
|
add right border
|
2025-01-19 00:50:23 -05:00 |
|
Anthony Hawk
|
4e35cf326e
|
updated container port
|
2025-01-18 14:10:30 -06:00 |
|
Dan Ditomaso
|
225d6055d4
|
Improved error messaging based on feature missing from browser
|
2025-01-15 20:11:46 -05:00 |
|
Dan Ditomaso
|
7884991ac6
|
Refactor based on code review. Improved typing of useCookie hook. Added duration/delay to control length of toast.
|
2025-01-14 21:51:06 -05:00 |
|
PhotoNomad0
|
2d041ab6d0
|
Added date to messages displayed
|
2025-01-13 06:37:18 -05:00 |
|
Daniel
|
c2cdc92ae9
|
feat: Add sidebar close button
|
2025-01-12 18:59:12 +01:00 |
|
Tom Fifield
|
6b10d35e1a
|
Merge pull request #365 from kylewistrand/fix-node-detail-dark-mode
fix: Node map detail dark mode
|
2025-01-12 13:38:45 +08:00 |
|
Kyle Wistrand
|
790f93322e
|
feat: Make nodes on dashboard clickable
|
2025-01-11 20:56:03 -08:00 |
|
Kyle Wistrand
|
b50edb2762
|
fix: Node map detail dark mode
|
2025-01-11 20:31:33 -08:00 |
|
Hunter Thornsberry
|
88e06a1bea
|
Merge pull request #350 from kylewistrand/add_map_node_detail
feat: Add Node detail popup in Map view
|
2025-01-10 14:17:48 -05:00 |
|
Dan Ditomaso
|
07d4204e86
|
Merge branch 'add_pki_backup_dialog' of https://github.com/danditomaso/meshtastic-web into add_pki_backup_dialog
|
2025-01-07 15:11:58 -05:00 |
|
Dan Ditomaso
|
0e78d0bd50
|
feat: added delay to toast appearing to avoid conflicting with messages/node loading.
|
2025-01-07 15:09:00 -05:00 |
|
Dan Ditomaso
|
f3a3741216
|
feat: Add key backup reminder. Refactor Toast component to handle dark mode better
|
2025-01-07 15:08:01 -05:00 |
|
Dan Ditomaso
|
74e33d09b1
|
feat: Add pki backup dialog, refactor Channels pre-shared key to support regenerate dialog
|
2025-01-07 15:08:01 -05:00 |
|
Tom Fifield
|
ecd50148de
|
Merge pull request #363 from danditomaso/add_empty_psk_size
Added empty value to pre-shared key size. Feature parity with IOS app
|
2025-01-07 13:58:20 +08:00 |
|
Hunter Thornsberry
|
08a28eeb68
|
Merge branch 'master' into add_map_node_detail
|
2025-01-07 00:05:45 -05:00 |
|
Dan Ditomaso
|
cbabcd4782
|
feat: added delay to toast appearing to avoid conflicting with messages/node loading.
|
2025-01-06 16:00:13 -05:00 |
|