Commit Graph

41 Commits

Author SHA1 Message Date
d9a41c11b7 Added shot summary per project on /attract 2016-10-05 14:42:01 +02:00
fd469a3889 Attract dashboard placeholder 2016-10-05 11:12:03 +02:00
75e6b39069 Added user-specific task list. 2016-10-05 10:30:10 +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
e76d016d2c Nicer presentation of shot details 2016-10-04 15:15:36 +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
58cca450b3 Use dropdown for copy to clipboard/delete tasks 2016-09-29 12:57:01 +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
968399ba7a Small jQuery plugin for resizing panels
Still doesn't save the size, since we want to save this in the user. Which is not implemented yet.
2016-09-28 16:58:14 +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
892f5a7360 Add icon to Save Changes 2016-09-23 18:07:28 +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
b5d335672e Added shot editing. 2016-09-22 15:29:18 +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
6f4a5e17fa Shot list: show updated task name in shot list after editing task. 2016-09-22 11:08:56 +02:00
fb6fa299f1 Move Tasks JS to layout, since we use it everywhere 2016-09-21 19:40:04 +02:00
7d64e8bf4e CSS: Move tasks into _tasks 2016-09-21 19:40:04 +02:00
578f698240 Minor style tweaks to Tasks 2016-09-21 19:40:04 +02:00
44540631e3 Use Select2 for assigning users to tasks 2016-09-21 16:43:59 +02:00
4b1a52f26e Replace Status underscore and minor style tweaks 2016-09-21 15:47:31 +02:00
964ff40bca Fix layout 2016-09-21 15:14:49 +02:00
d30cc144c1 Fix layout 2016-09-21 14:15:25 +02:00
38703bf583 Tasks Index for a Project
Work in progress
2016-09-21 14:12:16 +02:00