Commit Graph

194 Commits

Author SHA1 Message Date
Marat Fayzullin a808db8c60 Merge branch 'files' 2023-02-22 17:02:24 -05:00
Marat Fayzullin 8da73db80f Changing cursor to hand on downloadable canvas. 2023-02-22 17:01:59 -05:00
Marat Fayzullin 91db9c603a Merge branch 'files' 2023-02-22 16:35:45 -05:00
Marat Fayzullin 48178ee190 Added button flash. 2023-02-22 10:21:51 -05:00
Marat Fayzullin c05064e6e8 Adding rudimentary file browser. 2023-02-21 20:30:39 -05:00
Marat Fayzullin 80cf77791e Attaching REC button to the S-meter. 2023-02-20 23:36:44 -05:00
Marat Fayzullin 811e1243c9 Done recording. 2023-02-20 20:41:23 -05:00
Marat Fayzullin 8bad5819ad Adding timestamps, removing debug. 2023-02-15 16:02:33 -05:00
Marat Fayzullin 540470dabf Adjusting window. 2023-02-15 12:56:19 -05:00
Marat Fayzullin d1a0563be4 Debugging. 2023-02-14 17:43:57 -05:00
Marat Fayzullin 3afc782973 Debugging 2023-02-13 17:10:48 -05:00
Marat Fayzullin f1a1719e86 SSTV integration started working. 2023-02-13 14:31:28 -05:00
Marat Fayzullin 88bbff42f1 Debugging 2023-02-12 21:22:50 -05:00
Marat Fayzullin f14256d60d Adding SSTV to the UI. 2023-02-11 13:00:21 -05:00
Marat Fayzullin 647e293f09 Making CwDemodulator width 50Hz, using fixed fonts for text output. 2023-01-28 13:56:20 -05:00
Marat Fayzullin bad6951277 Adding arrow buttons to the scale for touch tuning. 2023-01-12 14:06:50 -05:00
Marat Fayzullin d5e64e2dc0 Adding session timeout settings, branding. 2023-01-04 22:12:28 -05:00
Marat Fayzullin dff515be46 Tuning step button restores default tuning step now. 2022-11-20 20:26:24 -05:00
Marat Fayzullin a1bd9f4d9b Moving UI elements around. 2022-11-20 14:35:19 -05:00
Marat Fayzullin 26c12e1e38 Adding UI for the tuning step selection. 2022-11-19 23:37:27 -05:00
Jakob Ketterl 40c68933e1 add preliminary parsing and display of M17 metadata 2021-12-21 21:18:17 +01:00
Jakob Ketterl 9f89a21cfb remove psk31 character animation since it's killing the client 2021-10-15 15:57:27 +02:00
Jakob Ketterl 48eb754170 collapse empty meta lines 2021-06-18 09:31:02 +02:00
Jakob Ketterl f5c2525f22 switch NXDN to use digiham decoder; add meta panel 2021-06-15 22:50:30 +02:00
Jakob Ketterl 455b2ce1f1 adapt D-Star terminology in the labels 2021-06-09 23:28:07 +02:00
Jakob Ketterl 4fd5a62980 fix flexbox display of metadata panels 2021-06-08 23:01:03 +02:00
Jakob Ketterl f3d1084b60 make the location icon less jumpy 2021-06-08 17:55:56 +02:00
Jakob Ketterl 17a78ffa79 fix typo 2021-06-08 14:04:28 +02:00
Jakob Ketterl 322582d29b add dstar metadata panel 2021-06-08 13:37:13 +02:00
Jakob Ketterl e206b83e74 move the error overlay so it doesn't block the title menu buttons 2021-05-17 21:14:00 +02:00
Jakob Ketterl 970be58e9c invent a new icon for continuous auto waterfall mode 2021-05-17 20:25:25 +02:00
Jakob Ketterl 0258a75650 replace meta panel images with svg (inlining does not work due to
filters)
2021-05-16 22:47:35 +02:00
Jakob Ketterl 979f11f40a move play button to svg-defs 2021-05-16 17:47:02 +02:00
Jakob Ketterl a04f198ade inline the google maps pin svg 2021-05-16 17:30:34 +02:00
Jakob Ketterl 8a54ef4cd0 clean up
* remove sprites and corresponding styles
* remove base pngs
* remove other unused images
2021-05-16 16:10:00 +02:00
Jakob Ketterl 6e0e271294 replace bookmark button with svg 2021-05-16 01:06:57 +02:00
Jakob Ketterl 39d49ca991 replace trashcan icon with svg 2021-05-16 00:39:53 +02:00
Jakob Ketterl 2d8ae33542 replace squelch button with svg 2021-05-15 23:57:24 +02:00
Jakob Ketterl 4a1676bb81 replace speaker icons with svg 2021-05-15 23:02:06 +02:00
Jakob Ketterl ae8061ee77 replace zoom in and out icons with svg 2021-05-14 20:00:07 +02:00
Jakob Ketterl bc193c834c use a number display to avoid wrong input and support locales 2021-04-28 23:03:03 +02:00
Jakob Ketterl 02e699c597 add pointer to frequency display to indicate clickability 2021-03-31 01:40:35 +02:00
Jakob Ketterl 46d742a12c add cursor to indicate scrollability 2021-03-31 01:38:53 +02:00
Jakob Ketterl 6af0ad0262 fix frequency unit dropdown for firefox 2021-03-05 20:31:23 +01:00
Jakob Ketterl b4460f4f70 fix receiver appearance in firefox 2021-03-05 20:20:22 +01:00
Jakob Ketterl 1871fc359a apply some styling 2021-02-28 18:07:25 +01:00
Jakob Ketterl a92ead3261 implement exponential frequency input on the receiver, too 2021-02-28 17:28:22 +01:00
Jakob Ketterl ccba3e8597 fix positioning (still absolute, but not moving any more) 2021-02-27 17:23:03 +01:00
Jakob Ketterl beb3d696c9 use transform / will-change properties for waterfall
* prevents expensive layout events in the browser
* allows the browser to optimize rendering
2021-02-27 17:06:53 +01:00
Jakob Ketterl b2d4046d8a apply z-index layering to status bars to make them render correctly 2021-02-15 18:00:46 +01:00
Jakob Ketterl 28b1abfa40 fix missing unit 2021-02-15 17:33:47 +01:00
Jakob Ketterl 830d7ae656 fix ios 14.2 bug 2021-02-15 00:04:43 +01:00
Jakob Ketterl c3d459558a prevent accidental text selection 2021-02-11 21:59:30 +01:00
Jakob Ketterl d6d6d97a13 add Q65 mode integration 2021-02-03 20:11:07 +01:00
Jakob Ketterl bcab2b2288 update copyright notices 2021-01-22 18:10:51 +01:00
Jakob Ketterl 5d3d6423ed fix ysf images; remove obsolete code 2021-01-19 22:04:33 +01:00
Jakob Ketterl 6e60247026 apply CSS magic to DMR, too 2021-01-19 20:54:35 +01:00
Jakob Ketterl 6e416d0839 set prefixes using CSS 2021-01-19 00:36:55 +01:00
Jakob Ketterl 502d324cd4 fix dmr mute overlay 2021-01-17 19:41:17 +01:00
Jakob Ketterl 0f81964598 reserve one line of space to stop the icons from jumping 2021-01-17 01:49:10 +01:00
Jakob Ketterl 9c52219ca3 use gap instead of margins 2021-01-16 22:32:48 +01:00
Jakob Ketterl 3f94832d00 use flex layout 2021-01-16 19:46:39 +01:00
Jakob Ketterl 41f9407024 re-package code for meta panels into classes 2021-01-16 19:40:22 +01:00
Jakob Ketterl 163ebcd327 actually position text in the center 2021-01-15 19:33:55 +01:00
Jakob Ketterl a8ef3a0e6a get rid of the e() function 2021-01-15 18:09:18 +01:00
Jakob Ketterl 57e5923a4d apply performance optimizations to s-meter, too 2021-01-02 18:16:25 +01:00
Jakob Ketterl 9d89cbceed use transform for better performance 2021-01-02 17:53:54 +01:00
Jakob Ketterl f4b9decd23 more animation performance optimizations 2020-12-30 17:45:32 +01:00
Jakob Ketterl eb34c45145 apply transform trick to get GPU optimized animations 2020-12-28 21:16:54 +01:00
Jakob Ketterl 993aa87776 use css animations for the progressbar (better performance?) 2020-12-28 20:55:02 +01:00
Jakob Ketterl aa66e69c15 implement clear button for packet, pocsag, wsjt-x, refs #187 2020-12-09 20:08:50 +01:00
Jakob Ketterl 9d6099b6d8 FST4[W] frontend work 2020-12-09 17:38:37 +01:00
Jakob Ketterl 93f7195429
Merge pull request #173 from jwt27/jwt27/highlight-freq-digits
Highlight frequency digits on mouse hover
2020-10-16 20:29:52 +02:00
Jakob Ketterl b9e6ffe03d first attempt at an automatically calibrating waterfall 2020-09-12 22:06:12 +02:00
Jakob Ketterl 3cd6af9ef9 add fonts in newer, better compressed formats 2020-09-12 19:01:51 +02:00
Jakob Ketterl d45cc207ad use sprites scaled to specific resolution (better performance, less
scaling headaches)
2020-09-11 22:12:01 +02:00
Jakob Ketterl 42f975a926 use sprites for bookmark button, too 2020-09-11 00:02:45 +02:00
Jakob Ketterl 63c31eba22 use sprites to reduce the number of requests 2020-09-10 22:29:01 +02:00
Jakob Ketterl 298da694ca compress background image with webp 2020-09-05 01:10:08 +02:00
J.W. Jagersma 325eab35a9
highlight frequency digits on mouse hover 2020-08-30 23:13:26 +02:00
Jakob Ketterl 56debcd08a provide a fallback for browsers not supporting css gaps 2020-08-13 19:39:56 +02:00
Jakob Ketterl de34856d57 let's stick with flexbox, but use native wrapping 2020-08-12 22:14:02 +02:00
Jakob Ketterl ccb322016e re-arrange demodulator buttons in a dynamic grid 2020-08-12 19:44:33 +02:00
Jakob Ketterl 1f565355ec change available mode highlighting, refs #95 2020-05-08 23:34:34 +02:00
Jakob Ketterl beed0c1a70 improve squelch handling
squelch is now included in the URL hash
some modes now have the squelch visually disabled, refs #65
2020-05-03 19:55:48 +02:00
Jakob Ketterl b8f7686a6d refactor demodulator classes, part 1 2020-05-02 00:05:20 +02:00
Jakob Ketterl 26321ab68b keep more parameters on the server side 2020-04-26 18:45:41 +02:00
Jakob Ketterl 0c12d07a26 finalize visual message representation 2020-04-20 22:07:21 +02:00
Jakob Ketterl c90b415c8b add scroll-to-bottom and cleanup intervals 2020-04-19 23:35:06 +02:00
Jakob Ketterl 4287387a5e threading frontend implementation 2020-04-19 22:10:32 +02:00
Jakob Ketterl 899445d586 display messages on the web 2020-04-14 21:12:25 +02:00
Jakob Ketterl 216ede189c style the input 2020-02-01 22:25:16 +01:00
Jakob Ketterl 4b60b7e046 frequency editor on click 2020-01-25 22:35:44 +01:00
Jakob Ketterl af7437ab04 switch to monospaced font for better mousewheel tuning 2020-01-19 16:09:56 +01:00
Jakob Ketterl 14198aaa17 fix table alignment for long messages 2020-01-10 23:25:49 +01:00
Jakob Ketterl 44c1edb2dd update legal information
remove andras from contacts since he discontinued openwebrx
2020-01-09 22:24:39 +01:00
Jakob Ketterl 2ea8812fda remove 3d view aka mathbox since it consumes more than 1MB data per
visit
2020-01-09 21:52:47 +01:00
Jakob Ketterl e0501cff0f add owrx message passing and frontend 2020-01-09 15:12:51 +01:00
Jakob Ketterl 52199dd800 some preliminary styles 2020-01-08 22:40:44 +01:00
Jakob Ketterl 6f9ba6c290 improve sdr failure message display, closes #19 2019-12-21 23:46:05 +01:00