Finalize rating gamification, standardization & security fixes#169
Merged
Finalize rating gamification, standardization & security fixes#169
Conversation
**Rating & Gamification:** - Implement custom "Shell" rating icon and 1-10 scale globally. - Add "Community Verdict" card for social proof and easy rating. - Implement glassmorphic "Sticky Rate Bar" for mobile conversion. - Trigger confetti explosion via canvas-confetti on successful rating. - Fix login redirection to return users to their previous page. **Layout & UI Refinements:** - Consolidate header metadata into a clean "Stats Strip" vertical stack. - Move "Associated Diving Centers" to the sidebar to optimize space. - Create a "Top Bar" for breadcrumbs and action buttons (Share/Edit). - Implement a 2-column CSS grid for mobile metadata to save space. - Standardize depth icons to TrendingUp across all detail views. - Standardize all action buttons using the new Button component. **Security & Stability:** - Fix Stored XSS in map popups using sanitized HTML (lodash/escape). - Secure login redirection logic to prevent Open Redirects. - Resolve EditDivingCenter async initialization (empty fields) bug. - Fix critical ReferenceError in DivingCenterDetail.js. - Fix syntax regression in DiveDetail.js. **Documentation:** - Mark Rating Gamification plan as complete. - Update global button color and icon standards.
5ec0e9a to
05b13b9
Compare
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.
Rating & Gamification:
Layout & UI Refinements:
Security & Stability:
Documentation: