houseaccount 0.9.0 → 0.10.0

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.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -0
  3. data/README.md +5 -5
  4. data/app/views/layouts/houseaccount.html.erb +1 -1
  5. data/lib/houseaccount/version.rb +1 -1
  6. data/public/css/houseaccount.css +1 -1
  7. data/public/index.html +2 -2
  8. data/public/js/houseaccount.js +15 -15
  9. data/public/{v0.9.0 → v0.10.0}/css/houseaccount.css +1 -1
  10. data/public/{v0.9.0 → v0.10.0}/js/houseaccount.js +15 -15
  11. metadata +19 -19
  12. /data/public/{v0.9.0 → v0.10.0}/font/bootstrap-icons-6LILWPE2.woff2 +0 -0
  13. /data/public/{v0.9.0 → v0.10.0}/font/quicksand-500-latin-QHYSRFVK.woff2 +0 -0
  14. /data/public/{v0.9.0 → v0.10.0}/font/quicksand-500-latin-ext-QZ4PXVHB.woff2 +0 -0
  15. /data/public/{v0.9.0 → v0.10.0}/font/quicksand-500-latin-ext.woff2 +0 -0
  16. /data/public/{v0.9.0 → v0.10.0}/font/quicksand-500-latin.woff2 +0 -0
  17. /data/public/{v0.9.0 → v0.10.0}/font/quicksand-500-vietnamese-RRA5CUQB.woff2 +0 -0
  18. /data/public/{v0.9.0 → v0.10.0}/font/quicksand-500-vietnamese.woff2 +0 -0
  19. /data/public/{v0.9.0 → v0.10.0}/theme/bootstrap.css +0 -0
  20. /data/public/{v0.9.0 → v0.10.0}/theme/dawn.css +0 -0
  21. /data/public/{v0.9.0 → v0.10.0}/theme/dracula.css +0 -0
  22. /data/public/{v0.9.0 → v0.10.0}/theme/gruvbox.css +0 -0
  23. /data/public/{v0.9.0 → v0.10.0}/theme/monokai.css +0 -0
  24. /data/public/{v0.9.0 → v0.10.0}/theme/nord.css +0 -0
  25. /data/public/{v0.9.0 → v0.10.0}/theme/one_dark.css +0 -0
  26. /data/public/{v0.9.0 → v0.10.0}/theme/solarized.css +0 -0
  27. /data/public/{v0.9.0 → v0.10.0}/theme/tokyo_night.css +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eda698b249d0a859fdd7e065f4eb5e03b80aac58f18427980f71fc4afa64544d
4
- data.tar.gz: 5235bd2a69be8fccb8c1e0d0eb084211a8ac5300ffc38d4a9f5b1c7d74f48313
3
+ metadata.gz: 5796d31f6b9a92bf2b042880b51a5f18a05dcaf92c34f85940f5fcd5e528de9f
4
+ data.tar.gz: ef59866ad6471fbbbf4e284c5bec8724c209503364eb7f1da6f81b0ef0329645
5
5
  SHA512:
6
- metadata.gz: 5098a845c0501400495e7cd5452ba5d6ed070d7bffd0f511ea424e525df08ed34782e5cc70a7a4462d4962eb14fc357c5f1df013116720e3a784242ee19ecf6b
7
- data.tar.gz: 6923638ae33a328473bb3e343d9296fbf3b332c2f722c6bc9c7a77cb35c258a8fe1943f00204166d1a0458a34b4de48c426360f8e4ab9bf706d6fdc567881e9c
6
+ metadata.gz: 9b63ad2533d43cc94f78baba186fe0cd1dd07189e7f259e14a580c2bd8026c5039eebf91f489370eac754468711f000fb12a5f2e2e1b813d4abb71aabe24871d
7
+ data.tar.gz: f769721a266ffebeed4ec06467f701ae5a7d630355b37e93b7126061bfafcc2a208d620408b6d488ffbd841c5fcdb3411fc633359961a895ec69a24009bc35ee
data/CHANGELOG.md CHANGED
@@ -7,6 +7,23 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## 0.10.0 - 2026-09-14
11
+
12
+ * [Fix] A page is as tall as the window a phone actually shows
13
+
14
+ The body asked for `100vh`, which on a phone measures the window with the browser's own
15
+ bars hidden — they are not, until somebody scrolls. So every flow page stood taller than
16
+ what could be seen: a scrollbar where the content fit, and a foot resting below the fold
17
+ that cost a scroll to reach. `100svh` is the window with the bars showing, and the body
18
+ wears `house-page` for it rather than Bootstrap's `min-vh-100`.
19
+
20
+ * [Change] A new set of trades on the wall, and the house's mark among them
21
+
22
+ Thirteen drawings rather than fourteen: the roller, ladder, frame, plunger, can, hard hat,
23
+ spray, lock, plug, broom, nut, level and the cube. The four apps' own marks are gone from
24
+ it, and with them the grid that placed each one deliberately — every mark is dealt the
25
+ same way now, the cube included.
26
+
10
27
  ## 0.9.0 - 2026-09-14
11
28
 
12
29
  * [Breaking change] A one-time code carries the line for the phone again
data/README.md CHANGED
@@ -20,10 +20,10 @@ gem install houseaccount
20
20
 
21
21
  ```ruby
22
22
  # Gemfile
23
- gem 'houseaccount', '~> 0.9.0'
23
+ gem 'houseaccount', '~> 0.10.0'
24
24
  ```
25
25
 
26
- `~> 0.9.0` stops short of `0.10`, since below 1.0 a minor release may break whatever it likes.
26
+ `~> 0.10.0` stops short of `0.11`, since below 1.0 a minor release may break whatever it likes.
27
27
  Rails 8.1 and Ruby 3.2 are the minimum.
28
28
 
29
29
  A page takes the gem's layout, and wears the same head:
@@ -60,7 +60,7 @@ which Pages redirects away from.
60
60
 
61
61
  With the gem in the bundle an app serves `/css/houseaccount.css`, `/js/houseaccount.js`,
62
62
  `/theme/*`, `/font/*`, `/logo/*` and `/favicon/*` itself — and its own version's copy under
63
- `/v0.9.0/`, which is what the head helper links, cached for a year — answers a 400, 404, 406, 422 or 500
63
+ `/v0.10.0/`, which is what the head helper links, cached for a year — answers a 400, 404, 406, 422 or 500
64
64
  with the house's own page, and has these helpers in every view:
65
65
 
66
66
  ```erb
@@ -205,8 +205,8 @@ Those follow the latest release. Every release is also kept whole under its own
205
205
  forever and cached for a year, for a page that would rather move on its own terms:
206
206
 
207
207
  ```html
208
- <link rel='stylesheet' href='https://design.houseaccount.com/v0.9.0/css/houseaccount.css'>
209
- <script type='module' src='https://design.houseaccount.com/v0.9.0/js/houseaccount.js'></script>
208
+ <link rel='stylesheet' href='https://design.houseaccount.com/v0.10.0/css/houseaccount.css'>
209
+ <script type='module' src='https://design.houseaccount.com/v0.10.0/js/houseaccount.js'></script>
210
210
  ```
211
211
 
212
212
  A host with a Content Security Policy allows that origin for `style-src`, `script-src` and
@@ -15,7 +15,7 @@
15
15
  <%= yield :head %>
16
16
  <%- end -%>
17
17
  </head>
18
- <body class='min-vh-100 d-flex flex-column'>
18
+ <body class='house-page d-flex flex-column'>
19
19
  <main class='container-fluid py-4 flex-grow-1 d-flex flex-column'>
20
20
  <%= content_for?(:content) ? yield(:content) : yield %>
21
21
  </main>
@@ -1,4 +1,4 @@
1
1
  module HouseAccount
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '0.9.0'
3
+ VERSION = '0.10.0'
4
4
  end