Commit Graph

259 Commits

Author SHA1 Message Date
f61d0595bd Removed link from tasks header 2016-10-05 11:10:05 +02:00
fb487e8ec0 Added /attract/<project_url> page 2016-10-05 11:08:18 +02:00
75e6b39069 Added user-specific task list. 2016-10-05 10:30:10 +02:00
60c13615bf Moved stuff that always needs to happen on 'task open' into task_open(). 2016-10-05 10:29:46 +02:00
917ccd7f3f Removed the link and shot count from the 'Shots' header 2016-10-05 10:28:44 +02:00
a4668c45d8 Scroll all the way to the top when opening a shot/task.
This way the status bar is in view too, which is essential when loading
fails for some reason.
2016-10-04 16:11:19 +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
b1196e4036 Some more task tweaks, now task creation works again
... my previous commit broke it (much enthusiasm checking for undefined)
2016-10-04 15:35:42 +02:00
2fd7ae7927 Some task creation fixes 2016-10-04 15:21:59 +02:00
de72e6c471 Show that shot names can only be updated from Blender 2016-10-04 15:15:50 +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
45bff7a77e Include shot status in CSS class 2016-10-04 14:39:04 +02:00
f4ae005252 Reopen tasks & shots after editing 2016-10-04 14:37:58 +02:00
a9ed5e0b19 Added parameter checking for undefined 2016-10-04 14:37:50 +02:00
dcf503c66a Removed project_url from parameters in favour of ProjectUtils 2016-10-04 14:37:39 +02:00
785e35434d Update status bar before/after loading shot/task 2016-10-04 14:26:37 +02:00
932fad9161 Properly handle errors opening tasks/shots. 2016-10-04 14:24:27 +02:00
91abe917cd Using patch to edit shots from web-frontend. 2016-10-04 14:16:58 +02:00
459ba6c89f Fixed button type 2016-10-04 14:16:35 +02:00
3bba5be7ec Validator error: missing space between attributes 2016-10-04 14:16:25 +02:00
b1783fb801 Fix overlay of add-task button 2016-09-30 11:41:13 +02:00
55a0f4a42e Don't rely on 3rd party placeholder image service.
The grey one-pixel placeholder.jpg is only 160 bytes anyway.
2016-09-29 18:52:53 +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
5cc989cd82 Fixed JS issue. JS doesn't support default function arguments. 2016-09-29 16:52:41 +02:00
3066b41058 Put generated JS into attract/static/assets/js/generated/ 2016-09-29 16:44:49 +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
48b9209d2f ScrollTo tweak when selecting tasks 2016-09-29 15:37:40 +02:00
5ae33041ed Make tasks appear on the list when added 2016-09-29 15:36:02 +02:00
ddc6d0c2d4 fix alignment of add task button 2016-09-29 15:35:52 +02:00
93a8a0db3c fix fade out of item-details on task deletion 2016-09-29 15:35:31 +02:00
55aebebadb Scroll to top after clicking on shots/tasks 2016-09-29 14:29:09 +02:00
001a313e1e Missing link to clipboardjs 2016-09-29 14:25:53 +02:00
58cca450b3 Use dropdown for copy to clipboard/delete tasks 2016-09-29 12:57:01 +02:00
4d0d0b1885 Copy ID to clipboard for Tasks as well 2016-09-29 12:23:38 +02:00
4c4489a890 Concatenate all general js files into tutti.js 2016-09-29 12:22:53 +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
41d3777b60 Add title to column collapsers 2016-09-28 17:05:16 +02:00
ba2f7d25b6 Add title to table-spacer, so we know what column we're expanding 2016-09-28 17:03:04 +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
c9f2d24105 Disable shot creation within Attract for now, only done via VSE 2016-09-27 16:06:56 +02:00
8853b2414e Better highlighting of tasks, and fix when there are multiple tasks 2016-09-27 16:06:56 +02:00
4392c59cea Titles for 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
052344af26 Create Shot workflow
Still needs update on the list
2016-09-23 19:38:57 +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