Coder Social home page Coder Social logo

smartcars-3-bugs's Introduction

smartCARS 3 Bug Reports

This is the official bug report repository for smartCARS 3. You may report bugs relating to core app functionality, plugin functionality, development experience and make suggestions for new features.

Please do not report bugs relating to smartCARS 2

Reporting Bugs

Before reporting a bug, you must verify that the bug is not caused by a plugin. To do this, please disable all unverified plugins (any plugin in the app that does not have the "Verified" pill), and try to reproduce the bug.

If the bug is not caused by an unverified plugin, you should verify that your issue has not already been reported. If it has, please add a comment to the existing issue instead of creating a new one with any further information you may be able to present.

To report a bug, please create a new issue using the bug report template.

Suggesting Features

Before suggesting a feature, please verify that the feature has not already been suggested. If it has, please comment to the existing issue instead of creating a new one.

To suggest a new feature, please create a new issue using the feature request template.

Security Vulnerabilities

If you discover a security vulnerability within smartCARS 3, please create a new Security Advisory. We require lots of technical information about the vulnerability, so please do not create a public issue.

Bug Hunter Rewards Program

We have a Bug Hunter Rewards Program. You may be eligible for a reward if you discover a security vulnerability. The table of rewards is as follows:

Vulnerability Reward
Permission elevation

Examples:
- Obtaining administrative rights
- Executing tasks which usually require administrator
$25
Security Circumvention

Example:
- Bypassing obvious security controls, such as:
--Filesize limits
--Authentication
$25
Leaking sensitive or private information

Example:
- Obtaining credentials that were not intended for use
$25
The examples provided are not exhaustive

A valid vulnerability must:

  • Occur in the latest version of smartCARS 3.
  • Not cause a hang or crash.
  • The user must not be aware at the time of the vulnerability - UAC prompts, visual warnings and other similar methods are not vulnerabilities.
  • Not be a duplicate of an existing vulnerability - if you find a vulnerability that has already been reported, you will not be eligible for a reward.
  • Not be a vulnerability in a third-party library - you should report this to the developers of that library.
  • Not be intentional by design.

If your vulnerability does not meet these requirements, you are experiencing a bug, not a vulnerability. You can report your bug here.

We will respond to all security vulnerabilities as soon as possible. Please do not disclose the vulnerability to the public until we have had a chance to respond.

smartcars-3-bugs's People

Contributors

genericnerd avatar jordanhavard avatar turbofandude avatar

Stargazers

 avatar  avatar  avatar

Watchers

Joshua Riley avatar  avatar  avatar

smartcars-3-bugs's Issues

[FEATURE] - Cancelling a flight should bring you back to the flight centre

Is your feature request related to a problem? Please describe.
It is not related to a problem.

Describe the solution you'd like
When clicking on 'Cancel Flight', give a prompt confirming this, and then move the window to 'My Flights'

Describe alternatives you've considered
N/A

Additional context
N/A

[FEATURE] - Prevent multiple request from being fired for API calls

Describe the suggestion
When clicking refresh under My Flights, a user can click the refresh button multiple times even with pending requests.

To Reproduce
Steps to reproduce the behavior:

  1. Login in to VA
  2. Click My Flights (1st plane icon)
  3. Press the Refresh button in quick succession
  4. With dev tools open, you can see the multiple request being lined up

Expected behavior
Disable the Refresh button until the request fulfills

Screenshots
Screenshot of multiple request being lined up
image

[BUG] - Flash of default colour on change

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Login to VA
  2. Click on Flight Center
  3. See temporary flash of default colour on buttons

Expected behavior
The buttons should not change colour temporarily

Screenshots
https://i.imgur.com/OjnAVvF.gif

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any that don't use default colour
  • Version 0.5.8
  • Plugins used: flight-center

[BUG] - Currently selected page color indicator not using the correct accent

Describe the bug
The color of the indicator of the currently selected plugin not consistent with the accent color of the VA

To Reproduce
Steps to reproduce the behavior:

  1. Login to any VA
  2. The accent color on the navigation menu does not match the accent colors of the selected VA

Expected behavior
The color of the indicator of the currently selected plugin should be the accent color of the VA

System Information:

  • OS: Windows 11 22H2
  • Community ID: 1
  • Version: 0.5.7

[FEATURE] - Press enter to login

