wco_email 0.1.1.118 → 0.1.1.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92ad474046091dfd7141e80a9271656b9242723d79794d7be5f1a38a7456934a
4
- data.tar.gz: 7cbc4eb3a83e02bb63b82da434be6896d9ff48c4cf4fded2f411bcfd9c0c1f9c
3
+ metadata.gz: 1217d25c7670587d9ec3395090a8f7774847534dddee9a2a3d0c502c2aaeb703
4
+ data.tar.gz: 243dcbe1098550f673ba972414f865e7e14111589ed6f271f9998577ce438398
5
5
  SHA512:
6
- metadata.gz: 3996c80beead70714683394593f675af0adf25dcceaae6c6295c2558bbe5e15d5a204efdec71b78f000fb4b32bf5d909f79c7532e32f21f5d28fb794f8b2a272
7
- data.tar.gz: 77f684c826db4188459a1970cdd4ecda98e34932256bc0cf7b4464f357e68e9ac74b48a60c4a50bad326c18061ef0ef91a6436853eed8f956801e71ed1c4c1db
6
+ metadata.gz: ab3d21fac2fcd377a2011fd7d1b810617ec7f3e735cea3afe265598a8e9536a480ee848b5bb0a71395ad441c4a4df0297e965c43930caf8cb807103992aa9fdc
7
+ data.tar.gz: 06edfeafb22b5982a1585935d60d7ed3855af1e8e0dcc52864e6570da49f56c890ca161c5dc03b6efe7a56138b6968341bca89d1b815a180e23acf0ee38eafce
@@ -7,6 +7,10 @@
7
7
  .email-filters--from.maxwidth
8
8
  = form_for email_filter, url: url, as: :email_filter do |f|
9
9
 
10
+ .field
11
+ %label slug
12
+ = f.text_field :slug
13
+
10
14
  %label.collapse-expand#if_ <> If (any)
11
15
  %ol
12
16
  = f.fields_for( :conditions ) do |f_cond|
@@ -14,13 +18,15 @@
14
18
  .c
15
19
 
16
20
  %label.collapse-expand#skip_ <> Skip (any)
17
- = f.fields_for( :skip_conditions ) do |f_cond|
18
- = render '/wco_email/email_filter_conditions/form', f: f_cond, cond: f_cond.object
21
+ %ol
22
+ = f.fields_for( :skip_conditions ) do |f_cond|
23
+ %li= render '/wco_email/email_filter_conditions/form', f: f_cond, cond: f_cond.object
19
24
  .c
20
25
 
21
26
  %label.collapse-expand#then_ <> Then
22
- = f.fields_for( :actions ) do |f_action|
23
- = render '/wco_email/email_filter_actions/form', f: f_action, action: f_action.object
27
+ %ol
28
+ = f.fields_for( :actions ) do |f_action|
29
+ %li= render '/wco_email/email_filter_actions/form', f: f_action, action: f_action.object
24
30
  .c
25
31
 
26
32
  .actions
@@ -6,11 +6,6 @@
6
6
  = link_to '[+]', new_email_filter_path
7
7
  = link_to '[2+]', new2_email_filter_path
8
8
 
9
- -# .maxwidth
10
- -# %hr
11
- -# %h5.title.collapse-expand#newEmailFilter New Email Filter
12
- -# = render 'form', email_filter: @email_filter
13
-
14
9
  .actions.d-flex
15
10
  .a.mr-2= button_tag 'Delete', method: :delete, class: 'delete-btn'
16
11
  = render 'wco/tags/actions', resource: 'Wco::Leadset'
@@ -26,6 +21,7 @@
26
21
  %th  
27
22
  %th status
28
23
  %th n convs
24
+ %th slug
29
25
  %th to_s_full
30
26
  %th Match
31
27
  %th Skip
@@ -50,6 +46,8 @@
50
46
  = ef.status
51
47
  %td.n-convs
52
48
  = ef.conversations.length
49
+ %td.slug.text-nowrap
50
+ = ef.slug
53
51
  %td.to_s_full
54
52
  %pre= ef.to_s_full
55
53
  %td.match
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.118
4
+ version: 0.1.1.119
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-01 00:00:00.000000000 Z
11
+ date: 2026-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3