angusmcleod
13525261ad
Fix out of date open composer spec
2021-02-18 14:44:14 +11:00
angusmcleod
5e09d067bc
Display category badge if similar topics is scoped to category
2021-02-18 14:40:59 +11:00
Angus McLeod
7f021791f5
Merge pull request #69 from paviliondev/realtime-validation
...
FEATURE: Implemented realtime validation framework
2021-02-17 15:50:39 +11:00
angusmcleod
41be645c17
Improve show/hide of similar topics results
2021-02-17 15:49:20 +11:00
angusmcleod
db17a7d1ca
Fix z-index issue
2021-02-17 14:57:42 +11:00
angusmcleod
9587dfd488
Update .last_run.json
2021-02-17 14:42:02 +11:00
angusmcleod
8d72aee4fc
Fix failing test (not RV related)
2021-02-17 14:40:04 +11:00
angusmcleod
4036313e75
Fix relative path
2021-02-17 14:36:54 +11:00
Faizaan Gagan
d68967c63f
added plugin helper
2021-02-17 00:15:48 +05:30
Faizaan Gagan
c1b04eaaec
added tests for required_params
2021-02-16 23:43:16 +05:30
Faizaan Gagan
40a2380775
added specs for CustomWizard::RealtimeValidationsController
2021-02-16 21:54:42 +05:30
Faizaan Gagan
47019664b1
removed context block
2021-02-16 20:06:05 +05:30
Faizaan Gagan
c5ad11c0a4
added tests for CustomWizard::RealtimeValidation::SimilarTopics class
2021-02-16 19:59:23 +05:30
Faizaan Gagan
c196c4fee7
added tests for CustomWizard::RealtimeValidation class
2021-02-16 19:58:43 +05:30
angusmcleod
c45e51fcb6
Various fixes
...
* Code formatting
* Both "type" and "name" are used to refer to the validation type. Changed all to "type".
* Added proper abstraction of realtime validation classes on server
* UI improvements in admin and wizard
2021-02-16 11:43:00 +11:00
Faizaan Gagan
8a6b240b46
removed extra newline
2021-02-15 19:03:01 +05:30
Faizaan Gagan
7ef7b4b8e0
fixed formatting
2021-02-15 19:02:11 +05:30
Faizaan Gagan
69ce09bdf7
moved serialization logic to the controller
2021-02-15 18:12:32 +05:30
Faizaan Gagan
20c8d8493e
fixed code formatting for realtime_validation class
2021-02-15 17:57:15 +05:30
Faizaan Gagan
aeadef9aa5
improved wizard settings UX
2021-02-15 17:21:59 +05:30
Faizaan Gagan
3f4b8afb55
fixed code formatting
2021-02-15 13:58:27 +05:30
Faizaan Gagan
eb29193d8b
fixed formatting for main validator component
2021-02-15 13:49:14 +05:30
Faizaan Gagan
4e12e872be
removed unused code
2021-02-15 13:47:37 +05:30
Faizaan Gagan
afbc4e1f57
fixed similar topics validator formatting
2021-02-15 13:46:19 +05:30
Faizaan Gagan
70cc20a919
remove unused keys
2021-02-15 13:44:46 +05:30
Faizaan Gagan
3de3ea44d0
fixed formatting for field-validators component
2021-02-15 13:41:58 +05:30
Faizaan Gagan
b74526ae4f
fixed formatting
2021-02-15 13:39:37 +05:30
angusmcleod
4ca82b9f4d
Style updates (WIP)
...
See further comments on thepavilion.io
2021-02-13 12:51:37 +11:00
angusmcleod
b8671cef74
Remove redundant use of "settings"
2021-02-13 11:58:38 +11:00
Faizaan Gagan
17ba3f9d77
removed the widgets framework
2021-02-11 22:38:22 +05:30
Faizaan Gagan
4883d85d56
renamed the validator
2021-02-11 22:35:04 +05:30
Faizaan Gagan
d47770de88
implemented similar topics UI via ember components
2021-02-11 22:23:13 +05:30
Faizaan Gagan
194389c9be
settings are now prefixed with 'Enable'
2021-02-11 19:55:23 +05:30
Faizaan Gagan
cfb65245ea
renamed endpoint to realtime-validations
2021-02-11 19:53:54 +05:30
Faizaan Gagan
176cd7489a
improved admin side settings UI
2021-02-11 19:22:09 +05:30
Faizaan Gagan
800795047a
added wizard- prefix to component name
2021-02-11 12:45:54 +05:30
angusmcleod
d339130c34
Switch to using category_id instead of slug for open_composer
...
See further https://thepavilion.io/t/category-is-not-working-in-open-composer-action/3979/2
2021-02-08 21:06:28 +11:00
angusmcleod
6849c368f0
Support discourse client theme color schemes
...
This allows for color scheme switching via theme switching (e.g. for user selected dark modes). See further https://thepavilion.io/t/allow-wizard-themes-to-support-default-dark-mode-variables/3710
2021-02-08 13:07:21 +11:00
Faizaan Gagan
77ca946745
completed categories and date after filters
2021-02-05 18:29:30 +05:30
Faizaan Gagan
ffd2101a30
added backend validation mechanism and refined code
2021-02-01 19:28:37 +05:30
Faizaan Gagan
fa57bb8a5b
Merge branch 'master' into realtime-validation
2021-01-30 23:18:43 +05:30
Faizaan Gagan
79e2368b57
validation framework code working
2021-01-30 23:16:04 +05:30
Faizaan Gagan
2681fe21ad
FIX: wizard composer size should be consistent accross broswers ( #68 )
2021-01-27 11:43:09 +05:30
Faizaan Gagan
e7635b632c
added dynamic attributes that can be targetted via css ( #67 )
2021-01-27 10:48:22 +05:30
Faizaan Gagan
5d749fe426
some changes
2021-01-27 10:38:26 +05:30
Faizaan Gagan
3cc45fa714
frontend validator apis
2021-01-26 13:35:10 +05:30
Angus McLeod
505043922e
Merge pull request #65 from paviliondev/text-counter
...
FEATURE: text length counter for text type fields
2021-01-20 19:59:04 +11:00
Faizaan Gagan
7bc7c4013e
simplified pluralization logic
2021-01-20 14:22:52 +05:30
Angus McLeod
d85ee726d4
Update wizard-date-input.hbs
2021-01-20 19:34:51 +11:00
Faizaan Gagan
cdfd699491
resolved conflicts with latest code
2021-01-20 13:07:44 +05:30