Is your feature request related to a problem? Please describe.
You are not able to hit enter on the TFDi Design login page within the application to log in without clicking the button.

Describe the solution you'd like
For a better user experience by allowing the use of the Enter key to log in.

Describe alternatives you've considered
N/A

Additional context
N/A

[BUG] - Incorrect Distance from smartCARS 3 being reported.

Describe the bug
I'm doing a test flight from KAUS-KSAT, sitting on the ground and my reported distance is 106,373. I intercepted the POST and read the value coming directly from the inbound API and that is what is being sent.

To Reproduce
Steps to reproduce the behavior:

  1. Start flight
  2. Review ACARS table and see 'distremain' showing incorrect distance

Expected behavior
It should show the standard range of 57nm in this case, as shown in the ACARS application.

Screenshots
Here is a view of my table.

image

Here is the app showing 57nm.

image

System Information (please complete the following information):

  • OS: Windows 11
  • Community ID:
  • Version 0.5.9
  • Plugins used: flight-center, flight-tracking, pilot-center

Additional context
N/A

[FEATURE] - UX improvement to login flow

Is your feature request related to a problem? Please describe.
When miss typing your password, the username field doesn't remember previous input and input focus is lost

Describe the solution you'd like
Leave the username populated with last input and focus on the password field to allow users to quickly retype their password.

Describe alternatives you've considered
N/A

Additional context
N/A

[BUG] - Chat sidebar resize does not occur

Describe the bug
When messaging users, closing the DM thread does not resize the sidebar to collapse the whitespace

To Reproduce
Steps to reproduce the behavior:

  1. Go to chat
  2. Message someone
  3. Close the DM

Expected behavior
The white space should be collapsed

Screenshots
image

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any
  • Version 0.5.9
  • Plugins used: chat

[BUG] - Duplicate icon for `Flight Tracking` and `My Flights`

Is your feature request related to a problem? Please describe.
As a user, its hard to visually identify where these pages would take you

Describe the solution you'd like
A different icon that represents the pages

Describe alternatives you've considered

Additional context
Screenshot for context
Top plane icon is My Flights
Bottom icon is Flight Tracking
image

[BUG] - Invalid JSON with HTTP 200 Breaks App

Describe the bug
If an API response is supposed to serve JSON, but serves non-JSON content with a 200 status code, internal APIs treat it as valid and attempt to use it as JSON, causing errors.

To Reproduce
Steps to reproduce the behavior:

  1. Identity or temporarily create a broken API (i.e. call echo()/die/etc. early)
  2. Access part of smartCARS that uses it
  3. You should experience undefined behavior and/or various errors, as the code will not have properly validated the JSON

Expected behavior
The system should more strictly verify that responses from the server are actually JSON (at a minimum) and potentially add some type/member field validation.

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Tested on Mac Air, but presumably applies to any
  • Version: 0.5.6
  • Plugins used: Tested in flight-center, but presumably applies to any

[FEATURE] - UI improvement around VA login page

Is your feature request related to a problem? Please describe.
With a VA having their logo present, it seems to be redundant to also have the airline name directly below the logo.

Describe the solution you'd like
Either

  1. Remove the airline name if a logo is uploaded
    or
  2. Have a toggle for VAs to remove the airline name if they wish

Describe alternatives you've considered

Additional context
screenshot for context
image

[FEATURE] - Offer VAs ability to upload light and dark variants of logo

Is your feature request related to a problem? Please describe.
Now that dark mode has been enabled, VAs that have a dark logo get lost with the background.

Describe the solution you'd like
Have the ability to upload light and dark mode variants. If only 1 variant is used, make the both variants by default

Describe alternatives you've considered

Additional context
screenshot
image
image

[FEATURE] - Discord Rich Presence

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
Would like to see Discord Rich Presence integrated so that pilots in VA discords can show that they're actively flying.

Describe alternatives you've considered
N/A

Additional context
N/A

SC-1

[FEATURE] - Ability to remove Create Flight/New Bid Buttons in flight center

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
Ability to disable or remove the create flight and new bid buttons.

Describe alternatives you've considered
None available as we have a specific use case for it. We would like to see the same feature in smartCARS 2 (Disable Flight Search) made available.

Additional context
None at the moment.

[FEATURE] - Provide feedback to user when pending request is fired

Is your feature request related to a problem? Please describe.
The user has no visual representation of pending requests

Describe the solution you'd like
When clicking the refresh button, make the refresh icon spin.

