MyHome-Web icon indicating copy to clipboard operation
MyHome-Web copied to clipboard

Web App for MyHome application

Results 43 MyHome-Web issues
Sort by recently updated
recently updated
newest added

## πŸš€ Description Convert the following components from class based to function based components: Text.js, App.js, Sidebar.js, NavigationBar.js ## πŸ“„ Motivation and Context https://github.com/jmprathab/MyHome-Web/issues/128 ## πŸ§ͺ How Has This Been...

## πŸš€ Description ## πŸ“„ Motivation and Context ## πŸ§ͺ How Has This Been Tested? ## πŸ“· Screenshots (if appropriate) ## πŸ“¦ Types of changes - [ ] Bug fix...

…on route ## πŸš€ Description I have changed the colour of the notification bell to black because the previous colour was not looking suitable, also pointed the bell icon to...

## ⚠️ Is your feature request related to a problem? Please describe yes. this webpage has little styling to make the page really pop ## πŸ’‘ Describe the solution you'd...

This introduces a Form component, supported by React hook form, which also allows us to use yup to validate the inputs. This also converted some components to funcional ones. Also...

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0. Release notes Sourced from react's releases. 16.14.0 (October 14, 2020) React Add support for the new JSX transform. (@lunaruan in #18299) Changelog Sourced from...

dependencies

This PR adds the ability to generate frontend client API code automatically! :) Cannot be merged till we adjust `api.yaml` with secured endpoints, base URL as localhost, and add login...

enhancement
dependencies
do-not-merge

Provide a way in which we will utilize the specs from: https://raw.githubusercontent.com/jmprathab/MyHome/master/api/src/main/resources/public/swagger/api.yaml and generate frontend javascript client based on that file. It should be done using `openapi-generator-cli`.

enhancement

fixes#213 Typo error on the SignUp page

## πŸš€ Description Typos in Signup Page Corrected typos and improved the error message for password input. ## πŸ“· Screenshots (if appropriate) Before: ===== ![image](https://github.com/jmprathab/MyHome-Web/assets/4189348/6575382a-3241-4ef9-a884-6bbd79dbbee7) After: ==== ![image](https://github.com/jmprathab/MyHome-Web/assets/4189348/72b35e4e-9de1-4f6f-9c86-9899e6947600) ## πŸ“¦...