This repository was archived by the owner on Sep 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Accessibility App Wide Implementation #48
Open
astyfre
wants to merge
28
commits into
Gopher-Industries:master
Choose a base branch
from
astyfre:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Completed the UI for the Accessibility page.
Text size changes with corresponding buttons and colourblind switch can change colours of elements, this has not yet been set for colourblind people just proof of working.
To import the variables in other screens you'll need to add "import {switchColour, isLarge} from "./Accessibility";"
Then for fontSize and colours that need to be changed use the format, "isLarge ? 30 : 24," where the text size or colour noramlly would be.
Can now send colourblind and enlarged text variables to other screens. Explained in Trello ticket Gopher-Industries#106 how to do this
The buttons on the accessibility screen should now align and same goes for permissions. Authentication and create account continue buttons should now turn red when colourblind mode is on.
UI created. Switches also request permissions for app to use features
UI working for notifications screen
Access now can search contacts. Bugs on permissions page should be fixed. Preferences on the todays plan tab is also added
Fixed the search function for Allergies, Dietary requirements, dislikes and health conditions. Also added colour change and a check mark on selected items
Users can quick remove items from preferences screen. In previous screens users can now search for the item. Items are also updated with a tick and colour change when selected and deselected.
updated preferences screen in todays plan
Voice Over feature added as was missing. Accessibility features have been added into the onboarding screens. Started adding on main app screens
reworked dynamic updating as wasnt dynamic
Cookies functionality added. cookie controller in /controller most of cookie functionality is in the middleware in the app.js
Users can navigate from the home screen to login page and can navigate between login and signup from there Also fixed some css bleeding into the main screen
navigation for access, allergy, plan, preference and profile components
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Accessibility features are to be added to the whole app when each function is turned on. Needs to update dynamically