Conversation
Introduce support ticket API client, store, user/admin views, routing, i18n labels, and notification deep-link handling for ticket threads.
- Add AdminLayout with left admin-nav and content offset for all admin views - Extend adminNav with responsive sidebar; move account-delete list link from Usuarios - Fix UsersCrud template nesting after layout wrap - Adjust support tickets admin views and user Tickets form; extend i18n - Add tickets store unit test
Extract getLazyRouter, lazyRouterPush, and fireLazyRouterPush to avoid calling .push or .go on the Promise returned by async getRouter(). Fix passenger identity-validation redirects, Cordova notification deep links and hardware back, and dedupe lazy-load logic in auth and actionbars stores.
Add admin user list and detail views with sorting and pagination, extend Admin API client, register routes, and update UsersCrud for edit-only flows. Refresh i18n strings for admin user management.
Replace max-width caps (130px on small screens, 300px for apalancar reset-password) so labels like password recovery are not clipped.
Use width fit-content with max-width 100% instead of full width. Keep Facebook login buttons spanning the form.
Remove the Invitar a amigos button and share modal. Add Instagram and Facebook icons linking to Carpoolear profiles, opening in a new tab. Include fb_logo and instagram-logo assets and spacing before Viajes.
Add social media links
Fix buttons
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.
Adds admin changes and support tickets (feedback, contact, etc.)