Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.10 Map Selector Part 1 #157

Open
wants to merge 12 commits into
base: feat/mom-0.10
Choose a base branch
from
Open

Conversation

tsa96
Copy link
Member

@tsa96 tsa96 commented Nov 15, 2024

All the Panorama changes corresponding to #2345 on red. Some UI tweaks as well though still slightly WIP, want to get a PR in at a stable point corresponding to the incoming changes on red.

I'll have a subsequent branch on red and here open ASAP, C++ side of that is mostly finished.

Checks

  • I have thoroughly tested all of the code I have modified/added/removed to ensure something else did not break
  • I have followed semantic commit messages e.g. feat: Add foo, chore: Update bar, etc...
  • My branch has a clear history of changes that can be easy to follow when being reviewed commit-by-commit
  • My branch is functionally complete; the only changes to be done will be those potentially requested in code review
  • All changes requested in review have been fixuped into my original commits.
  • Fully tokenized all my strings (no hardcoded English strings!!) and supplied bulk JSON strings below

POEditor JSON Strings (if needed)

Made some POEditor additions recently but just added them directly.

@tsa96
Copy link
Member Author

tsa96 commented Nov 15, 2024

Dunno what's up with ESLint will fix tomorrow

Looks bad, also Pano can capitalize in CSS if needed, stupid (me) doing it in JS
Peen you've probs fixed this already and this'll probs conflict with your stuff, just overwrite.
Wanted the iterator method thingies
Yaaaaay we have to do submodule bumps for P2:CE-only stuff :)
This might conflict with some of rio's map-info/tab-menu/loading-screen stuff,
tried to make minimal changes here.

Moved some MapEntry logic from C++ to TS in the process, fewer hardcoded
values in C++.
Comment on lines +5 to +6
const DASHBOARD_URL = 'https://dashboard.momentum-mod.org';

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this move to a convar as well? Staging dashboard vs main site dashboard will be different URLs.

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.

2 participants