Commit Graph

45 Commits

Author SHA1 Message Date
ec6a32001e No bottom border for shot-thumbnail cell 2016-11-09 15:49:27 +01:00
dd186b0611 Small tweaks to list of shots
Shot list can overflow horizontally
Fix alignment on splitter
2016-11-09 14:47:25 +01:00
88e59f9329 bringing back processing status for tasks on shots list 2016-11-09 13:04:24 +01:00
21f3acc03e Remove border bottom from thumbnail cells 2016-11-08 16:26:47 +01:00
c87df6e52e Fixes for flickers in newer Chrome 2016-11-08 16:19:56 +01:00
17448248a0 Individual scroll for shot/tasks list and item details 2016-11-04 16:16:01 +01:00
f364f2aa89 Minor tweaks to active/in-edit shots 2016-11-04 12:48:01 +01:00
11ad530749 Style shots not in the edit 2016-11-04 11:42:34 +01:00
dad5e4ceac thumbnail cell size back to normal 2016-11-03 18:19:10 +01:00
fced741c7d Accesibility tweaks 2016-11-03 17:51:39 +01:00
6aa8db2dff Style when there are thumbnails available
TODO: Once we have the user-space, we show or not .has-thumbnail
2016-11-03 17:51:39 +01:00
0b759c196f Fix unlikely case of many tasks per shot 2016-11-03 16:33:45 +01:00
f3d21fc0de Minor style tweaks to tasks/shots list 2016-11-03 16:08:01 +01:00
babf95c22f Move item-details style to base 2016-11-01 16:22:15 +01:00
6c1b7f29b2 Better text for Attract on non-logged in users 2016-10-21 20:44:59 +02:00
be7ef81e96 Style task read-only details 2016-10-21 14:48:03 +02:00
714430203d Another attempt at fixing the background clipping 2016-10-20 19:21:58 +02:00
3fbc328c19 Center + Task label 2016-10-20 16:35:17 +02:00
a17eeaa97e Minor style tweaks to shots list 2016-10-13 19:25:22 +02:00
b65fb754c2 Fix alignment of tasks in shots 2016-10-12 17:10:38 +02:00
13eeb7d6c3 Fix alignment of tasks on Firefox 2016-10-12 12:57:39 +02:00
b39e3d431d Give shot list white background.
This improves display when the shot list is longer than the window.
2016-10-04 16:10:56 +02:00
5e6762ff1a Renamed attract-form to attract-box, and added with-status class.
The with-status class enables the status-coloured thick border at the top.
The rename from 'form' to 'box' was made to allow non-form contents too.
2016-10-04 15:15:12 +02:00
b1783fb801 Fix overlay of add-task button 2016-09-30 11:41:13 +02:00
6817da77aa Use darker colors for status indicators 2016-09-29 17:30:39 +02:00
ba217f2496 Style empty lists 2016-09-29 17:29:15 +02:00
37c0c23e83 Replace duplicated status-{{status}} classes for a nice Sass mixin
Set the color for a specified property
1: $property: e.g. background-color
2: $where: ':before', ' .class-name', etc.
3: $variation: 'light', 'dark', or empty
e.g. @include status-color-property(background-color, ':before', 'light')
2016-09-29 17:29:15 +02:00
04c6c11071 Clean the header/text when the page is first loaded 2016-09-29 16:02:15 +02:00
1cefb2fa06 Shot list: Make shot active when making one of its tasks active 2016-09-29 15:50:27 +02:00
ddc6d0c2d4 fix alignment of add task button 2016-09-29 15:35:52 +02:00
b5964864a5 Use clipboardjs to copy shot ID to clipboard
Using Zeno Rocha's clipboardjs
https://zenorocha.github.io/clipboard.js
2016-09-28 17:34:53 +02:00
8853b2414e Better highlighting of tasks, and fix when there are multiple tasks 2016-09-27 16:06:56 +02:00
c4b4197cb8 Click on the whole cell to open task 2016-09-27 16:06:56 +02:00
5f3bab95e2 Copy to clipboard for shots 2016-09-23 18:07:28 +02:00
6c47b9564f Fix shot-status on firefox 2016-09-23 15:48:25 +02:00
146d10ffbd Added shot ID (so it can be copied & pasted to Blender) 2016-09-23 14:06:11 +02:00
997a12ee11 Shot status indicator and other minor tweaks 2016-09-22 21:27:15 +02:00
cbc19ac18d Minor style tweaks to tasks list and select2 2016-09-22 19:25:52 +02:00
22f778c7a9 Move flash-on to _base, since it's generic 2016-09-22 19:14:58 +02:00
c9959a839b Pillar's tutti is now loaded on layout 2016-09-22 19:07:26 +02:00
1b4cd09281 Added 'type' to options when saving form, for status-bar details
Also fixed the title of the header. It was removing the status-bar when setting "Shot details"
2016-09-22 17:46:17 +02:00
85c7908ac6 Shots view: set task as active when selecting it 2016-09-22 17:09:43 +02:00
e2db647c20 Tweaks to flash-on/off 2016-09-22 16:43:19 +02:00
4b9b53a53c Shot list: collapse columns by clicking on the title 2016-09-22 15:50:13 +02:00
e3e586583f Use divs instead of table tags
Tables are non-responsive by design and require more overrides to be cross-browser compatible
2016-09-22 12:31:39 +02:00