bcgov / citz-imb-wayfinder

CITZ IMB Capstone 2023 Wayfinder
Apache License 2.0
6 stars 2 forks source link

[WAYF-111] FEATURE** Implement Settings #119

Closed dallascrichmond closed 1 year ago

dallascrichmond commented 1 year ago

Pull Request Standards

Description

This PR includes the following proposed change(s):

-Added routing to Eula page -Added conditional render to Eula to display or hide the button based on the eulaAccepted local storage value -Updated settings styles -Updated Toggle and Slider to properly update and set local storage values -Created settings object containing offline_mode, analytics_opt_in and location_range -Added functions to useAppService to properly initialize, update and set settings values -Upated/added comments -Added a button to settings to route to the eula so the user can read again -Updated settings button icons -Updated the settings nav button to only render on the eula view is it has been accepted -Updated Splashscreen accordingly to properly set all data and load properly -Added three handle functions to the settings view to handle the two toggles and slider