Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

[CDSK-969] Improve Katana-UI for many projects #368

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

Mowinski
Copy link

@Mowinski Mowinski commented May 15, 2018

Screenshot:

test

@Mowinski Mowinski self-assigned this May 15, 2018
@coveralls
Copy link

coveralls commented May 15, 2018

Coverage Status

Coverage increased (+0.01%) to 68.684% when pulling 1cb57a2 on cdsk-969-project-autocomplete into 163ea86 on staging.

@Mowinski Mowinski changed the title [CDSK-969] project autocomplete [CDSK-969] Improve Katana-UI for many projects May 15, 2018
@campos-ddc
Copy link
Member

I'd change the text to "Filter results" instead of "Filter projects", since it seems that we always use "results" in our other filter bars

@Mowinski Mowinski force-pushed the cdsk-969-project-autocomplete branch from d727b14 to c992f4a Compare May 16, 2018 07:26
@Mowinski
Copy link
Author

Updated :)

@campos-ddc
Copy link
Member

Looks great!

Make sure to test it on phones / small screens

@Mowinski Mowinski force-pushed the cdsk-969-project-autocomplete branch from 3f4a950 to 1cb57a2 Compare May 17, 2018 04:42
allProjects = response.map(function(item) {
return item.name;
});
maxPage = allProjects.length / maxShowedItems;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable is unused (and has "float" after division). Please, remove it.

<div class="dataTables_paginate" style="width: 100%; text-align: center;">
<a id="prev-projects" class="paginate_button previous" href="#">Prev</a>
<a href="/projects" class="paginiate_button">All projects</a>
<a id="next-projects" class="paginate_button next" href="#">Next</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.paginate_button is not used in CSS or JS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants