i18n_proofreading 0.11.0 → 0.11.1

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: 3b4d3167c04697942a2b695b1f4b81554a4f12daabc6a8d730b0d4374bb31292
4
- data.tar.gz: 95f184235ea7319ebdd254592924c25f8503ac0fee7943282cd939478d037a54
3
+ metadata.gz: e53c601f0d59bb568454af7a87e5cac5e60b0eefd798961758b11aa0ff627493
4
+ data.tar.gz: 8a548e99b0aab7eb2bbac8ab1680a0bb5ab0b53ce9ead8306a3e5043319834cd
5
5
  SHA512:
6
- metadata.gz: 564ff0282d7ba45a0ef399c82ff6b287dfe54108512aa91356769a6e652fa66875bb3a04c195aed57bce3507eabf50a0d7505ec386ebbe34ed0186e7c8ff065f
7
- data.tar.gz: de5b07512272838e8f15483978cb536d0f4ae55e33fe6c5f17d1d3d7b4b5430badf6bfc54c96a01f37802976565afc287c78f5ccc3d40924e41f7e54137fae7e
6
+ metadata.gz: 1274c40b9ff99fbafcafb02488c14cd2f99f4d615f40a611f3e7e398b1e2c808bfb6bdc7e7f7c7e1d1036ce4f93e0ceac1e36083b893fedd71bea8e79b478bf4
7
+ data.tar.gz: 1b3d39d2cf246ba8856de45bb51c562924000428d51245f1e6b85782a40b539661c2a3a543ac21a67ecc9d4648bb353fffeface1d16fcb2c1b414d84e3aeffcf
@@ -64,13 +64,21 @@
64
64
 
65
65
  /* Page frame — the gem's own layout only. */
66
66
  .ip-page { margin: 0; background: var(--ip-bg); color: var(--ip-text); font: 15px/1.5 system-ui, -apple-system, "Segoe UI", sans-serif; }
67
+ /* Desktop review: queue on the left, selected suggestion on the right. */
68
+ .ip-index, .ip-index .container { height: 100vh; height: 100dvh; }
67
69
  .ip-index { overflow: hidden; }
68
70
  .ip-index .container { max-width: 1280px; display: flex; flex-direction: column; padding-bottom: 16px; }
69
71
  .ip-index header.page { flex: 0 0 auto; margin-bottom: 14px; }
72
+ /* Standalone show pages keep normal page scrolling. */
73
+ .ip-show { min-height: 100vh; overflow: auto; }
70
74
  .ip-show .detail-scroll { overflow: visible; }
71
75
 
72
76
  /* Dashboard components — any layout. */
73
77
  .ip-dashboard {
78
+ /* A scoping device, not a layout one: without this the wrapper would
79
+ become the flex/grid child that the content should be. */
80
+ display: contents;
81
+
74
82
  & * { box-sizing: border-box; }
75
83
  & a { color: var(--ip-accent); text-decoration: none; }
76
84
  & a:hover { text-decoration: underline; }
@@ -118,10 +126,6 @@
118
126
  & .meta-list { display: grid; grid-template-columns: max-content 1fr; gap: 6px 16px; margin: 0; }
119
127
  & .meta-list dt { color: var(--ip-muted); font-size: 13px; }
120
128
  & .meta-list dd { margin: 0; overflow-wrap: anywhere; }
121
- & /* Desktop review: queue on the left,
122
- & selected suggestion on the right. */
123
- .ip-index,
124
- & .ip-index .container { height: 100vh; height: 100dvh; }
125
129
  & .review-shell { flex: 1 1 auto; min-height: 0; display: grid; grid-template-columns: minmax(330px, 430px) 1fr; gap: 16px; }
126
130
  & .review-sidebar { min-width: 0; min-height: 0; display: flex; flex-direction: column; background: var(--ip-surface); border: 1px solid var(--ip-border); border-radius: 8px; overflow: hidden; }
127
131
  & .review-sidebar .tabs { flex: 0 0 auto; margin: 12px 12px 0; padding: 0; background: transparent; border: 0; border-radius: 0; gap: 6px; flex-wrap: nowrap; }
@@ -153,6 +157,4 @@
153
157
  & .empty-state h2 { margin: 0 0 6px; font-size: 18px; }
154
158
  & .empty-state p { margin: 0; }
155
159
  & .mobile-back { display: none; }
156
- & /* Standalone show pages keep normal page scrolling. */
157
- .ip-show { min-height: 100vh; overflow: auto; }
158
160
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module I18nProofreading
4
- VERSION = '0.11.0'
4
+ VERSION = '0.11.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_proofreading
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Shmarov