summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAgeFilesLines
* js: packages: Also match against description and location.Ricardo Wurmus2015-06-231-1/+3
* js: layout: Add cute footer message.David Thompson2015-06-161-1/+5
* js: packages: Fix empty package list when returning to package list.David Thompson2015-06-161-1/+1
* js: generations: List generations in reverse chronological order.David Thompson2015-06-161-1/+6
* js: packages: Correctly handle searches that yield no results.David Thompson2015-06-151-31/+42
* js: packages: Fix search results badge.David Thompson2015-06-151-1/+1
* js: Overhaul UI with FRP!David Thompson2015-02-0911-481/+3145
* js: packages: Filter list oninput rather than onchange.David Thompson2015-02-081-1/+1
* Render package details on the client.David Thompson2015-01-306-19/+128
* js: layout: Update copyright year in footer.David Thompson2015-01-301-1/+1
* js: Fix package sorting.David Thompson2015-01-301-4/+9
* js: Fix display when there are 0 search resultsDavid Thompson2015-01-303-3/+5
* js: Factorize headerWithBadge function.David Thompson2015-01-303-8/+9
* js: Extract modal creation function.David Thompson2015-01-302-17/+42
* css: Improve appearance of counter badges next to headers.David Thompson2015-01-302-2/+2
* js: Clean up packageCount function.David Thompson2015-01-302-3/+11
* js: Extract pagination model.David Thompson2014-10-164-49/+82
* Add generations view.David Thompson2014-10-165-5/+124
* js: Hook up navbar to routes.David Thompson2014-10-151-1/+6
* js: Add loading spinner to packages page.David Thompson2014-10-154-9/+20
* Render footer on client instead of server.David Thompson2014-10-151-13/+38
* js: utils file initializes guix namespace with certainty.David Thompson2014-10-151-1/+1
* js: Break package components into model/view/controller files.David Thompson2014-10-155-388/+425
* Restructure JavaScript files.David Thompson2014-10-156-19/+88
* js: Extract more rendering to functions.David Thompson2014-08-301-35/+43
* Add a currently useless abort button to the package install modal.David Thompson2014-08-151-1/+1
* Tweak messaging during package installation.David Thompson2014-08-151-1/+7
* Always return to the first page of results after searching.David Thompson2014-08-151-0/+2
* Show close button on modal when installation fails.David Thompson2014-08-151-1/+1
* Add basic, hacky package installation.David Thompson2014-08-151-3/+122
* Better encapsulate JS data types.David Thompson2014-08-131-88/+98
* Add column sorting to package table.David Thompson2014-08-131-8/+52
* Add package sorting.David Thompson2014-08-131-0/+12
* Move pagination function to controller prototype.David Thompson2014-08-131-6/+6
* Move controller methods to prototype.David Thompson2014-08-091-24/+24
* Add pagination.David Thompson2014-08-091-7/+95
* Perform case insensitive search.David Thompson2014-08-081-1/+1
* Display visible packages in badge on package search page.David Thompson2014-08-071-1/+1
* Rename guix-web.js to guix-packages.js.David Thompson2014-08-071-2/+7
* js: Add form-control class to search input.David Thompson2014-08-071-12/+9
* js: Apply search terms to package synopsis.David Thompson2014-08-071-1/+2
* Use uncompressed source code for mithril.js.David Thompson2014-08-072-8/+674
* Add copyright information to source files.David Thompson2014-08-071-0/+17
* First commit.David Thompson2014-08-063-0/+1445