activeadmin_tiny_improvements 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18a338285b6aa761060e69596b2640681130eaf77a0b6f8b35eb762588a8a4d2
4
- data.tar.gz: acd93a0b711a5245695801b0ebb6b31e2d0592012662cd444263e60f4d989bc5
3
+ metadata.gz: 21c65673560c702b7d83ba75e3782ff563371c08e2c47eb0441772c433739e86
4
+ data.tar.gz: 570a868e56fe5af64b47c8dd4081340074a18d715a5239d44ab5507c1412bf22
5
5
  SHA512:
6
- metadata.gz: cab13c70027e6a3f57ea115e09f36efdbbf419faeb79c7a77af6af7679782816e1a361be6f30159b6a35416bed3e64b6483485c3e9d35e0b0a4c180bc9224443
7
- data.tar.gz: 20fe0b25bf10e64386c6fc0e6124b21b856d4aeef248bcbe9d4a57ae1a257745d1b880dc61d005ec6f6bfa68d102367d69172667964af283374ae1a5270d6442
6
+ metadata.gz: 85748db541171b2075eaaca5a68f4fb5d89207cd2f1d82d30d05e766f4624c55d09af7ca749226466de11a6988703ecd7cad015f8f41879530c82ac3e9d2d9fa
7
+ data.tar.gz: 40c18af59a33c3310d1b1c98fa85b6b350ca55ccda882d3ef48747b4068b542964603eaa5f852d14c9605d4272a6319cccbf5f74481c9f842424463987a66d59
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2022-12-25
4
+
5
+ - Improves width of date-time picker addon inputs
6
+
3
7
  ## [0.1.0] - 2022-06-12
4
8
 
5
9
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,86 +1,139 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin_tiny_improvements (0.1.0)
4
+ activeadmin_tiny_improvements (0.1.4)
5
+ activeadmin (>= 2)
5
6
  railties (>= 4)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- actionpack (7.0.3)
11
- actionview (= 7.0.3)
12
- activesupport (= 7.0.3)
11
+ actionpack (7.0.4.2)
12
+ actionview (= 7.0.4.2)
13
+ activesupport (= 7.0.4.2)
13
14
  rack (~> 2.0, >= 2.2.0)
14
15
  rack-test (>= 0.6.3)
15
16
  rails-dom-testing (~> 2.0)
16
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (7.0.3)
18
- activesupport (= 7.0.3)
18
+ actionview (7.0.4.2)
19
+ activesupport (= 7.0.4.2)
19
20
  builder (~> 3.1)
20
21
  erubi (~> 1.4)
21
22
  rails-dom-testing (~> 2.0)
22
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activesupport (7.0.3)
24
+ activeadmin (2.13.1)
25
+ arbre (~> 1.2, >= 1.2.1)
26
+ formtastic (>= 3.1, < 5.0)
27
+ formtastic_i18n (~> 0.4)
28
+ inherited_resources (~> 1.7)
29
+ jquery-rails (~> 4.2)
30
+ kaminari (~> 1.0, >= 1.2.1)
31
+ railties (>= 6.1, < 7.1)
32
+ ransack (>= 2.1.1, < 4)
33
+ activemodel (7.0.4.2)
34
+ activesupport (= 7.0.4.2)
35
+ activerecord (7.0.4.2)
36
+ activemodel (= 7.0.4.2)
37
+ activesupport (= 7.0.4.2)
38
+ activesupport (7.0.4.2)
24
39
  concurrent-ruby (~> 1.0, >= 1.0.2)
25
40
  i18n (>= 1.6, < 2)
26
41
  minitest (>= 5.1)
27
42
  tzinfo (~> 2.0)
43
+ arbre (1.5.0)
44
+ activesupport (>= 3.0.0, < 7.1)
45
+ ruby2_keywords (>= 0.0.2, < 1.0)
28
46
  builder (3.2.4)
29
- concurrent-ruby (1.1.10)
47
+ concurrent-ruby (1.2.0)
30
48
  crass (1.0.6)
31
49
  diff-lcs (1.5.0)
32
- erubi (1.10.0)
50
+ erubi (1.12.0)
33
51
  ffi (1.15.5)
34
- i18n (1.10.0)
52
+ formtastic (4.0.0)
53
+ actionpack (>= 5.2.0)
54
+ formtastic_i18n (0.7.0)
55
+ has_scope (0.8.1)
56
+ actionpack (>= 5.2)
57
+ activesupport (>= 5.2)
58
+ i18n (1.12.0)
35
59
  concurrent-ruby (~> 1.0)
