Jarek Radosz
e31859a33a
FIX: Correctly set categoryId on Composer model ( #23934 )
2023-10-19 10:19:40 -07:00
Blake Erickson
2443446e62
DEV: Prevent videos from preloading metadata ( #23807 )
...
Preloading just metadata is not always respected by browsers, and
sometimes the whole video will be downloaded. This switches to using a
placeholder image for the video and only loads the video when the play
button is clicked.
2023-10-12 13:47:48 -06:00
Renato Atilio
1d70cf455e
FEATURE: support a description attribute on form template fields ( #23744 )
...
* FEATURE: support a description attribute on form template fields
2023-10-04 17:51:53 -03:00
Renato Atilio
3eef3dc88e
FIX: form template cooked heading from label ( #23359 )
2023-08-31 16:58:09 -03:00
Renato Atilio
58b49bce41
FEATURE: support to initial values for form templates through /new-topic ( #23313 )
...
* FEATURE: adds support for initial values through /new-topic to form templates
2023-08-29 18:41:33 -03:00
Keegan George
b6f03fcecd
DEV: Add support for uploads to form templates ( #22232 )
2023-06-28 12:49:05 -07:00
Jarek Radosz
dae3970bad
DEV: Fix random typos ( #22078 )
...
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
2023-06-13 22:02:21 +02:00
Keegan George
39efa4c32a
DEV: Create posts from form templates ( #21980 )
2023-06-08 12:49:18 -07:00
Alan Guo Xiang Tan
41f8bff2c3
DEV: Remove superfluous `js: true` metadata ( #21960 )
...
Why this change?
It is very unlikely that we need to ever JS for system tests considering
that we rely on a JS framework on the frontend.
2023-06-07 09:26:58 +08:00
Alan Guo Xiang Tan
83af25179d
DEV: Avoid waiting full capybara default wait time ( #21842 )
...
Avoid using negated matchers with custom RSpec matchers that rely on
`has_css?` as it'll result in Capybara waiting the full default wait
time.
2023-05-31 07:00:16 +08:00
Keegan George
c74c90bae5
DEV: Show form templates in the composer ( #21190 )
2023-05-29 14:47:18 -07:00