xvvvyz / tilde

Minimal browser startpage.
https://tilde.xvvvyz.xyz
The Unlicense
824 stars 266 forks source link

feat: add case sensitivity for command search and improve suggestion rendering #36

Closed M1n-74316D65 closed 1 month ago

M1n-74316D65 commented 2 months ago

I made this for me, so why not do a PR :)

xvvvyz commented 1 month ago

Hi @M1n-74316D65, thanks for the PR! I am not sure I understand the purpose of case insensitive commands. If it's just a stylistic thing so the grid has uppercase keys you could text-transform on .key with CSS. As for the improved suggestions, how are they improved? A screenshot or description would be helpful (:

M1n-74316D65 commented 1 month ago

Ohh yeah, it’s pretty lacking in explanation 😅. start.m1n.land

I put this together pretty quickly, half with AI 😄, so if you need any changes or prefer to handle it yourself, feel free! I’m not super familiar with vanilla JS. If this doesn’t align with the direction you're going, no hard feelings at all if you decide to close the PR.

xvvvyz commented 1 month ago

Ah, understood. Yeah, I don't have a need for case insensitivity and if I am going to use a command suggestion I just tab to it and don't continue typing. I appreciate the PR and explanation, though.