Andreas Nedbal
|
68dd6da1f2
|
Remove and adjust jumbotron usage
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
c878862730
|
Remove `xxl` container width
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
97f522e0b3
|
Remove Bootstrap CSS variable prefix
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
1ac4123e2d
|
Replace `map-get` with `map.get`
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
eaaed57759
|
Fix initial variable overrides for Bootstrap
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
c463055cc8
|
Add new required Bootstrap partials
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
22491b19a6
|
Bring back pull-* utilities
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
077958bc5c
|
Install Font Awesome 6
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
2bb4f5355c
|
Fix asset root paths
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
8d970ce47b
|
Fix Lexend font path
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
8896445704
|
Add notice about asset linking to manifest
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
8c9dc92afb
|
Move stylesheets back to `app/assets/stylesheets`
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
cf4246d827
|
Configure Sprockets asset manifest
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
e658925013
|
Add keepfile to builds directory
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
96fc583c42
|
Remove image folder asset keepfile
|
2022-01-11 22:41:37 +01:00 |
Andreas Nedbal
|
008f3c7b5d
|
Move stylesheets from assets into javascript/styles/
|
2022-01-11 22:41:37 +01:00 |
Andreas Nedbal
|
aeb8f32fac
|
Remove jquery.growl CoffeeScript and styling
|
2022-01-09 19:55:17 +01:00 |
Andreas Nedbal
|
f4d32c5cd1
|
Use Toastify instead of jquery.growl for notifications
|
2022-01-09 19:55:17 +01:00 |
Andreas Nedbal
|
41a7c89dae
|
Make icons on buttons clickthrough to properly catch events
|
2022-01-03 16:33:06 +01:00 |
Andreas Nedbal
|
92544370b6
|
Make entirity of "Lists" dropdown clickable
|
2022-01-02 01:27:03 +01:00 |
Andreas Nedbal
|
2ce94893ea
|
Use `env(safe-area-inset-bottom)` to prevent issues on Apple devices
|
2022-01-01 22:46:52 +01:00 |
Andreas Nedbal
|
f75d63bf07
|
Show progressbar at the top of mobile navbar
|
2022-01-01 22:46:52 +01:00 |
Andreas Nedbal
|
46855eb43f
|
use `md` breakpoint instead of `sm` for the progress bar
|
2022-01-01 22:46:52 +01:00 |
Andreas Nedbal
|
97786e8dec
|
Move turbolinks progressbar to the bottom on tablet and lower
|
2022-01-01 22:46:52 +01:00 |
Andreas Nedbal
|
b630baa870
|
Hide any element with `ab-share` as a name
|
2021-12-26 22:07:17 +01:00 |
Karina Kwiatek
|
0c8f2ef1e7
|
Use `break-word` instead of `break-all`
This will prevent words being broken mid-word
|
2021-08-13 19:55:52 +02:00 |
Karina Kwiatek
|
89ce3e6e53
|
Merge pull request #184 from Retrospring/mobile-layout
Adjust site layout to be nicer to use on smaller screens
|
2021-08-13 12:11:38 +02:00 |
Karina Kwiatek
|
c5414ae156
|
Fix unreadable text on unread inbox entries
|
2021-08-12 23:17:47 +02:00 |
Karina Kwiatek
|
d76af263ce
|
Style and position badges on mobile nav
|
2021-08-12 21:56:28 +02:00 |
Karina Kwiatek
|
7869177527
|
Prevent text overflow in notification cards
|
2021-08-12 15:41:03 +02:00 |
Karina Kwiatek
|
c33c4bb4ed
|
Give the mobile nav icon row the full viewport width
|
2021-08-12 13:30:19 +02:00 |
Karina Kwiatek
|
ec2332818c
|
Show mobile nav bar badges as pills
|
2021-08-12 13:29:50 +02:00 |
Karina Kwiatek
|
78d67d2f49
|
Tell Sass to use CSS `max()` function
|
2021-08-12 01:17:25 +02:00 |
Karina Kwiatek
|
aeb924cab9
|
Use correct body padding when not logged in to allow for top navigation bar
|
2021-08-12 00:37:59 +02:00 |
Karina Kwiatek
|
31a8bf6f00
|
Add mobile user menu
|
2021-08-12 00:37:47 +02:00 |
Karina Kwiatek
|
e895dedd14
|
Make navbar icons larger
|
2021-08-12 00:37:47 +02:00 |
Karina Kwiatek
|
b93d0402f8
|
Use unquote to prevent sass from erroring on env(safe-area-inset-bottom)
|
2021-08-12 00:37:47 +02:00 |
Karina Kwiatek
|
e213041d47
|
Add mobile navigation bar
|
2021-08-12 00:37:47 +02:00 |
Karina Kwiatek
|
be1afe01e9
|
Fill horizontal space on medium-sized viewports
This removes the horrible side margins on portrait tablets
|
2021-08-12 00:37:41 +02:00 |
Karina Kwiatek
|
f94519ccfc
|
Merge pull request #186 from Retrospring/fix/line-overflow
Prevent line overflow in comments and question headers
|
2021-08-11 23:08:08 +02:00 |
Karina Kwiatek
|
7f7213578b
|
Fix list group text not being visible when the selected item is a link
|
2021-08-11 21:33:38 +02:00 |
Karina Kwiatek
|
9de72ea46e
|
Prevent long words/links overflowing in questions and comments
This is not a problem in answers.
Closes #111
|
2021-08-11 14:37:12 +02:00 |
Karina Kwiatek
|
aa9fc54ad2
|
Ensure answerboxes on profiles can properly attach sharing functionality
|
2021-08-10 18:07:33 +02:00 |
Karina Kwiatek
|
b4f87a288a
|
Invert answerbox action CSS to be mobile first
|
2021-08-10 13:21:32 +02:00 |
Karina Kwiatek
|
08822b0f05
|
Move answerbox actions on to seperate row on mobile
|
2021-08-06 01:09:28 +02:00 |
Karina Kwiatek
|
a13322dcee
|
Add share option to answers
|
2021-08-05 18:30:44 +02:00 |
Karina Kwiatek
|
86c940c226
|
Ensure minicolors overrides apply
|
2021-04-05 09:00:03 +02:00 |
Karina Kwiatek
|
1eb256ee88
|
Apply theme colours to turbolinks progress bar
|
2021-04-05 09:00:03 +02:00 |
Andreas Nedbal
|
9237d9b314
|
Fix sprockets crashing because of removed gems
|
2020-12-25 18:22:03 +01:00 |
Andreas Nedbal
|
5d2ad96f42
|
WIP: Handle CoffeeScript with Webpacker
|
2020-12-25 18:22:03 +01:00 |
Dominik Kwiatek
|
d7cac67c22
|
Create print view for recovery codes
|
2020-11-15 10:20:55 +01:00 |
Dominik M. Kwiatek
|
ab03fadaef
|
Merge pull request #147 from Retrospring/feature/2fa
Implement Two Factor Authentication
|
2020-10-24 00:30:13 +02:00 |
Dominik Kwiatek
|
37d2b43023
|
Apply styling to OTP attempt field
|
2020-10-24 00:13:14 +02:00 |
Dominik Kwiatek
|
d7a1750694
|
Implement @nilsding's review changes
|
2020-10-23 20:45:06 +02:00 |
Dominik Kwiatek
|
0f98d7bad8
|
Fix list styling on Comment Smiles modal
|
2020-10-21 20:43:58 +02:00 |
Dominik Kwiatek
|
5447e905c0
|
Shorten 2FA setup OTP validation field
|
2020-10-18 20:49:30 +02:00 |
Dominik Kwiatek
|
4ce5dfc92a
|
Fix detaching, improve UI for attaching 2FA
|
2020-10-18 19:48:12 +02:00 |
Robin B
|
79416c310b
|
Drop DejaVu Sans from sans-serif fonts
Fixes #132
|
2020-05-31 02:41:27 +02:00 |
Robin B
|
d402f9afca
|
Don't hide overflow of userbox
Fixes #126
|
2020-05-31 02:38:23 +02:00 |
Georg Gadinger
|
b58883e004
|
Remove "ask a group" feature
|
2020-05-25 18:34:43 +02:00 |
Georg Gadinger
|
ea0685136e
|
Rename Groups to Lists
haha regexp go brrr
special thanks to @seatsea for helping me out with the French locales
|
2020-05-25 18:04:54 +02:00 |
Karina Kwiatek
|
ff9741589d
|
Implement cropping; make uploaders DRY
|
2020-05-17 20:38:40 +01:00 |
Andreas Nedbal
|
3a335798fe
|
Fix lints in app/views/inbox
|
2020-05-11 19:40:43 +02:00 |
Andreas Nedbal
|
7f17a2995e
|
Fix lints in app/views/question
|
2020-05-11 19:38:07 +02:00 |
Georg Gadinger
|
2b66026683
|
Fix inbox entry not being cleared after submission
|
2020-05-09 14:46:47 +02:00 |
Andreas Nedbal
|
937f24839d
|
Fix profile links on new inbox entries being not visible
|
2020-05-09 11:41:24 +02:00 |
Andreas Nedbal
|
936969d72a
|
Fix ban dialog functionality
|
2020-05-09 03:09:12 +02:00 |
Andreas Nedbal
|
b29d3309d0
|
Make default btn-link themable
|
2020-05-09 02:45:57 +02:00 |
Andreas Nedbal
|
d82b7006e8
|
Fix turbolinks loading being broken
|
2020-05-09 01:57:20 +02:00 |
Andreas Nedbal
|
07033545ee
|
Fix smiling commits not setting proper classes
|
2020-05-09 01:35:03 +02:00 |
Andreas Nedbal
|
925193548f
|
Remove hover states from notification dropdown
|
2020-05-09 00:53:24 +02:00 |
Andreas Nedbal
|
bc3c1f287e
|
Add Bootstrap input-group-text overrides for CSS variables
|
2020-05-09 00:51:37 +02:00 |
Andreas Nedbal
|
c76f839ea7
|
Fixed announcement JavaScript functionality
|
2020-05-07 20:36:14 +02:00 |
Andreas Nedbal
|
f11431279d
|
Fix header image not being centered
|
2020-05-07 19:53:40 +02:00 |
Andreas Nedbal
|
a9344f63a6
|
Override Bootstrap alert-link styling for CSS variables
|
2020-05-07 19:30:32 +02:00 |
Andreas Nedbal
|
5d63d0ba27
|
Update announcement styling and adjust announcement views
|
2020-05-07 19:30:13 +02:00 |
Andreas Nedbal
|
501a2cce42
|
Replace bootstrap3-datetimepicker with a BS4 equivalent
|
2020-05-07 19:29:12 +02:00 |
Andreas Nedbal
|
1cc49cf03c
|
Adjust warning-text default theme value
|
2020-05-07 19:28:26 +02:00 |
Andreas Nedbal
|
633f69c163
|
Fix about page icon styles
|
2020-05-07 15:09:55 +02:00 |
Andreas Nedbal
|
d607a8790b
|
Fix styling of new inbox entries
|
2020-05-07 15:01:35 +02:00 |
Andreas Nedbal
|
0c0b8eaf16
|
Remove log statement from theme code
|
2020-05-07 03:56:11 +02:00 |
Andreas Nedbal
|
787ec882c4
|
Fix answerbox text layout on mobile
|
2020-05-07 03:46:44 +02:00 |
Andreas Nedbal
|
7c8809ce14
|
Remove iOS button style from dropdown toggle
|
2020-05-07 03:43:13 +02:00 |
Andreas Nedbal
|
a3d302586d
|
Remove border-radius from jumbotrons
|
2020-05-07 03:39:02 +02:00 |
Andreas Nedbal
|
3a4b04b5da
|
Don't track theme style tags with turbolinks
|
2020-05-07 02:13:07 +02:00 |
Andreas Nedbal
|
c75c86e16c
|
Add focus and active override styles
|
2020-05-06 22:48:07 +02:00 |
Andreas Nedbal
|
771e09133c
|
Add active styling for buttons
|
2020-05-06 22:35:33 +02:00 |
Andreas Nedbal
|
c261c85e22
|
Fix outline button styles
|
2020-05-06 22:24:56 +02:00 |
Andreas Nedbal
|
f4da2b84c6
|
Improve styling of minicolors swatch
|
2020-05-06 21:19:49 +02:00 |
Andreas Nedbal
|
f6ca2176d3
|
Remove arctic_scroll
|
2020-05-06 18:13:51 +02:00 |
Andreas Nedbal
|
c142920c6c
|
Adjust answerbox layout on mobile
|
2020-05-05 05:04:54 +02:00 |
Andreas Nedbal
|
9d5d205ded
|
Fix muted text variant not overriding Bootstrap default
|
2020-05-05 02:02:49 +02:00 |
Andreas Nedbal
|
04c4e4c7f1
|
Add variables for light/dark color variants
|
2020-05-05 02:02:33 +02:00 |
Andreas Nedbal
|
880429f5f9
|
Add new fields for themes
- In the settings view
- In the model validation
- In the controller parameter permissions
- In the CoffeeScript/Ruby helpers
|
2020-05-05 02:02:16 +02:00 |
Andreas Nedbal
|
a3a1250dcf
|
Fix default text color of list group actions
|
2020-05-04 20:47:00 +02:00 |
Andreas Nedbal
|
582f8606b0
|
Changed theme preview to work without hitting an endpoint
|
2020-05-04 17:26:18 +02:00 |
Andreas Nedbal
|
9235533f59
|
Adjust button styles for theming
- Default (unstyled) buttons use the body text color
- Colored buttons use their text color equivalent
|
2020-05-03 21:57:19 +02:00 |
Andreas Nedbal
|
a36bcf6cd3
|
Add Bootstrap modal overrides for CSS variables
|
2020-05-03 21:44:12 +02:00 |
Andreas Nedbal
|
ea638305cc
|
Fix customized hover/focus styles for list group items
|
2020-05-03 20:39:45 +02:00 |
Andreas Nedbal
|
1eddb0ad36
|
Adjust input styling to be a bit more lenient in themes
|
2020-05-03 20:39:21 +02:00 |