36
- loofah (2.18.0)
60
+ inherited_resources (1.13.1)
61
+ actionpack (>= 5.2, < 7.1)
62
+ has_scope (~> 0.6)
63
+ railties (>= 5.2, < 7.1)
64
+ responders (>= 2, < 4)
65
+ jquery-rails (4.5.1)
66
+ rails-dom-testing (>= 1, < 3)
67
+ railties (>= 4.2.0)
68
+ thor (>= 0.14, < 2.0)
69
+ kaminari (1.2.2)
70
+ activesupport (>= 4.1.0)
71
+ kaminari-actionview (= 1.2.2)
72
+ kaminari-activerecord (= 1.2.2)
73
+ kaminari-core (= 1.2.2)
74
+ kaminari-actionview (1.2.2)
75
+ actionview
76
+ kaminari-core (= 1.2.2)
77
+ kaminari-activerecord (1.2.2)
78
+ activerecord
79
+ kaminari-core (= 1.2.2)
80
+ kaminari-core (1.2.2)
81
+ loofah (2.19.1)
37
82
  crass (~> 1.0.2)
38
83
  nokogiri (>= 1.5.9)
39
84
  method_source (1.0.0)
40
- minitest (5.15.0)
41
- nokogiri (1.13.6-arm64-darwin)
85
+ minitest (5.17.0)
86
+ nokogiri (1.14.1-arm64-darwin)
42
87
  racc (~> 1.4)
43
- racc (1.6.0)
44
- rack (2.2.3.1)
45
- rack-test (1.1.0)
46
- rack (>= 1.0, < 3)
88
+ racc (1.6.2)
89
+ rack (2.2.6.2)
90
+ rack-test (2.0.2)
91
+ rack (>= 1.3)
47
92
  rails-dom-testing (2.0.3)
48
93
  activesupport (>= 4.2.0)
49
94
  nokogiri (>= 1.6)
50
- rails-html-sanitizer (1.4.3)
51
- loofah (~> 2.3)
52
- railties (7.0.3)
53
- actionpack (= 7.0.3)
54
- activesupport (= 7.0.3)
95
+ rails-html-sanitizer (1.5.0)
96
+ loofah (~> 2.19, >= 2.19.1)
97
+ railties (7.0.4.2)
98
+ actionpack (= 7.0.4.2)
99
+ activesupport (= 7.0.4.2)
55
100
  method_source
56
101
  rake (>= 12.2)
57
102
  thor (~> 1.0)
58
103
  zeitwerk (~> 2.5)
59
104
  rake (13.0.6)
60
- rspec (3.11.0)
61
- rspec-core (~> 3.11.0)
62
- rspec-expectations (~> 3.11.0)
63
- rspec-mocks (~> 3.11.0)
64
- rspec-core (3.11.0)
65
- rspec-support (~> 3.11.0)
66
- rspec-expectations (3.11.0)
105
+ ransack (3.2.1)
106
+ activerecord (>= 6.1.5)
107
+ activesupport (>= 6.1.5)
108
+ i18n
109
+ responders (3.1.0)
110
+ actionpack (>= 5.2)
111
+ railties (>= 5.2)
112
+ rspec (3.12.0)
113
+ rspec-core (~> 3.12.0)
114
+ rspec-expectations (~> 3.12.0)
115
+ rspec-mocks (~> 3.12.0)
116
+ rspec-core (3.12.1)
117
+ rspec-support (~> 3.12.0)
118
+ rspec-expectations (3.12.2)
67
119
  diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.11.0)
69
- rspec-mocks (3.11.1)
120
+ rspec-support (~> 3.12.0)
121
+ rspec-mocks (3.12.3)
70
122
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.11.0)
72
- rspec-support (3.11.0)
123
+ rspec-support (~> 3.12.0)
124
+ rspec-support (3.12.0)
125
+ ruby2_keywords (0.0.5)
73
126
  sassc (2.4.0)
74
127
  ffi (~> 1.9)
75
128
  sync (0.5.0)
76
129
  term-ansicolor (1.7.1)
77
130
  tins (~> 1.0)
78
131
  thor (1.2.1)
79
- tins (1.31.1)
132
+ tins (1.32.1)
80
133
  sync
81
- tzinfo (2.0.4)
134
+ tzinfo (2.0.6)
82
135
  concurrent-ruby (~> 1.0)
83
- zeitwerk (2.5.4)
136
+ zeitwerk (2.6.6)
84
137
 
85
138
  PLATFORMS
86
139
  arm64-darwin-21
@@ -93,4 +146,4 @@ DEPENDENCIES
93
146
  term-ansicolor (~> 1)
94
147
 
95
148
  BUNDLED WITH