Describe alternatives you've considered

Additional context
Screenshot for reference
image

[FEATURE] - Absolute `Web Script URL` toggle

Is your feature request related to a problem? Please describe.
It looks like the Web script URL within the SC3 Central auto appends / which doesn't work for our specific use case.

Describe the solution you'd like
Have an Absolute path toggle that when checked, will not automatically append the / and instead just use the path as entered

Describe alternatives you've considered
None that align with our configuration

Additional context
We're using Laravel under the hood so having a trailing slash will always throw a 301 for us.
The below error is what we receive when trying to update our Web script URL
image

[UX] - Logging out shouldn't log you out of TFDi Design

Describe the bug
Clicking the log-out button once logged in removes both your airline and your TFDi Design log-in.

To Reproduce
Steps to reproduce the behaviour:

  1. Log in via TFDi Design
  2. Log in to a VA
  3. Click the log-out button

Expected behavior
You should only be logged out of the VA. There should be a different button to log out of TFDi Design once you are logged out of a VA.

Screenshots
None

System Information (please complete the following information):

  • OS: e.g. Windows 11 22H2
  • Community ID: Any
  • Version Closed Alpha
  • Plugins used: chat, flight-center, flight-tracking

Additional context
N/A

[FEATURE] - Append the airline name in global chat only

Is your feature request related to a problem? Please describe.
The potential for mass users to be talking in the global chat can make it hard to identify users and what airlines they are from. To help maintain a safe and accountable environment, the users airline name should be appended to the chatname

Describe the solution you'd like
Something like Jordan H. - QVirtual (2066)

Describe alternatives you've considered

Additional context
Screenshot for reference
image

[BUG] - 500 error when fetching `airports`, `aircraft` & `bookings`

Describe the bug
500 Error when fetching airports, aircraft & bookings

To Reproduce
Steps to reproduce the behavior:

  1. Login to VA (and open dev tools)
  2. Click first plane icon
  3. See errors in console

Note, all previews in dev tools look the same
image

Expected behavior
Not be a 500 error

Screenshots
image
image
image

System Information (please complete the following information):

  • OS: Win 10 Pro 10.0.19044 Build 19044
  • Community ID: 33
  • Version latest (0.2.3)
  • Plugins used: standard ones on install I think (chat, flight-center, flight-tracking)

Additional context
Doesn't look like a request is firing off to the web script URL

[FEATURE] - Format timestamp in flight tracking log

Is your feature request related to a problem? Please describe.
When looking at the flight log inside the smartcars application, Its hard to decode and a glance when each event happened

Describe the solution you'd like
Something similar to smartcars 2 (however display the date if flying over midnight for example)

Describe alternatives you've considered

Additional context
screenshot for reference
image

[BUG] - Cannot Start a Flight

Describe the bug
When I click on the "Flight Center" the options to bid on flights etc. flash on the screen for a split second and then disappear. I am unable to bid on flights or select any flights that I have already bid on because all of the "buttons" etc. disappear immediately and the screen in blank.

To Reproduce
Since no one else is having this issue, I'm not sure you can reproduce it. But...

  1. Open SC3
  2. Select Flight Center (Airplane Icon)
  3. Observe options flashing briefly and then disappearing.

Expected behavior
Options to select currently bid flights or to bid on new flights should be available.

Screenshots

Desktop.2023.03.16.-.13.48.06.02.mp4

System Information (please complete the following information):

Additional context
Add any other context about the problem here.

[BUG] - Altitude value reported incorrectly

Describe the bug
The altitude value that is sent to the API doesn't reflect the correct altitude (or at least requires some conversions). I'm receiving a value of 10587013120 however I'm not sure what's suppose to happen with this value

To Reproduce
Steps to reproduce the behavior:

  1. Start flight
  2. open dev tools
  3. inspect data requests

Expected behavior
Potentially this will be something that is configured by VAs on what type of altitude they want to send however looking for guidance on what this value is currently representing

Screenshots
MFS Aircraft sim info
image
In smartcars, this is the data that is being received from http://localhost:7172/api/com.tfdidesign.flight-tracking/data
image

System Information (please complete the following information):

  • OS: Win 10 Pro 10.0.19044 Build 19044
  • Community ID: 3
  • Version client0.5.6 api0.2.3
  • Plugins used: chat, flight-center, flight-tracking

