Importar rediseño de la app - #75
Merged
Merged
Conversation
También mapea CUSTOM a método SWIFT al informar el depósito.
Overlay de C:\dev\rediseño (sin historial git) encima de winbit-app, preservando los archivos que solo existían acá (toasts, banner de solicitudes pendientes, requestHistory) para reconciliar aparte. Lint y test:ci (68 archivos, 479 tests) pasan sin cambios.
- Reenganchar RequestNotificationsProvider en App.jsx: el rediseño perdía el toast automático de "depósito/retiro aprobado/rechazado" (polling + detección de transiciones); NotificationBell solo cubre la parte pasiva (lista al abrir la campana), no la alerta proactiva. - Actualizar su import de useToast al nuevo ToastProvider (self-contained). - Borrar PendingRequestsBanner.jsx, useToast.js y toastContext.js: código muerto, ya reemplazado por NotificationBell y el nuevo ToastProvider respectivamente. Lint y test:ci (68 archivos, 479 tests) y build de producción OK.
- Botón "Informar depósito": el texto quedaba negro (heredado de .btn-gradient) mientras el ícono forzaba cream; ahora ambos en cream. - Login: en mobile (<640px) la diagonal cream tapaba el título "INICIAR SESIÓN". Se redujo el clip-path para que no invada el contenido. Verificado en mobile (375px), tablet (768px) y desktop.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resumen
winbit-app, preservando el commit sin mergear defix/deposit-custom-category(opciones CUSTOM de depósito).RequestNotificationsProvider, toast al aprobar/rechazar depósitos y retiros) que el rediseño había dejado sin enganchar, y elimina el código muerto que quedó reemplazado (PendingRequestsBanner, hook/contexto viejo de toasts).Test plan
npm run lintnpm run format:checknpm run test:ci(68 archivos, 479 tests)npm run build(producción, sin errores)Pendiente de revisión manual de detalles visuales antes de mergear a
main.