| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* css/guix.css (.header .badge): New style.
* js/view/generations.js (guix.generations.view): Add 'header' class to
h2 element.
* js/view/packages.js (guix.packages.view): Likewise.
|
|
|
|
|
|
| |
* js/utils.js (guix.add): New function.
* js/controllers/packages.js (guix.packages.controller.packageCount):
Reimplement.
|
|
|
|
|
|
|
|
|
|
| |
* js/utils.js (guix.clamp): New function.
* js/controller/packages.js (guix.packages.controller): Remove 'pages',
'currentPageIndex', and 'pageSize' properties. Add 'pager' prop.
Delete 'paginate', 'currentPage', 'isFirstPage', 'isLastPage', and
'isCurrentPage' methods.
* js/model/packages.js (guix.packages.Pager): New function.
* js/view/packages.js (guix.packages.view): Use new Pager API.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix-web/controller.scm (controller): Add '/generations' route.
* guix-web/package.scm (profile-generations*): New procedure.
* guix-web/view.scm (generations-json): New procedure.
(javascripts): Add new JS files.
* js/model/generations.js: New file.
* js/controller/generations.js: New file.
* js/view/generations.js: New file.
* js/view/layout.js (guix.withLayout): Add 'Generations' navbar entry.
* js/routes.js: Add '/generations' route.
|
|
|
|
|
| |
* js/view/layout.js (guix.withLayout): Add click handler for 'Packages'
link.
|
|
|
|
|
|
|
|
|
|
|
| |
* css/guix.css: Add spinner styles.
* js/controller/packages.js (guix.packages.view): Explicitly redraw
after loading packages.
* js/model/packages.js (guix.packages.Packages): Load packages in the
background.
* js/view/layout.js (guix.withLayout): Cast elem to array if needed.
* js/view/packages.js (guix.packages.view): Render spinner when there
are no packages to display.
|
|
|
|
|
|
|
| |
* guix-web/view.scm (main-layout): Remove footer.
(all-packages): Remove '#guix' div.
(librejs): Add container and logo.
* js/view/layout.js (guix.withLayout): Render footer.
|
|
|
|
| |
* js/utils.js (guix): Don't check for existing value (there isn't one).
|
|
|
|
|
|
|
|
|
| |
* js/packages.js: Delete.
* js/model/packages.js: New file.
* js/view/packages.js: New file.
* js/controller/packages.js: New file.
* js/routes.js: Use new namespace for packages.
* guix-web/view.scm (javascripts): Add new JS files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* js/guix-packages.js: Delete.
* js/mithril.js: Delete.
* js/underscore.js: Delete.
* js/lib/mithril.js: New file.
* js/lib/underscore.js: New file.
* js/packages.js: New file.
* js/routes.js: New file.
* js/utils.js: New file.
* js/view/layout.js: New file.
* guix-web/view.scm (javascripts): Add new files. Delete old ones.
* css/guix.css (logo): New class.
* images/logo.png: Shrink logo.
|
|
|
|
|
| |
* js/guix-packages.js (guix.view): Extract renderPackageTable and
renderSearchBox functions.
|
|
|
|
| |
* js/guix-packages.js (guix.view): Render abort button in derivation phase.
|
|
|
|
| |
* js/guix-packages.js (guix.view): Tweak messaging during derivation phase.
|
|
|
|
|
| |
* js/guix-packages.js (guix.controller.prototype.doSearch): Reset
currentPageIndex to 0.
|
|
|
|
| |
* js/guix-packages.js (guix.view): Show close button on the error phase.
|
|
|
|
|
|
|
|
|
|
|
| |
* guix-web/controller.scm (controller): Add package installation route.
* guix-web/package.scm: New file.
* guix-web/render.scm (unprocessable-entity, created): New procedures.
* js/guix-packages.js (guix.PHASE_NONE, guix.PHASE_PROMPT,
guix.PHASE_DERIVATION, guix.PHASE_SUCCESS, guix.PHASE_ERROR): New variables.
(guix.controller.phase, guix.controller.selectedPackage): New properties.
(guix.controller.prototype.installSelectedPackage): New method.
(guix.view): Add modal for package installation UI.
|
|
|
|
|
| |
* js/guix-packages.js (guix.Sorter, guix.controller): Use module pattern
to encapsulate data type creation.
|
|
|
|
|
|
|
|
|
|
|
| |
* css/guix.css: New file.
* guix-web/view.scm (main-layout): Include guix.css.
* js/guix-packages.js (guix.Sorter.prototype.reverse): New method.
(guix.controller.sorter): Make property.
(guix.controller.columns): New variable.
(guix.controller.prototype.paginate): Use sorter property.
(guix.controller.prototype.sortBy): New method.
(guix.view): Render column sorting UI.
|
|
|
|
|
|
| |
* guix-packages.js (guix.Sorter): New data type.
(guix.Soter.prototype.sort): New method.
(guix.controller): Sort by name by default.
|
|
|
|
|
|
| |
* js/guix-packages.js (guix.paginate): Delete it.
(guix.controller): Use new paginate method.
(guix.controller.prototype.paginate): New method.
|
|
|
|
|
| |
* js/guix-packages.js: Move functions defined on each instance of
guix.controller to guix.controller's prototype.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* js/guix-packages.js: (guix.chunk): New function.
(guix.paginate): New function.
(guix.controller.pages, guix.controller.currentPageIndex,
guix.controller.pageSize): New variables.
(guix.controller.currentPage, guix.controller.isFirstPage,
guix.controller.isLastPage, guix.controller.isCurrentPage,
guix.controller.packageCount): New functions.
(guix.controller.doSearch): Paginate.
(guix.view): Render pagination UI.
|
|
|
|
| |
* js/guix-packages.js: Specify case insensitive mode when creating regexp.
|
|
|
|
| |
* js/guix-packages.js (guix.view): Display ctrl.visiblePackages() in badge.
|
|
|
|
|
|
| |
* guix-web (javascripts): Update.
* js/guix-packages.js: New file.
* js/guix-web.js: Delete it.
|
|
|
|
| |
* js/guix-web.js (guix.view): Add it.
|
|
|
|
|
| |
* js/guix-web.js (guix.controller.doSearch): Test regexp against package
synopsis.
|
|
|
|
|
|
| |
* guix-web: Update javascripts.
* js/mithril.js: New file.
* js/mithril.min.js: Delete it.
|
|
|
|
|
| |
* guix-web:
* js/guix-web.js: Add it.
|
|
|