Additional context
Add any other context about the problem here.

[FEATURE] - My Flights - Fly

Is your feature request related to a problem? Please describe.
It is not related to a problem.

Describe the solution you'd like
When you on 'My Flights' and you click the 'Fly' button, move the window to 'Flight Tracking'.

Describe alternatives you've considered
N/A

Additional context
N/A

[BUG] - Unable to `View/Edit Route` in flight tracking

Describe the bug
When a flight is being tracked, clicking the View/Edit route button doesn't seem to do anything

To Reproduce
Steps to reproduce the behavior:

  1. Start flight
  2. view flight tracking page
  3. click view/edit route

Expected behavior
Unsure on expected functionality however I assume its to edit the entered route on the previous page

Screenshots
Pic for reference
image

System Information (please complete the following information):

  • OS: Win 10 Pro 10.0.19044 Build 19044
  • Community ID: 3
  • Version client0.5.6 api0.2.3
  • Plugins used: chat, flight-center, flight-tracking

Additional context

[FEATURE] - Display aircraft registration for booking

Is your feature request related to a problem? Please describe.
Not a problem but more of a nice to have. A user will often confirm they have "booked the correct aircraft" by confirming the aircraft registration in the My Flights / Bookings screen

Describe the solution you'd like
Having the aircraft registration displayed in brackets next to the aircraft type
e.g. Boeing 737-800 (VH-QFA)

Describe alternatives you've considered
n/a

Additional context
SC2 displaying the aircraft registration
image
SC3 table view not showing registration
image
When clicking the booking, registration is also not present
image

[FEATURE] - Dark mode

Is your feature request related to a problem? Please describe.
The white background can be very jarring on the eyes

Describe the solution you'd like
Have SC3 use system settings on whether dark / light mode should be shown. Provide an option for system dark light in settings

Describe alternatives you've considered
Using the below code in console

const allElements = document.querySelectorAll('*');
for (let i = 0; i < allElements.length; i++) {
  allElements[i].style.backgroundColor = '#2c2c2c';
}

Additional context
N/A

[BUG] - Application Title Incorrect

Describe the bug
The application title says "React App"

To Reproduce
Steps to reproduce the behavior:

  1. Open the application
  2. Check in Task Manager or open windows and see the title is incorrect

Expected behavior
The application window should be titled "smartCARS 3"

Screenshots
image

System Information (please complete the following information):

  • OS: [e.g. Windows 11 22H2] Windows 11 Pro Build 22621
  • Community ID: [e.g. 2/any] SCD0004
  • Version [e.g. 0.1.0]
  • Plugins used: [e.g. chat, flight-breakdown, flight-center, flight-tracking, map-plugin, pilot-center] None

[BUG] - Log shows "Reached 285knots below 10,000 feet" when at an altitude higher than 10,000

Describe the bug
flight tracking log improperly reports a high speed below 10,000 feet, when the aircraft is higher than 10,000

To Reproduce

  1. Start a flight
  2. When getting close to 10,000ft the autopilot will start accelerating and may go beyond 250kt.
  3. However the recorded speed is the one taken at the end of the 5s timeout (in this case 285kt), but at that point the aircraft is already above 10,000ft

Expected behavior
The speed should only be recorded while the aircraft is below 10,000ft

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: 1
  • Version 0.5.7
  • Plugins used: flight-tracking

Additional context
Was using the FSLabs A321 for that flight

[UX] - Visit community website opens a new window

Describe the bug
When logging in to a VA, the visit community website button opens a new window, instead of opening in your browser.

To Reproduce
Steps to reproduce the behavior:

  1. Log in or skip TFDi Design log in
  2. Click on any VA
  3. Click "Visit Community Website"

Expected behavior
The website should open in your default browser, instead of in a new window

Screenshots
image

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any
  • Version Closed Alpha
  • Plugins used: None

Additional context
N/A

[BUG] - No way to close/remove private conversation

Describe the bug
When someone clicks Send user private message there is no way for that user to then either clear or remove that private conversation from the side panel

To Reproduce
Steps to reproduce the behavior:

  1. Login in to VA
  2. open chat
  3. click Colin
  4. Click Send private message
  5. observe no place to close or remove conversation from side bar

Expected behavior
Have some X displayed to allow users to remove conversations from side panels. I would assume history would remain if that user was to then open up another chat

Screenshots
No X button anywhere
image

