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

Autocomplete Github projects for UX #189

Closed
wants to merge 5 commits into from

Conversation

kirs
Copy link

@kirs kirs commented Mar 18, 2014

Here is another implementation of #170
It works with sexy autocomplete by selectize.js.

screen shot 2014-03-18 at 23 05 49

Hope you like it 💌

@bradrydzewski
Copy link

looks very nice! I'm in the middle of some major refactoring, so hang in there. I will try to get this merged as soon as possible

@bradrydzewski
Copy link

one quick comment ... can you use cdnjs to serve selectize.js (both js and css), as opposed to embedding in the project? We try to outsource all static files to cloudflare :)
https://cdnjs.com/libraries/selectize.js/

@kirs
Copy link
Author

kirs commented Mar 18, 2014

Sure! Let me know if I can help with something or maybe refactoring.

@kirs
Copy link
Author

kirs commented Mar 18, 2014

@bradrydzewski done

@kirs
Copy link
Author

kirs commented Mar 26, 2014

Any progress?

@alexwhitman
Copy link

one quick comment ... can you use cdnjs to serve selectize.js (both js and css), as opposed to embedding in the project? We try to outsource all static files to cloudflare :)

It would be useful to have a way of bundling those types of files with drone rather than relying on a CDN for at least two reasons:

  • Losing internet connection would mean drone could become unusable 'internally'
  • Has the potential for leaking private or sensitive data via the referrer

@arrowcircle
Copy link

Looks great!
I think its ok to move static js and css to cdn for now, but later, imho, its better to have assets packed and served by drone.

@bradrydzewski
Copy link

we altered our approach in 0.3 to sync all repositories with Github, Bitbucket, etc and we provide a full list with filter capabilities using Angular.

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.

None yet

4 participants