Commit Graph

1148 Commits

Author SHA1 Message Date
Marat Fayzullin 616f6b9de6 Resizing RDS display on mobile devices. 2023-12-10 23:23:32 -05:00
Marat Fayzullin c1b727f88a Relaxed date/time parsing in RDS. 2023-12-09 23:47:34 -05:00
Marat Fayzullin 998bed74e5 Fixed nbsp issue. 2023-12-08 18:24:56 -05:00
Marat Fayzullin ec2db47a3c Added proper RDS parser and display. 2023-12-08 18:14:15 -05:00
Marat Fayzullin ecbb837818 Adding WFM RDS support via Redsea decoder. 2023-12-07 23:51:20 -05:00
Marat Fayzullin c6a0e2bee6 Enabling nano-scroller in relevant panels on startup. 2023-12-07 20:52:07 -05:00
Marat Fayzullin 44722caf12 Merge branch 'admin_message' 2023-11-29 23:48:32 -05:00
Marat Fayzullin d74a680f6e Fixed broadcast message entry and button. 2023-11-29 23:47:59 -05:00
Marat Fayzullin c23071a451 Fixed waterfall colors resetting when tuning outside profile. 2023-11-29 23:05:22 -05:00
Marat Fayzullin 1fecb08df7 Merge branch 'chat_switch' 2023-11-27 18:30:25 -05:00
Marat Fayzullin 6a4561e95d Minor cleanup. 2023-11-27 18:29:59 -05:00
Stanislav Lechev [0xAF] aa16f30f04 simplify a bit 2023-11-28 00:17:20 +02:00
Stanislav Lechev [0xAF] bc8ff8e489 save leaflet user prefs to local storage 2023-11-28 00:09:29 +02:00
Marat Fayzullin efcddf8765 Added ability for admin to broadcast messages. 2023-11-25 20:48:22 -05:00
Marat Fayzullin f79aa3803f Made top-bar button switch between Chat and Log. 2023-11-24 22:51:38 -05:00
Marat Fayzullin 98f54ceea4 Added a switch to disable chat from admin settings, if necessary. 2023-11-24 22:44:23 -05:00
Marat Fayzullin 0c2854252c Refactoring, disabled ability to take same nicks twice. 2023-11-21 16:26:31 -05:00
Marat Fayzullin 673aa186f1 Escaping HTML in messages, verifying nicknames. 2023-11-20 16:25:48 -05:00
Marat Fayzullin 632c5e4437 Nicknames now work. 2023-11-20 13:16:45 -05:00
Marat Fayzullin af9c348a10 Cleanup. 2023-11-20 12:57:30 -05:00
Marat Fayzullin 68a69196cd Cleaninig up, moving chat to UI.js. 2023-11-20 12:33:10 -05:00
Marat Fayzullin 2b452795b0 Minor fixes to the merge. 2023-11-20 11:40:47 -05:00
Stanislav Lechev [0xAF] 7f4fa70364 chat system implementation in the web 2023-11-20 04:59:59 +02:00
Marat Fayzullin 4cc504f001 Adding sender field to the message JSON. 2023-11-19 19:20:40 -05:00
Marat Fayzullin 1a1a23383f Added generated usernames and colors. 2023-11-19 12:49:25 -05:00
Marat Fayzullin 2107ebff56 Small improvements. 2023-11-19 00:34:57 -05:00
Marat Fayzullin 2f7e217fac Now sending messages via ws, removed endpoint. 2023-11-18 23:33:36 -05:00
Marat Fayzullin c59f549ab9 Added ban time selector. 2023-11-16 21:20:24 -05:00
Marat Fayzullin 9937f49b73 Single endpoints to ban/unban. 2023-11-16 11:46:01 -05:00
Marat Fayzullin 5ba68d346a Moved ClientController to a separate file. 2023-11-16 00:14:31 -05:00
Marat Fayzullin 6757247596 Banning unbanning users now works. 2023-11-15 23:43:52 -05:00
Marat Fayzullin 0edf441dfc Moved clients list up. 2023-11-13 22:57:54 -05:00
Marat Fayzullin 0e2db3c343 Adding current users list to the Settings main page. 2023-11-13 22:11:10 -05:00
Marat Fayzullin 2c50e6986a Fixed secondary frequency when changing bandpass. 2023-11-12 21:31:23 -05:00
Marat Fayzullin 26882ae02f Optimizing some code. 2023-11-12 20:45:32 -05:00
Marat Fayzullin aa2b8f543a Finally fixed digital voice slots coloring. 2023-11-11 23:32:19 -05:00
Marat Fayzullin a44eae10b0 Merge branch 'ui_themes2' 2023-11-11 21:11:48 -05:00
Stanislav Lechev [0xAF] 3dad7ced74 fix image in digital mode window 2023-11-12 03:55:51 +02:00
Stanislav Lechev [0xAF] a9076a0d04 fix digital modes panel colors 2023-11-12 03:16:47 +02:00
Marat Fayzullin 350617053b Fixing NR controls, DMR meta panel, volume controls. 2023-11-11 19:50:29 -05:00
Marat Fayzullin 0a1bf87b3d Fixing frequency display color. 2023-11-09 20:04:12 -05:00
Marat Fayzullin e708cd07f8 Making sections collapse faster. 2023-11-09 18:01:58 -05:00
Luarvique L. Luarvique 59baacfd50
Merge pull request #38 from 0xAF/ui_themes2
fix border moving on receiver panel
2023-11-08 23:19:57 -05:00
Marat Fayzullin 66a568c8ff Removed references to updateVolume(). 2023-11-08 23:18:20 -05:00
Stanislav Lechev [0xAF] a2d36fa016 fix border moving on receiver panel 2023-11-09 05:53:56 +02:00
Stanislav Lechev [0xAF] 5fbc67433a fix checkboxes in receiver panel 2023-11-09 05:32:29 +02:00
Stanislav Lechev [0xAF] ce0cc09650 animate receiver sections expand/colapse 2023-11-09 04:46:20 +02:00
Marat Fayzullin eeb39d2370 Now saving spectrum display state. 2023-11-08 20:58:41 -05:00
Marat Fayzullin 89b5c16a6e Moved storage functions to Utils.js, saving map state now. 2023-11-07 19:42:20 -05:00
Marat Fayzullin c6f43f29ec Now saving section states. 2023-11-06 22:54:39 -05:00