Commit graph

45 commits

Author SHA1 Message Date
Peter Goodhall
b6a0e0bb91 Fixes SimpleFLE bugs relating to satellite ops
Support multiple comma-separated grids (VUCC) across SimpleFLE. Updated Logbook_model to accept vucc_grids and prefer it over single locator when present. Frontend changes: parse and detect single vs multiple grids, add Grid column to preview table, send both `locator` and `vucc_grids` to the save endpoint, tighten time regex, add qsotime variable, include X band in satellite mode handling, and clear satellite state when switching to a regular band. Documentation and help updated: improved syntax help and added full docs/SimpleFLE.md explaining grids, VUCC usage, satellite handling and other SimpleFLE features.
2026-04-27 22:41:40 +01:00
Peter Goodhall
5583cd8c14 Add comment support to SimpleFLE QSO entries
Introduces the ability to add comments to QSOs by enclosing text in angle brackets, updates the UI to display a new Comment column, and documents the feature in the syntax help. The JavaScript logic is updated to extract, display, and save comments with each QSO.
2026-01-14 10:23:15 +00:00
Peter Goodhall
260b081450 Remove unused header and clean up index.php layout
Eliminated an unused header section and improved formatting in the simplefle index view. Minor CSS adjustments were made for better table display and code readability.
2025-11-05 22:31:14 +00:00
Peter Goodhall
3115689503 Improve QSO table layout and responsiveness
Added fixed column widths and ellipsis styling to QSO table headers and rows for better horizontal scrolling and readability. Updated CSS and HTML structure to enhance table responsiveness and appearance on various screen sizes.
2025-11-05 22:27:30 +00:00
Peter Goodhall
bdd3278f4c Improve SimpleFLE UI and session restore logic
Refactored the SimpleFLE interface for better spacing, clarity, and mobile responsiveness. Enhanced button styling and feedback areas, and moved satellite feedback for improved visibility. In JavaScript, session data restoration now occurs after satellite data loads, ensuring correct initialization and reducing race conditions.
2025-11-05 22:15:15 +00:00
Peter Goodhall
064ab14305 Add satellite feedback UI to SimpleFLE form
Introduces a visual feedback area in the SimpleFLE form to display satellite name and available modes when satellite-related input is detected. Updates JavaScript to show/hide feedback in real time as users type, highlight selected modes, and handle cases where satellites are not found in the database. Feedback is cleared when switching to regular bands or clearing the session.
2025-11-05 22:07:24 +00:00
Peter Goodhall
e9490cb1b9 Add satellite and gridsquare support to SimpleFLE
Enhanced the syntax help and JavaScript logic to support satellite QSOs and gridsquares. Satellite contacts can now be entered using 'sat' or 'satellite' keywords, with automatic frequency/mode population from a satellite database. Gridsquares can be included with callsigns, and both features are now parsed, displayed, and saved in the QSO table and backend.
2025-11-05 16:41:52 +00:00
HB9HIL
a5130ebdb2 removed unused line 2023-12-27 19:58:15 +01:00
HB9HIL
dd154f6a9e removed card background to get the old design 2023-12-07 21:28:10 +01:00
HB9HIL
0e2db0e5b4 removed borders on simplefle 2023-11-25 23:30:56 +01:00
HB9HIL
1a11d4aa60 fixing table format 2023-11-17 23:07:08 +01:00
HB9HIL
d1d36cc05c fixed card classes 2023-11-15 17:24:26 +01:00
HB9HIL
a58499d04f classes for simplefle view 2023-11-14 20:19:57 +01:00
HB9HIL
8c4bae8453 run migration script 2023-11-14 13:35:53 +01:00
HB9HIL
428b679907 no correct use of label for 2023-11-10 12:55:25 +01:00
HB9HIL
31e3162ad9 removed console.log 2023-11-09 22:00:06 +01:00
HB9HIL
bb5355d32f bug fix for getFreqFromBand 2023-11-09 21:49:17 +01:00
HB9HIL
8633aa1f4c added var lang for warning time 2023-11-08 17:51:13 +01:00
HB9HIL
cc98f41876 adjusted syntax help example data 2023-11-06 13:37:41 +01:00
HB9HIL
a071a4b8d9 added QSO Date hint 2023-11-04 12:55:33 +01:00
HB9HIL
c357e0f90c added utc time to view 2023-11-04 12:45:23 +01:00
HB9HIL
0867edc0f3 replaced refs hint 2023-11-02 14:50:21 +01:00
Andreas
df9c813fd6 Changed REF text header 2023-11-02 09:40:38 +01:00
HB9HIL
6026297649 Example Data 2023-11-02 08:22:01 +01:00
Andreas
0f1f619e50 Added scrollable QSO table 2023-11-01 21:56:33 +01:00
HB9HIL
99b4061217 prepared sample data 2023-11-01 21:08:21 +01:00
Andreas
95744266e2 Removed leftover translation variable 2023-11-01 10:18:27 +01:00
HB9HIL
8272fbbc5a added pota and iota, improved regex 2023-10-31 23:06:49 +01:00
HB9HIL
f28d0cd23c SimpleFLE Multilanguage Support 2023-10-30 23:52:20 +01:00
HB9HIL
b18c1a6750 removed tabbed design 2023-10-29 23:25:47 +01:00
HB9HIL
d86e971957 tabbed design 2023-10-28 00:29:43 +02:00
HB9HIL
c258a86455 prepared tabbed area (incomplete) 2023-10-28 00:23:43 +02:00
HB9HIL
2d9b8b6413 added user_id to local storage 2023-10-27 21:45:15 +02:00
HB9HIL
a3f4f1b564 added several UX/UI features 2023-10-26 22:50:55 +02:00
Andreas
33fb946256 [SimpleFLE] Saving QSO partially works 2023-10-26 20:46:13 +02:00
Andreas
8ab156297f [SimpleFLE] Forgot the view 2023-10-26 20:14:53 +02:00
HB9HIL
50551441a1 Prepoulate active Station Location 2023-10-26 16:10:05 +02:00
HB9HIL
ee90bdee9c SyntaxHelp Text Dialog 2023-10-26 14:21:33 +02:00
HB9HIL
462e464f6e added syntaxhelp text 2023-10-26 14:06:54 +02:00
HB9HIL
14e0fc9a81 working son simplefle 2023-10-26 10:46:15 +02:00
HB9HIL
503f67c16e working on simple fle 2023-10-25 15:14:53 +02:00
HB9HIL
f0d0225f13 working on simplefle 2023-10-25 10:58:34 +02:00
HB9HIL
a63244a78a working on simplefle 2023-10-25 10:02:06 +02:00
HB9HIL
0364df723a working on sfle 2023-10-25 09:29:16 +02:00
HB9HIL
9e6686dc53 renamed stuff 2023-10-25 07:48:51 +02:00