ish_manager 0.1.8.466 → 0.1.8.468
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 +4 -4
- data/app/assets/javascripts/ish_manager/application.js +8 -0
- data/app/assets/stylesheets/ish_manager/application.scss +11 -0
- data/app/controllers/ish_manager/leads_controller.rb +2 -2
- data/app/views/ish_manager/application/_main_footer.haml +4 -0
- data/app/views/ish_manager/application/home.haml +47 -36
- data/app/views/ish_manager/leads/new.haml +1 -1
- data/app/views/layouts/ish_manager/application.haml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a492c50e41c699fff1935a0b1ad87337f6087cab2698ec5f5f3a6f4402db423f
|
4
|
+
data.tar.gz: 8fcde4b2cb64b7861af5f4833e5b45d8abdf716ebd8d35c79bda5262ac0775ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a90d269c7d3290e3867d83e7bd47d2ec8f20c7505930f5d1e93155cc72ef7f722d6b2589adc27f3803d03b1fc0df2f607708c403ee904370e3cb6ce6e38636d
|
7
|
+
data.tar.gz: 16cd96ad71d52fcfda0f8753f2cdd21d1043aa0b28e114fe04c0c222b3f78654c1f615b08c48e440aadd08cb40b193d604164d6a621b5bdb5324cfd857c02664
|
@@ -161,6 +161,14 @@ $(function () {
|
|
161
161
|
$( $(".n-selected")[0] ).html( $("input[type='checkbox'].i-sel:checked").length )
|
162
162
|
})
|
163
163
|
|
164
|
+
// set jwt token
|
165
|
+
let jwt_token = localStorage.getItem('jwt_token')
|
166
|
+
$('.jwt-token').html( jwt_token )
|
167
|
+
$('button.set-jwt-token').click(function () {
|
168
|
+
localStorage.setItem('jwt_token', window.jwt_token)
|
169
|
+
$('button.set-jwt-token').html('set!')
|
170
|
+
})
|
171
|
+
|
164
172
|
|
165
173
|
});
|
166
174
|
|
@@ -23,6 +23,10 @@
|
|
23
23
|
|
24
24
|
.col-sm-4
|
25
25
|
= button_to 'Logout', main_app.destroy_user_session_path, :method => :delete, data: { confirm: 'Are you sure?' }
|
26
|
+
.set-jwt-token
|
27
|
+
|
28
|
+
= button_tag 'Set JWT', class: 'set-jwt-token'
|
29
|
+
.jwt-token
|
26
30
|
= form_for @current_profile, url: profile_path(@current_profile), as: :profile do |f|
|
27
31
|
.flex-row
|
28
32
|
= f.label :per_page
|
@@ -2,39 +2,50 @@
|
|
2
2
|
.application-home.max-width
|
3
3
|
%h5 Welcome home
|
4
4
|
|
5
|
-
.
|
6
|
-
|
7
|
-
|
8
|
-
=
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
=
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
=
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
5
|
+
.a
|
6
|
+
|
7
|
+
.bordered-card
|
8
|
+
= form_tag "https://www.cgtrader.com/free-3d-models", method: :get, target: :_blank do
|
9
|
+
%p Search CGTrader:
|
10
|
+
= hidden_field_tag "polygons", "lt_5k"
|
11
|
+
= text_field_tag "keywords"
|
12
|
+
= submit_tag 'search'
|
13
|
+
|
14
|
+
.bordered-card
|
15
|
+
= form_tag "https://www.youtube.com/results", method: :get, target: :_blank do
|
16
|
+
%p Search Youtube:
|
17
|
+
= text_field_tag "search_query"
|
18
|
+
= submit_tag 'search'
|
19
|
+
|
20
|
+
.bordered-card
|
21
|
+
= form_tag "https://wiki.wasya.co/index.php", method: :get, target: :_blank do
|
22
|
+
%p Search wiki.wasya.co:
|
23
|
+
= text_field_tag "search"
|
24
|
+
= submit_tag 'search'
|
25
|
+
|
26
|
+
|
27
|
+
.bordered-card
|
28
|
+
%h5.center KPI's
|
29
|
+
%ul
|
30
|
+
%li= link_to 'WasyaCo Visits', '#'
|
31
|
+
|
32
|
+
.bordered-card
|
33
|
+
%h5.center KPI sent contexts
|
34
|
+
#kpiSentContexts{ width: 500, height: 300 }
|
35
|
+
%script{type: "module"}
|
36
|
+
import App from '/bundle-kpi-sent-contexts.js';
|
37
|
+
const el = document.querySelector('#kpiSentContexts')
|
38
|
+
const e = React.createElement;
|
39
|
+
const root = ReactDOM.createRoot(el);
|
40
|
+
root.render(e(App));
|
41
|
+
|
42
|
+
|
43
|
+
.bordered-card
|
44
|
+
%h5.center.text-center USD to COP
|
45
|
+
#root{ width: 500, height: 300 }
|
46
|
+
%script{type: "module"}
|
47
|
+
import App from '/recharts-example-out.js';
|
48
|
+
const e = React.createElement;
|
49
|
+
const el = document.querySelector('#root');
|
50
|
+
const root = ReactDOM.createRoot(el);
|
51
|
+
root.render(e(App));
|
@@ -39,6 +39,7 @@
|
|
39
39
|
%script{crossorigin: "", src: "https://unpkg.com/react@18/umd/react.development.js"}
|
40
40
|
%script{crossorigin: "", src: "https://unpkg.com/react-dom@18/umd/react-dom.development.js"}
|
41
41
|
%script{src: "https://unpkg.com/prop-types@15.6/prop-types.min.js"}
|
42
|
+
%script{src: "https://unpkg.com/axios/dist/axios.min.js"}
|
42
43
|
%script{src: "https://unpkg.com/recharts/umd/Recharts.js"}
|
43
44
|
|
44
45
|
= csrf_meta_tags
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ish_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.468
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|