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

Color code the RouteList with some sort of "sunlight" color temperature, based on latitude & longitude and time of day #202

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yuzisee
Copy link

@yuzisee yuzisee commented Mar 3, 2025

The old connect.comma.ai shows the frames of video in the RouteList, which has the benefit that you can quickly see which were at daytime vs. nighttime based purely on the color themes of the frames. Showing all these frames makes loading too slow, so in the new connect this feature has been removed.

However, we still could at least color code each with some sort of "sunlight" color temperature based on latitude & longitude and time of day instead. That way, if you're trying to quickly scroll down to a certain moment you had in mind you can do it easily without slowly (and carefully) reading every time of day line-by-line.

Original discussion here: https://discord.com/channels/469524606043160576/1244366765983535145/1345905314989342730

@incognitojam
Copy link
Member

incognitojam commented Mar 3, 2025

Nice idea! Can you git add the bun lockfile after installing new deps? then the preview will work

@incognitojam incognitojam added enhancement New feature or request design labels Mar 3, 2025
yuzisee added a commit to yuzisee/new-connect that referenced this pull request Mar 3, 2025
"error: lockfile had changes, but lockfile is frozen"
@yuzisee yuzisee force-pushed the dev-sunlight-colors branch from 98f21ca to 7d3ce0b Compare March 3, 2025 17:52
yuzisee added a commit to yuzisee/new-connect that referenced this pull request Mar 3, 2025
@yuzisee yuzisee force-pushed the dev-sunlight-colors branch from 3fb7943 to 531f1d2 Compare March 3, 2025 20:23
yuzisee added a commit to yuzisee/new-connect that referenced this pull request Mar 3, 2025
Copy link

github-actions bot commented Mar 3, 2025

deployed preview: https://202.connect-d5y.pages.dev

Welcome to connect! Make sure to:

  • read the contributing guidelines
  • mark your PR as a draft until it's ready to review
  • post the preview on Discord; feedback from users will speedup the PR review

Mobile

Desktop

@incognitojam
Copy link
Member

I would probably try changing the background colour of the cards, or adding a gradient to them, instead of just a border

yuzisee added a commit to yuzisee/new-connect that referenced this pull request Mar 5, 2025
@yuzisee
Copy link
Author

yuzisee commented Mar 5, 2025

I would probably try changing the background colour of the cards, or adding a gradient to them, instead of just a border

Cool. Something like a750f3a maybe?

image

@yuzisee yuzisee requested a review from incognitojam March 5, 2025 01:42
@greatgitsby
Copy link
Contributor

looks cool!

yuzisee added 4 commits March 23, 2025 08:51
…which has the benefit that you can quickly see which were at daytime vs. nighttime based purely on the color themes of the frames. Without them you have to manually read every time of day line and it's a slower (and more effort) to read line-by-line to scroll down to a certain moment you had in mind

Loading all these frames increases server load though, so in the new connect we may as well color code the background of each <a> with some sort of "sunlight" color temperature based on latitude & longitude and time of day instead.

Original discussion here: https://discord.com/channels/469524606043160576/1244366765983535145/1345905314989342730

---

Light Comes From the Sky
* https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-1-559d4e805cda
* https://learnui.design/blog/7-rules-for-creating-gorgeous-ui-part-2.html
"error: lockfile had changes, but lockfile is frozen"
@yuzisee yuzisee force-pushed the dev-sunlight-colors branch from 9fae18e to 07280de Compare March 23, 2025 16:01
@yuzisee
Copy link
Author

yuzisee commented Mar 23, 2025

Rebased onto latest master.

@incognitojam let me know if there's anything else you'd like to see — Otherwise I'll leave this pull request as-is and you can do whatever you'd like with it. Cheers!

(Or, if you'd like me to continue rebasing periodically until a decision is made, I can do that too; just let me know)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants