-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serrano #11
Serrano #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Cambiarle el tamaño a la ilustración de la parte derecha (un poco más grande).
- Agregarle COP al final de la cantidad de dinero en la parte derecha.
- Achiquitar Community Service by ACM Javeriana del header, igual con el logo y agregarle margen izq y der para que se alineen con la línea de división del footer.
- Arreglar footer para que no tape el contenido cuando la pantalla es más pequeña.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creo que con los nuevos cambios está perfecto para insertar en la rama de desarrollo.
<mat-option (click)="changeCurrency('COP')" >COP</mat-option> | ||
<mat-option (click)="changeCurrency('USD')" >USD</mat-option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Podríamos utilizar el Currency Service en un futuro para insertar las diferentes monedas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
De acuerdo, si eso llega a pasar solo tocaria pedir todos los cambios de moneda de dolares a X en onInit y agregar los cambios de moneda en el método changeCurrency en main.components.ts
Added illustration for right pane.
Created service to read cause from json file
Select is using objects read from file
Money slider updates when user selects a cause
People slider updates when user selects a community
Closes #3
Closes #5