System Information (please complete the following information):

  • OS: Win 10 Pro 10.0.19044 Build 19044
  • Community ID: assumed all
  • Version closed alpha
  • Plugins used: chat

Additional context

[BUG] - Double slashes in API URL requests

Describe the bug
There are double slashes present in API URL requests

To Reproduce
Steps to reproduce the behavior:

  1. Log in or skip TFDi Design log in
  2. Go to any VA
  3. Type in invalid credentials
  4. Press Control+Shift+I to bring up the Console
  5. Hover over an API URL to notice the double slash.

Expected behavior
The double slash should not be present, as it may cause issues in other APIs

Screenshots
image
image

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any
  • Version Closed Alpha
  • Plugins used: None

Additional context
N/A

[BUG] - Accent colours set via SC3 Central don't translate to app

Describe the bug
The accent colours don't appear to be coming down to the app

To Reproduce
Steps to reproduce the behavior:

  1. Login to VA
  2. observe default blue colours

Expected behavior
Colours reflect that set in the SC3 central

Screenshots
SC3
image
Central
image

System Information (please complete the following information):

  • OS: Win 10 Pro 10.0.19044 Build 19044
  • Community ID: (assume all)
  • Version closed alpha
  • Plugins used: any

Additional context
Add any other context about the problem here.

[BUG] - Several "old" instances of SC3 Running at Once

Describe the bug
When I close smartCARS 3, the instance continues to run in the background. When I start a new instance, the first remains active. Eventually, I have several instances of the program running. The only problem it has caused is when I try to run the repair function, or the remove function using the installer. The installer tells me there are several instances running and asks if I would like them shut down automatically. If I select yes, the program fails to shut them down. If I shut them down using task manager, the program will repair or remove without issue.

To Reproduce
Steps to reproduce the behavior:

  1. Start SC3 and shut it down
  2. Repeat step 1 two or three times
  3. View task manager activities
  4. See smartCARS running in the background

Expected behavior
When I shut down SC3, it should not continue to run in the background.

Screenshots
image

System Information (please complete the following information):

  • OS: Windows 10 Version 10.0.19045 Build 19045
  • Community ID: Any
  • Version 0.5.6
  • Plugins used: None

Additional context
Add any other context about the problem here.

[FEATURE] - Icon for Dark Mode

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
If you're using dark mode toolbars in Windows 11, the icon should change to a version that has a white S and C -- otherwise you can barely make out the icon.

Describe alternatives you've considered
N/A

Additional context
N/A

[FEATURE] - Ability to specify custom cruise altitude

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Have the ability to set a custom cruise level; perhaps default the box to what the bid has in place, or allow the user to modify it.

Describe alternatives you've considered
None that I can think of.

Additional context
I see this valuable because in a lot of instances a pre-determined altitude in a flight record won't work if something changes. simBrief may spit out a step climb, or a different cruise all together. Ability to make that modification in SC2 was a good move.

[FEATURE] - Show date in chat timestamps

Describe the suggestion reason
The timestamps look weird on first glace. Not sure if these are UTC or local format. I sent the message after Colin however the times don't necessarily look accurate.

Expected behavior
Potentially display the date or convert the times to the local users timezone or even better something like 4 hours ago and when you hover over it displays a tooltip with the exact date time

Screenshots
chat for reference
image

[BUG] - 404 on /plugins/chat/globe.png and /plugins/chat/person.png

Describe the bug
Console error - no large effect

To Reproduce
Steps to reproduce the behaviour:

  1. Login to VA
  2. Click on chat
  3. Click on a user
  4. Open console through Control+Shift+I
  5. See both errors

Expected behaviour
There should be no error

Screenshots
If applicable, add screenshots to help explain your problem.

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any
  • Version 0.5.8
  • Plugins used: chat

[BUG] - Ending a flight triggers an error

Describe the bug
After a flight, pressing the End Flight button gives an error and the flight is not filed

Expected behavior
The flight gets filed properly

System Information (please complete the following information):

  • OS Windows 11 22H2
  • Community ID: 1
  • Version: 0.5.7
  • Plugins used: flight-tracking

Additional context

