feat(postcard): profile country, country_from, per-user card number uniqueness, public page overhaul - Profile: add country field for default origin country - Postcard: add country_from field, auto-fill from profile.country on create - card_number uniqueness: change from global to per-user (profile_id + card_number) - Public pages: remove card_number display, only show cards with image_front - Public pages: show country as from→to format - Index page: no time display, add register button, fix lightbox with prev/next - Infinite scroll: add /api/public/cards endpoints and IntersectionObserver - Internal pages: update postcards list/detail for country_from display - i18n: add profiles.country_ph, pc_form.country_from, pc_detail.route
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"index.title": "Mailova",
|
||||
"index.subtitle": "Postcards from around the world",
|
||||
"index.go_login": "Login",
|
||||
"index.go_register": "Register",
|
||||
"index.empty": "No public postcards yet",
|
||||
"nav.profiles": "Profiles",
|
||||
"nav.settings": "Settings",
|
||||
@@ -64,6 +65,7 @@
|
||||
"profiles.total": "Total",
|
||||
"profiles.countries": "Countries",
|
||||
"profiles.notes_ph": "Notes (private)",
|
||||
"profiles.country_ph": "Country",
|
||||
"profiles.save": "Save",
|
||||
"profiles.created_at": "Created",
|
||||
"profiles.view": "View",
|
||||
@@ -96,6 +98,7 @@
|
||||
"pc_detail.status": "Status",
|
||||
"pc_detail.recipient": "Recipient",
|
||||
"pc_detail.country": "Country",
|
||||
"pc_detail.route": "Route",
|
||||
"pc_detail.send_time": "Sent date",
|
||||
"pc_detail.arrival_time": "Arrival date",
|
||||
"pc_detail.sender": "Sender",
|
||||
@@ -112,6 +115,7 @@
|
||||
"pc_form.status": "Status",
|
||||
"pc_form.recipient": "Recipient",
|
||||
"pc_form.country": "Country",
|
||||
"pc_form.country_from": "From",
|
||||
"pc_form.send_time": "Sent date",
|
||||
"pc_form.arrival_time": "Arrival date",
|
||||
"pc_form.sender": "Sender",
|
||||
|
||||
Reference in New Issue
Block a user