mbos2 / url-shortener

Simple, Selfhosted, URLShortener service
MIT License
8 stars 3 forks source link

Add Search by Alias feature #17

Closed GuyKh closed 1 year ago

GuyKh commented 1 year ago

Solve #8

GuyKh commented 1 year ago

@mbos2 Need an advise on HTML design here.

Using:

    <div class="divider dark"></div>
    <div class="d-flex align-items-center justify-content-center">
      <input required id="alias_search_term" type="text" placeholder="URL Alias Search Term" aria-label="RL Alias Search Term" aria-describedby="button-addon2">
      <button onclick="searchUrl()" class="btn btn-outline-dark" type="button" id="button-addon2">Search</button>
    </div>

I'm getting this:

image

I believe we can do better

mbos2 commented 1 year ago

I am not sure, but I also did not assign you on any issue at the moment

mbos2 commented 1 year ago

Unless assigned to the issue I will not be accepting PRs. I wrote Contribution Guidelines.

And as main file is becoming pretty large and less and less readable, I will be doing refactoring on some code before I continue with other issues.

GuyKh commented 1 year ago

@mbos2 You're welcome :/