error: Failed to call local API {"endpoint":"api/com.tfdidesign.flight-tracking/complete","error":{"code":"ERR_BAD_RESPONSE","config":{"adapter":["xhr","http"],"data":"{}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Content-Type":"application/json"},"maxBodyLength":-1,"maxContentLength":-1,"method":"get","params":{},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"http://localhost:7172/api/com.tfdidesign.flight-tracking/complete","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"Request failed with status code 500","name":"AxiosError","stack":"AxiosError: Request failed with status code 500\n    at http://localhost:7172/plugins/com.tfdidesign.flight-tracking/static/js/main.c0c90a1d.js:2:241348\n    at XMLHttpRequest.d (http://localhost:7172/plugins/com.tfdidesign.flight-tracking/static/js/main.c0c90a1d.js:2:241496)","status":500}}

[FEATURE] - Sorting for partner VAs

Is your feature request related to a problem? Please describe.
It can be hard to search for the specific VA you're looking for as there appears to be no ordering.

Describe the solution you'd like
Potentially an option to order by alphabetical and / or number of flights within last 30 days (like simbrief)

Describe alternatives you've considered
N/A

Additional context
Pic for reference
image

[BUG] - Incorrect toast message on login

Describe the bug
When logging in, if a pilot ID or email is not found, the toast says "An unexpected error occurred"

To Reproduce
Steps to reproduce the behavior:

  1. Login or skip TFDi Design login
  2. Click on a VA which you do not have in your keychain
  3. Type invalid email and password
  4. See incorrect toast message

Expected behavior
On a 404, we should return a message more similar to "A pilot with that ID or email cannot be found"

Screenshots
None

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any
  • Version Closed Alpha
  • Plugins used: None

Additional context
N/A

[BUG] - Cannot login with Airline ID

Describe the bug
Cannot login with pilot ID to a virtual airline, either using the single digit, numbers only or with the airline ID (tried 4, 0004, and SCD0004).

To Reproduce
Steps to reproduce the behavior:

  1. Open the application
  2. Log in to TFDi Design account
  3. Select virtual airline
  4. Attempt to log in with the pilot ID

Expected behavior
Login should be allowed with pilot IDs, not just with an email address.

Screenshots
image

System Information (please complete the following information):

  • OS: [e.g. Windows 11 22H2] Windows 11 Pro Build 22621
  • Community ID: 2
  • Version [e.g. 0.1.0]
  • Plugins used: [e.g. chat, flight-breakdown, flight-center, flight-tracking, map-plugin, pilot-center] None

[BUG] - Error while connecting to chat server

Describe the bug
When clicking the chat icon, it returns a An error occurred while connecting to the chat server.

To Reproduce
Steps to reproduce the behavior:

  1. Login to VA
  2. Click chat icon
  3. Observe error
  4. Clicking retry also fails

Expected behavior
Display the chat plugin

Screenshots
image
image

System Information (please complete the following information):

  • OS: Win 10 Pro 10.0.19044 Build 19044
  • Community ID: 33
  • Version latest (0.2.3)
  • Plugins used: standard ones on install I think (chat, flight-center, flight-tracking)

Additional context
No errors exist within the console (only within web socket message)

[BUG] - Deboarding phase should only start when the plane is fully stopped and the engines are off

Describe the bug
After landing, the log shows the aircraft is in deboarding phase, even though the plane is still moving at a low speed and the engines are still running.

Expected behavior
The deboarding phase should only be shown when the plane has stopped moving and all engines are off or maybe check for whether the parking brake is on or not.

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: 1
  • Version 0.5.7
  • Plugins used: flight-tracking

[FEATURE] - Pressing the `enter` key should allow login

Is your feature request related to a problem? Please describe.
Once a user finished typing a password, they have to tab twice or move the mouse to click login.

Describe the solution you'd like
When the password field has focus, pressing enter should submit the login request improving UX

Describe alternatives you've considered
N/A

Additional context
N/A

[BUG] - VA Chat doesn't allow messages to be sent

Describe the bug
VA Chat cannot be used at all. Any messages that you attempt to send do not propagate.

To Reproduce
Steps to reproduce the behavior:

  1. Login to any VA
  2. Click on the chat plugin
  3. Click on the VA Chat
  4. Type a message and attempt to send it

Expected behavior
A message should be sent to the VA

Screenshots
If applicable, add screenshots to help explain your problem.

System Information (please complete the following information):

  • OS: Windows 11 22H2
  • Community ID: Any
  • Version [e.g. 0.5.7]
  • Plugins used: chat, flight-breakdown, flight-center, flight-tracking

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.