weeman
496d75b9ef
Autofocus confirm modal submit button
...
So that it can be confirmed with enter
2024-01-29 14:39:09 +01:00
weeman
c03ccf94c7
Add console log to design submit modal
2024-01-29 14:39:09 +01:00
Xu
276b1aa976
add shirt sizes information hint and optional link
2024-01-27 16:37:13 +01:00
Igor Scheller
5fccc7e421
Remove inline js
2023-12-29 13:06:53 +01:00
weeman
d6412605f2
Add 37c3 theme
2023-12-28 17:56:50 +01:00
Xu
a35a3580e0
highlight actual time in users shifts list
2023-12-14 22:09:28 +01:00
Igor Scheller
58c457be86
Fix choices dropdown search order and z-index to show on top of shifts table
2023-11-19 19:04:13 +01:00
Xu
93270a10fd
Added more confirmation dialogs to delete forms
2023-11-13 18:28:27 +01:00
Igor Scheller
ff179360cc
Added confirmation dialog to delete forms
2023-11-13 18:28:27 +01:00
Igor Scheller
1b21bcf769
Added bootstrap modals
2023-11-13 18:28:27 +01:00
Igor Scheller
7dbc0481b9
Fix form buttons in btn-group
2023-10-15 18:37:27 +02:00
Michael Weimann
4329ee4af9
Implement new sign up page
2023-09-24 22:50:44 +02:00
msquare
7f41d5eb1e
fixes #1179 : stop choices.js from escaping choices
2023-08-14 10:52:02 +02:00
msquare
af2ac1bc3e
fixes #1175 : time lane scrolling out of screen
2023-08-13 15:31:51 +02:00
Michael Weimann
86da8758a4
Fix camp23 input group
2023-08-12 20:06:42 +02:00
msquare
3ae8424aea
so much space...
2023-08-12 13:09:09 +02:00
msquare
98d2316b08
further improvements on hint link colors
2023-08-12 12:57:07 +02:00
Michael Weimann
da2baa75bb
Fix pre-code blocks
2023-08-03 19:37:36 +02:00
Michael Weimann
2c702fc67d
Increase camp23 contrast
2023-08-03 19:37:36 +02:00
msquare
db4c5eec1c
improme cccamp23 theme contrast
2023-07-26 20:25:28 +02:00
msquare
0a1c85d6bd
cccamp23 theme improvements on badges
2023-07-24 18:49:32 +02:00
msquare
c2e6dc5223
cccamp23 theme much prettier
2023-07-18 21:21:25 +02:00
msquare
19a5673231
cccamp23 theme
2023-07-18 21:02:31 +02:00
Michael Weimann
c4f65bfbdb
Fix spinner button
2023-05-11 18:54:55 +02:00
Igor Scheller
16632706e0
menu: Don't scroll to top when clicking info
2023-04-19 20:11:38 +02:00
Thomas Rupprecht
aafc01b01e
fix radius of card on questions page
2023-04-13 15:47:15 +02:00
Thomas Rupprecht
84c1cc36e5
Improve javascript ( #1077 )
2023-04-01 15:14:32 +02:00
Igor Scheller
a464682b47
Reimplemented admin room pages
2023-02-26 16:55:04 +01:00
Igor Scheller
642a49aefe
Show dropdowns above sticky shifts headers
2023-02-26 13:49:13 +01:00
xuwhite
6fcb656299
Added important news ( #1096 )
2023-02-13 21:19:45 +01:00
Thomas Rupprecht
733586dfd5
replace sticky-headers javascript impl with css
2023-01-24 20:13:13 +01:00
Thomas Rupprecht
3412ed2924
invert input time icon color for chrome based browsers in dark themes ( #1060 )
2023-01-24 19:45:48 +01:00
Thomas Rupprecht
5a2b8f7ff9
Improve navbar
2023-01-22 19:16:33 +01:00
Thomas Rupprecht
d18185f49e
Improve alerts and conversation ( #1062 )
...
* add role="alert"
* improve conversation styling
* replace alert with card for conversation
2023-01-17 15:05:47 +01:00
Michael Weimann
01373cb192
Replace select 2 with choices.js and kill jQuery
2023-01-17 14:27:38 +01:00
Michael Weimann
1d1618836b
Fix frontend formatting
2023-01-03 20:20:46 +01:00
Thomas Rupprecht
30f50dab6d
Extract shifts filter JavaScript and improve HTML structure
2023-01-02 18:54:32 +01:00
Michael Weimann
43993aaba5
Fix JS code style
2022-12-23 19:15:03 +01:00
Thomas Rupprecht
2bab370221
enable/disable all html-tags corresponding to a radio button checked state ( #1046 )
2022-12-23 18:31:26 +01:00
Michael Weimann
0ae10471d1
Add prettier
2022-12-23 02:20:43 +01:00
Thomas Rupprecht
f24d31b928
Improve countdown logic
...
use `Intl.RelativeTimeFormat` to support different l10n add week as possible duration
2022-12-21 14:18:21 +01:00
Thomas Rupprecht
2d454ca8ae
move js code for spinner into js file
...
now the code is needed only once for all spinners
2022-12-11 18:44:58 +01:00
Thomas Rupprecht
61cff64d96
cast timestamp to number
2022-12-11 10:21:47 +01:00
Thomas Rupprecht
5da586bc2c
add JsDoc for `formatFromNow`
2022-12-11 10:21:47 +01:00
Thomas Rupprecht
f446f0da7d
fix wrong param name in JSDoc
2022-12-11 10:21:47 +01:00
Thomas Rupprecht
fef5d77443
add JSDoc for `ready` function
2022-12-11 10:21:47 +01:00
Thomas Rupprecht
5bd922d109
code improvements
...
unify lowercase variant of form method post
remove duplicate class selector
improve comments
2022-12-11 10:21:47 +01:00
Thomas Rupprecht
ece4d261c4
add comment about css rules to hide the arrows in the input field
2022-12-10 17:25:04 +01:00
Thomas Rupprecht
fbe52117ed
improve spinner control
...
use input type `number` with `min` and `step`
use `.stepDown()` and `.stepUp()` to change value
hide browser controls
2022-12-10 17:25:04 +01:00
Thomas Rupprecht
2b5ffca1b0
Use template literals instead of string concatenation ( #1003 )
...
* use template literals instead of string concatenation
* extract function call out of template literals
* add contributing hint to don't put function calls in template-literals
2022-12-04 12:00:18 +01:00