mensa 0.1.6 → 0.1.7

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: 7226e3b108be29225302a8b24456936f438c6895682677270ee8480f1a299a4c
4
- data.tar.gz: 49e9c236c89e0228a1a9013ad93eebfc6434a5dac8eca3c2592051c68264f79a
3
+ metadata.gz: 3ea896685ecf825e96fee443f27a8360a223648e1c0b7ca38d98bd2abc2ce5c5
4
+ data.tar.gz: ce47343a31385d9ea6317a2ea658f2e97379cdbe342d5f7865706cbb87542f29
5
5
  SHA512:
6
- metadata.gz: d715885899d340b13b603e9b115df16616a45573d33e370439532922ec485a0bf779cf37aa55f782a585094ac62d91d4c165ea586529600d6acfceed5abc91fc
7
- data.tar.gz: 58bf68467dd23a698362a946b784b2dc5a5152f60bd8cb397a8665794c51b96c8eb1c6a0b930ac6c29ff2f442634ba4a96202ce488aa8ae221f5e32078b756aa
6
+ metadata.gz: f8cba3e05cdee397e2bc953d3b7adc7c20acc5a1a1dfd6a873355a79ce8bd218b373baa58ea3e6d3fc538bb6ae14a6f52b610e23cc7dba112b219c080b321f77
7
+ data.tar.gz: 162b5cb1c344d719871baac7783f9bcc96d465972458e37dc2d8bca60384d65c4cc184ba4ab542775f6982437f2a36768b6b88e18c5560b3bec3742295062e3e
@@ -1,3 +1,5 @@
1
+ @import 'paging.css';
2
+
1
3
  .mensa-table {
2
4
  @apply bg-white dark:bg-gray-500 dark:border-gray-700;
3
5
 
@@ -32,45 +34,11 @@
32
34
  }
33
35
  }
34
36
 
35
- .paging {
36
- @apply flex items-center justify-between border-t border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-800 px-4 py-3 sm:px-6;
37
-
38
-
39
- .pagy {
40
- @apply flex space-x-1 text-sm text-gray-500;
41
-
42
- a:not(.gap) {
43
- @apply block rounded-lg px-3 py-1 bg-gray-200 no-underline;
44
-
45
- &:hover {
46
- @apply bg-gray-300;
47
- }
48
-
49
- &:not([href]) {
50
- /* disabled links */
51
- @apply text-gray-300 bg-gray-100 cursor-default;
52
- }
53
-
54
- &.current {
55
- @apply text-white bg-primary-600;
56
- }
57
- }
58
-
59
- label {
60
- @apply inline-block whitespace-nowrap bg-gray-200 rounded-lg px-3 py-0.5;
61
-
62
- input {
63
- @apply bg-gray-100 border-none rounded-md;
64
- }
65
- }
66
- }
67
-
68
- &__condensed {
69
- table {
70
- tbody {
71
- td {
72
- @apply pl-4 py-2;
73
- }
37
+ &__condensed {
38
+ table {
39
+ tbody {
40
+ td {
41
+ @apply pl-4 py-2;
74
42
  }
75
43
  }
76
44
  }
@@ -0,0 +1,34 @@
1
+ .mensa-table {
2
+ .paging {
3
+ @apply flex items-center justify-between border-t border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-800 px-4 py-3 sm:px-6;
4
+
5
+ .pagy {
6
+ @apply flex space-x-1 text-sm text-gray-500;
7
+
8
+ a:not(.gap) {
9
+ @apply block rounded-lg px-3 py-1 bg-gray-200 no-underline;
10
+
11
+ &:hover {
12
+ @apply bg-gray-300;
13
+ }
14
+
15
+ &:not([href]) {
16
+ /* disabled links */
17
+ @apply text-gray-300 bg-gray-100 cursor-default;
18
+ }
19
+
20
+ &.current {
21
+ @apply text-white bg-primary-600;
22
+ }
23
+ }
24
+
25
+ label {
26
+ @apply inline-block whitespace-nowrap bg-gray-200 rounded-lg px-3 py-0.5;
27
+
28
+ input {
29
+ @apply bg-gray-100 border-none rounded-md;
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -1,8 +1,11 @@
1
1
  en:
2
2
  mensa:
3
- views:
4
- all: All
3
+ add_filter:
4
+ component:
5
+ add_filter: Add filter
5
6
  search:
6
7
  component:
8
+ cancel: Cancel
7
9
  save: Save
8
- cancel: Cancel
10
+ views:
11
+ all: All
@@ -3,9 +3,9 @@ nl:
3
3
  add_filter:
4
4
  component:
5
5
  add_filter: Filter toevoegen
6
- views:
7
- all: Alles
8
6
  search:
9
7
  component:
8
+ cancel: Annuleer
10
9
  save: Bewaar
11
- cancel: Annuleer
10
+ views:
11
+ all: Alles
data/lib/mensa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mensa
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mensa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-12 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: caxlsx_rails
@@ -190,6 +190,7 @@ files:
190
190
  - app/components/mensa/view/component.css
191
191
  - app/components/mensa/view/component.html.slim
192
192
  - app/components/mensa/view/component.rb
193
+ - app/components/mensa/view/paging.css
193
194
  - app/components/mensa/views/component.css
194
195
  - app/components/mensa/views/component.html.slim
195
196
  - app/components/mensa/views/component.rb