Commit Graph

27 Commits

Author SHA1 Message Date
Jared Tabor
78baabf676 Job Details--details panel and events summary
This PR consists of the restyling for the Job Details page, specifically for the details panel and for the events summary panel. It includes, but is not limited to changes to the tables, icons, status representations, expendables panels, positioning on screen, the search bars, the toggles, and the pie chart. I also added a CodeMirror instance for the Results panel as a follow up to my last PR.

Remaining items: Responsiveness is the main one, a lot of JS side styling was done on the job detail page to make it fit on one screen. I'll need to have a deeper dive with UX to figure out what we want to do when this page is displayed on smaller browsers. I also have not gotten to the stdout out for htis page.
2016-02-29 22:11:29 -08:00
Ken Hoes
3d858b68cd Moved LESS code around per comments. Modularized. Removed old lookup helper and references.
Modularized Lookup, put in own folder, removed old Lookup.js
2016-02-25 07:59:33 -05:00
Ken Hoes
5c049d37a6 Lookup modal styling to match given design 2016-02-22 10:00:50 -05:00
Michael Abashian
bf74cbc993 Applied select2 to the activity stream dropdown nav. Went ahead and moved the dropdown nav template into a partial rather than having it inline. 2016-02-11 13:39:51 -05:00
Michael Abashian
6940dccea2 Re-introduced the search widget dropdown filter functionality to move search back to it's function 2.4.x state. Tag based search will come in a future feature. 2016-02-11 11:15:56 -05:00
jlmitch5
3eeba44137 Merge pull request #894 from jlmitch5/scheduleListUpdate
update scheduler list styling
2016-02-10 09:55:44 -05:00
Michael Abashian
ca665a548f Merge pull request #892 from mabashian/empty-list-text
Made empty list text configurable
2016-02-09 16:53:02 -05:00
John Mitchell
ef2a037205 update scheduler list styling 2016-02-09 16:28:38 -05:00
Michael Abashian
635634b12d Made the empty list text a configurable item that can be passed to the list generator. If it's not passed in we fall back to the existing string. 2016-02-09 16:27:24 -05:00
Michael Abashian
a450dbb42a Added activity stream navigation dropdown 2016-02-09 15:49:15 -05:00
John Mitchell
1b357d5a3e css fixes to list headers
-tags (like admin on users) are now correctly centered
-buttons on certain forms do not create header centering issues
-added lockup css for use with panel header titles
2016-02-04 13:13:28 -05:00
Michael Abashian
34185304d6 Made the "status" columns throughout the project a static width and nestled it up against the name/id column to match up with the spec. Made all the tooltip hovers appear to the right of the icon since they are all lined up on the left side of the table now. 2016-01-28 12:25:51 -05:00
Michael Abashian
2012e75160 Fixed the spacing issue between the bottom of the search bar and the top of the table. There should now be 20px between the two. 2016-01-26 16:02:35 -05:00
Michael Abashian
a8d51da73c List view styling tweaks based on UI/UX feedback. Fixed various bugs dealing with the list views/pagination/delete modal(s). Fixed the jobs list responsive weirdness. 2016-01-26 11:12:59 -05:00
jlmitch5
1979c33225 Merge pull request #677 from jlmitch5/sprint1UIFixes
Updated to ui add/edit/list crud interactions
2016-01-25 15:19:05 -05:00
Michael Abashian
0d64563dd8 Styling updates to list views that get generated in the form generator. Moved the button generation out into a helper for these specific cases. 2016-01-22 16:45:40 -05:00
John Mitchell
e07c2643ee Various sprint 1 ui fixes
The edit button for the row of the item you are currently editing now stays selected
Projects edit's now refresh correctly
The pagination service now supports queries for users (use username instead of just name)
2016-01-22 10:12:17 -05:00
John Mitchell
f0b1ab034f added links to cards (actual links and badges don't work) 2016-01-21 18:11:04 -05:00
Michael Abashian
7b2284def4 Added logic to handle showing an empty list. Tweaked what we show when a user search returns no results. This case now shows a simple message instead of a table row with the headers. Also added column classes to a lot of the action columns in our list views. 2016-01-18 13:06:05 -05:00
Michael Abashian
576192c21f Moved some explicit color definitions into our default colors less file for a few list styles. 2016-01-18 09:13:58 -05:00
Michael Abashian
2fbc50093f Styling overhaul for the list view search bar 2016-01-18 09:13:58 -05:00
Michael Abashian
c7674acb22 Tweaked the list pagination styling to match more closely with the spec. 2016-01-13 14:23:06 -05:00
Michael Abashian
a33275684b List view CSS updates. This commit includes styling of list headers w/ badge. It also includes pagination styling along with some small bug fixes. This commit also removes the activity stream button from a lot of all of the list views per the spec. 2016-01-13 13:15:53 -05:00
John Mitchell
fcaf86c1da fixed styling of row indicator 2016-01-11 11:17:27 -05:00
Michael Abashian
c649b8fda6 Removed erroneous comment 2016-01-08 16:46:24 -05:00
Michael Abashian
4df231917f Baseline for styling updates to list view. General styling of action buttons, header tags and the table itself. 2016-01-08 16:38:17 -05:00
Joe Fiorini
e2453b4199 Revert to prior method of compiling CSS 2015-07-27 10:19:15 -04:00