File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.11.0 - 2024-11-05
4
+
5
+ - Use multi-imput for likes and improvements.
6
+ - Add "Gleam" to page title.
7
+
3
8
## v1.10.0 - 2024-11-05
4
9
5
10
- Added pretty header.
Original file line number Diff line number Diff line change 1
1
name = " survey"
2
- version = " 1.10 .0"
2
+ version = " 1.11 .0"
3
3
licences = [" Apache-2.0" ]
4
4
5
5
# Fill out these fields if you intend to generate HTML documentation or publish
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const html_head = "
113
113
<meta charset='utf-8'>
114
114
<meta name='viewport' content='width=device-width'>
115
115
<link rel='shortcut icon' href='https://gleam.run/images/lucy/lucy.svg'>
116
- <title>Developer Survey 2024</title>
116
+ <title>Gleam Developer Survey 2024</title>
117
117
<style>"
118
118
<> css
119
119
<> "</style>
@@ -322,12 +322,14 @@ const html_form = html_head
322
322
323
323
<fieldset>
324
324
<legend>What do you like about Gleam?</legend>
325
- <textarea name='likes'></textarea>
325
+ <input type='text' name='likes'>
326
+ <button type='button' data-add-another-input>Add another</button>
326
327
</fieldset>
327
328
328
329
<fieldset>
329
330
<legend>What would you like see the Gleam team work on in 2025?</legend>
330
- <textarea name='improvements'></textarea>
331
+ <input type='text' name='improvements'>
332
+ <button type='button' data-add-another-input>Add another</button>
331
333
</fieldset>
332
334
333
335
<fieldset>
You can’t perform that action at this time.
0 commit comments