96
- 2.3.15
149
+ 2.4.1
data/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/activeadmin_tiny_improvements.svg)](https://badge.fury.io/rb/activeadmin_tiny_improvements)
4
4
 
5
+
6
+ ## What it does
7
+
8
+ It’s a collection of [CSS files](https://github.com/sergeypedan/activeadmin-tiny-improvements/tree/master/app/assets/stylesheets/activeadmin-tiny-improvements) with rules that make small improvements to the default theme, like increasing font size in textareas.
9
+
10
+
5
11
  ## Installation
6
12
 
7
13
  Add this line to your application's Gemfile:
@@ -18,12 +24,23 @@ Import our Sass file “activeadmin-tiny-improvements” in your CSS entrypoint
18
24
  // Your regular ActiveAdmin files
19
25
  @import "active_admin/mixins"
20
26
  @import "active_admin/base"
27
+ @import ...
21
28
 
22
- // Dark scheme
29
+ // This gem’s files
23
30
  @import "activeadmin-tiny-improvements"
24
31
  ```
25
32
 
33
+
26
34
  ## ActiveAdmin version compatibility
27
35
 
28
36
  The current version of ActiveAdmin is 2.13.1. Our styles are and will be targeted on the latest version.
29
37
 
38
+
39
+ ## How to cut a new version
40
+
41
+ (A note to myself)
42
+
43
+ ```bash
44
+ gem build --strict --verbose --debug "activeadmin_tiny_improvements.gemspec"
45
+ gem push "pkg/activeadmin_tiny_improvements-#{VERSION}.gem"
46
+ ```
@@ -0,0 +1,5 @@
1
+ input.date-time-picker-input[type="text"]
2
+ width: 20ch
3
+
4
+ input.datepicker[type="text"]
5
+ max-width: 20ch
@@ -0,0 +1,2 @@
1
+ .has_many_fields > ol
2
+ padding-block: 1rem
@@ -0,0 +1,16 @@
1
+ #header
2
+ text-shadow: none
3
+
4
+ a, a:link
5
+ color: white
6
+
7
+ @media (prefers-color-scheme: dark)
8
+ ul.tabs
9
+ > li
10
+ ul
11
+ background-color: #34383b
12
+
13
+ > li.has_nested:hover
14
+ > a
15
+ background-color: #34383b
16
+ border-bottom-color: #34383b
@@ -1,10 +1,12 @@
1
1
  @import "./activeadmin-tiny-improvements/breadcrumbs"
2
2
  @import "./activeadmin-tiny-improvements/buttons"
3
3
  @import "./activeadmin-tiny-improvements/inputs"
4
+ @import "./activeadmin-tiny-improvements/has-many"
4
5
  @import "./activeadmin-tiny-improvements/inputs-radio"
5
6
  @import "./activeadmin-tiny-improvements/hints"
6
7
  @import "./activeadmin-tiny-improvements/labels"
7
8
  @import "./activeadmin-tiny-improvements/login-screen"
9
+ @import "./activeadmin-tiny-improvements/navbar"
8
10
  @import "./activeadmin-tiny-improvements/note"
9
11
  @import "./activeadmin-tiny-improvements/panel"
10
12
  @import "./activeadmin-tiny-improvements/scopes"
@@ -17,4 +19,5 @@
17
19
 
18
20
  @import "./activeadmin-tiny-improvements/addons/best-in-place"
19
21
  @import "./activeadmin-tiny-improvements/addons/select2"
22
+ @import "./activeadmin-tiny-improvements/addons/time-picker"
20
23
  @import "./activeadmin-tiny-improvements/addons/toggl-bool-switches"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module TinyImprovements
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_tiny_improvements
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -119,19 +119,20 @@ files:
119
119
  - README.md
120
120
  - Rakefile
121
121
  - activeadmin_tiny_improvements.gemspec
122
- - app/assets/.DS_Store
123
- - app/assets/stylesheets/.DS_Store
124
122
  - app/assets/stylesheets/activeadmin-tiny-improvements.sass
125
123
  - app/assets/stylesheets/activeadmin-tiny-improvements/addons/best-in-place.sass
126
124
  - app/assets/stylesheets/activeadmin-tiny-improvements/addons/select2.sass
125
+ - app/assets/stylesheets/activeadmin-tiny-improvements/addons/time-picker.sass
127
126
  - app/assets/stylesheets/activeadmin-tiny-improvements/addons/toggl-bool-switches.sass
128
127
  - app/assets/stylesheets/activeadmin-tiny-improvements/breadcrumbs.sass
129
128
  - app/assets/stylesheets/activeadmin-tiny-improvements/buttons.sass
129
+ - app/assets/stylesheets/activeadmin-tiny-improvements/has-many.sass
130
130
  - app/assets/stylesheets/activeadmin-tiny-improvements/hints.sass
131
131
  - app/assets/stylesheets/activeadmin-tiny-improvements/inputs-radio.sass
132
132
  - app/assets/stylesheets/activeadmin-tiny-improvements/inputs.sass
133
133
  - app/assets/stylesheets/activeadmin-tiny-improvements/labels.sass
134
134
  - app/assets/stylesheets/activeadmin-tiny-improvements/login-screen.sass
135
+ - app/assets/stylesheets/activeadmin-tiny-improvements/navbar.sass
135
136
  - app/assets/stylesheets/activeadmin-tiny-improvements/note.sass
136
137
  - app/assets/stylesheets/activeadmin-tiny-improvements/panel.sass
137
138
  - app/assets/stylesheets/activeadmin-tiny-improvements/scopes.sass
@@ -171,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
172
  - !ruby/object:Gem::Version
172
173
  version: '0'
173
174
  requirements: []
174
- rubygems_version: 3.3.7
175
+ rubygems_version: 3.4.1
175
176
  signing_key:
176
177
  specification_version: 4
177
178
  summary: A collection of small visual improvements to classic ActiveAdmin theme
data/app/assets/.DS_Store DELETED
Binary file
Binary file