Commit Graph

517 Commits

Author SHA1 Message Date
5634ed3a6b Website: some more info about the Windows installation of NodeJS 2022-08-30 17:15:49 +02:00
cbd8754595 Website: add link to 7Zip, necessary to get MingW-W64 installed 2022-08-30 15:43:39 +02:00
c499105424 Website: small wording change 2022-08-30 15:27:21 +02:00
fde1403c22 Website: fix header number 2022-08-30 15:25:30 +02:00
2dccfd195a Website: document how to get make
This is now only written for Debian/Ubuntu and Windows, and not for other
Linux flavours or macOS. Also the Windows documentation is very minimal,
but at least contains the info I always tend to forget.
2022-08-30 15:23:59 +02:00
9d828e5d08 Webapp: make Job and Task ID fields click-to-copy
Click on a job or task ID to copy it to the clipboard.
2022-08-25 13:59:31 +02:00
22aa041ec1 Allow relative render output root paths
Add a new `abspath(path)` function to the add-on, for use in job type
settings. With this, the "simple blender render" job can support relative
paths for the "render output root" setting, and still have an absolute
final "render output path".
2022-08-25 13:14:48 +02:00
945e3060f4 Website: document location of custom job type scripts 2022-08-25 12:32:29 +02:00
97243d15f1 Website: document path separator replacement in two-way vars docs
Document the path separator replacement introduced in
rF63c60a5b15b362e5a951345962d0a6fcbc81c101
2022-08-25 12:27:41 +02:00
d239350ee4 Website: cleanup, reformat markdown table 2022-08-25 11:11:51 +02:00
0c69b5c41b Website: document variables 2022-08-25 11:11:00 +02:00
e0395e73bf Web: fix worker status filter not updating
Fix the status filter dots not updating when a worker changes status.
2022-08-12 11:29:12 -07:00
6de5c9e7fa Web: add worker removal
Add "remove worker" button to the worker details panel. It will
show a little warning when the worker is still running, and also has an
explanation of what removing a worker actually means.
2022-08-12 10:30:27 -07:00
ea82dbfead Web: show notification when worker was removed 2022-08-11 17:50:50 -07:00
b4194e32e9 Web: respond to worker updates that indicate a worker was removed
The code isn't the prettiest, but it works ;-)
2022-08-11 17:45:12 -07:00
6122f14cbc Web: Copy worker UUID on click 2022-08-11 17:38:56 -07:00
458c33573e OAPI: regenerate code 2022-08-11 16:58:05 -07:00
9d5c269398 Website: add Shaman documentation 2022-08-07 07:54:04 -07:00
7102a3def8 Website: explain what a 'beta' release means 2022-08-04 11:44:55 +02:00
3b06cdf519 Setup assistant: avoid null access 2022-08-04 11:22:21 +02:00
Francesco Siddi
6e67f81804 Website: Add setup video for Windows 2022-08-03 14:32:29 +02:00
Francesco Siddi
55f5bab304 Website: Update to beta1 2022-08-03 13:15:10 +02:00
Francesco Siddi
992ef7c362 Website: Add "Get Involved" to top navigation 2022-08-03 13:14:02 +02:00
Francesco Siddi
17038c3851 Website: Add License section to download page 2022-08-03 13:13:45 +02:00
Francesco Siddi
6612c60943 Website: Tweaks to Get Involved 2022-08-03 13:13:19 +02:00
Francesco Siddi
d771b9ec9f Website: Rename QA to FAQ 2022-08-03 12:59:38 +02:00
Francesco Siddi
4b434b785a Website: Rename "Getting Started" to "Quickstart" 2022-08-03 12:55:05 +02:00
Francesco Siddi
541e09f187 Website: Tweak wording in download page 2022-08-03 12:50:53 +02:00
68b919156e Bumped version to 3.0-beta1 2022-08-03 12:43:31 +02:00
09c6b4e3fa Website: bump latest version to 3.0-dev2 2022-08-02 17:13:55 +02:00
b94a9a154d Bumped version to 3.0-dev2 2022-08-02 17:10:28 +02:00
Francesco Siddi
4900b728cf Website: add download menu to navbar 2022-08-02 15:29:23 +02:00
84f02ac696 Web: show "select a job" when the first job is submitted
Hide the "get the add-on" and show the "select a job" when the first job
has been submitted.
2022-08-02 14:54:49 +02:00
6022f781d3 Website: add download page & links
Add links to download the latest version of Flamenco. Which version is
offered can be managed in `web/project-website/data/flamenco.yaml`.
2022-08-02 12:56:42 +02:00
beb302c2b4 Website: add new 'make' targets to the documentation 2022-08-02 12:05:27 +02:00
b06992a997 Website: start of a "get involved" page 2022-08-02 12:02:12 +02:00
2b11413b76 Website: reformat the "make targets" table
No textual changes.
2022-08-02 12:02:04 +02:00
2d6475a7e1 Web: make the "get the add-on" button actually do something
The button is now a link that leads to the add-on ZIP.
2022-08-02 11:04:11 +02:00
f3693b88f4 Web: show feedback when clicking the backend URL to copy it
The URL now briefly flashes in the primary color, to show that the click
was acted upon.
2022-08-02 11:03:39 +02:00
72b994db7d Web: show a "get the addon" call to action if there are no jobs
If there are no jobs in the database yet, show a "get the addon" call to
action. This includes the current API URL, which can be copied by clicking
on it.

There is no feedback yet that the copy took place, though.
2022-08-02 10:43:08 +02:00
2185d8b5ee Web: only show the task details when there is a job
The "select a task" text only makes sense when there is a task to be
selected, so if there is no selected job, don't even show that.
2022-08-02 10:41:57 +02:00
ea1bbdf95a Cleanup: web, reformat Vue component
Just applying the auto-formatting.
2022-08-02 10:41:05 +02:00
06d0c3133f Cleanup: reformatting of Vue components
Reformat Vue files with the "Vue.volar" formatter.
2022-08-02 09:34:18 +02:00
38501bac7c Cleanup: web, remove lang="js" from <script> tags
Everything is JavaScript.
2022-08-02 09:32:54 +02:00
98ae0b57d8 Web: prevent scrollbars when resizing the window
The scrollbars still appear for a split second, but then disappear.
2022-08-01 22:59:03 +02:00
28b92c2994 Web: fix scrollbars when toggling the footer 2022-08-01 22:51:30 +02:00
375c5ac3ac Web: fix scrollbar showing in task list column
The blocklist component also needs to wait two ticks before emitting the
"reshuffled" event (which triggers a resize of the tasks table).
2022-08-01 22:49:31 +02:00
e3e0968d88 Web: show task type in the task details
The task type was intended to be always shown, but a mistake in the field
name + a misunderstanding caused them to be always hidden.
2022-08-01 22:30:51 +02:00
b3370cdf0d Web: prevent error in task details when task is unassigned to worker 2022-08-01 22:29:43 +02:00
404dbc5be8 Web: allow removal of blocklist entries 2022-08-01 18:55:52 +02:00