Skip to content

Feature/settings timezone selector#170

Open
mx00 wants to merge 9 commits into
Eleven-Trading:mainfrom
mx00:feature/settings-timezone-selector
Open

Feature/settings timezone selector#170
mx00 wants to merge 9 commits into
Eleven-Trading:mainfrom
mx00:feature/settings-timezone-selector

Conversation

@mx00

@mx00 mx00 commented May 25, 2026

Copy link
Copy Markdown

Summary

Adds timezone selection support to TraderNote Settings and expands the available timezone list.

Added

  • Timezone selector dropdown in Settings.vue

  • Persistent user timezone saving to Parse _User.timeZone

  • Expanded timezone list with major US, Europe, Asia, Australia, and UTC timezones

  • Included support for:

    • America/Los_Angeles
    • America/Chicago
    • America/Denver
    • UTC
    • additional international timezones

Technical Changes

Updated

  • src/views/Settings.vue

    • Added timezone dropdown UI
    • Added timezone persistence in updateProfile()
  • src/stores/globals.js

    • Expanded timeZones array

Added

  • patch-timezones.py

    • Helper script to patch/update timezone list automatically

Result

Users can now:

  • Change timezone after account creation
  • Persist timezone preference from the Settings page
  • Use broader timezone support across regions

This improves trade timestamp consistency and daily statistics accuracy for international users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant