Georg Gadinger
|
b728c494d7
|
remove flag leftovers
|
2023-01-05 10:37:44 +01:00 |
Andreas Nedbal
|
84fcfb41a3
|
Fix Sass deprecation warnings
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
dd830bd22b
|
Fix order of icons and text on frontpage
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
0e47e06db1
|
Add bottom margin to mute rule inputs
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
61a9e39a3e
|
Fix dropdowns in mobile navigation
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
b7c7838b96
|
Make code HTML elements monospace again
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
5c583acf05
|
Give `bootstrap_color` a proper argument
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
58717c0e7f
|
Fix ESLint nits
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
c9b39ad1e5
|
Appease the dog overlords
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
0e97c7c80a
|
Fix badge colors in various places
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
da7e30f459
|
Remove link underlines in some places
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
af01ab2950
|
Fix profile settings layout
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
cea1190ab9
|
Remove and replace usage of media classes
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
68dd6da1f2
|
Remove and adjust jumbotron usage
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
5ce9972a3e
|
Fix usages of btn-block class
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
49a972bfd3
|
Remove jQuery call to close question modal
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
2efaae6987
|
Fix modal/alert dismiss toggles
|
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
|
99085f1836
|
Fix sizing of inline inbox action form
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
23c01a97be
|
Fix text alignment classes
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
6643c65e23
|
Remove superfluous close icon
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
572a9ab076
|
Fix positioning of dropdown menus
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
09954c15d2
|
Fix data attributes for functionality in Bootstrap 5
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
4d417f15c5
|
Fix event registration for modal autofocus
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
a00936f17e
|
Initialize Bootstrap in TypeScript
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
5612f8d2bd
|
Fix close buttons for Bootstrap 5
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
7450143311
|
Remove legacy entrypoint and packages
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
ec5dda9f66
|
Fix screen reader classes for Bootstrap 5
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
34dbaad28e
|
Fix font-weight classes for Bootstrap 5
|
2023-01-05 10:35:52 +01:00 |
Andreas Nedbal
|
5bbb798102
|
Fix spacing classes for Bootstrap 5
|
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 |
Karina Kwiatek
|
39ec2836f6
|
Merge pull request #918 from Retrospring/feature/nodeinfo
Implement NodeInfo
|
2023-01-04 17:55:05 +00:00 |
Karina Kwiatek
|
b35108e9d0
|
Implement NodeInfo
Closes #902
|
2023-01-04 17:08:05 +01:00 |
Karina Kwiatek
|
ea4e9e2205
|
Don't require an endpoint for unsubscribe
This was added by mistake earlier. Unsubscribing without an `endpoint` parameter is supposed to remove all subscriptions.
|
2023-01-04 16:38:48 +01:00 |
Karina Kwiatek
|
3105cb74b4
|
Make `endpoint` and `subscription` parameters required on web push endpoints
|
2023-01-04 16:34:38 +01:00 |
Karina Kwiatek
|
9fd3940b7d
|
Don't check push subscription when not logged in
|
2023-01-04 16:34:38 +01:00 |
Georg Gadinger
|
ea94e83e11
|
views/settings: change text of save profile pic button to something less generic
|
2023-01-04 15:39:27 +01:00 |
Karina Kwiatek
|
b57b11be9d
|
Change ID of 2FA form
This caused an error in settings/password.ts as the form had the same ID as the account settings form
|
2023-01-04 12:34:19 +01:00 |
Karina Kwiatek
|
3033ad4400
|
Fix error in checkSubscription and improve logging
|
2023-01-03 18:12:13 +01:00 |
Andreas Nedbal
|
6e5e483346
|
add fullwidth class to user action icons
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
05494e8822
|
change fa-mask icon back to fa-user-secret
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
a7269bb202
|
Replace some icons with better choices from FA6
|
2023-01-03 17:21:09 +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 |
Karina Kwiatek
|
7fa548b613
|
Remove use of @rails/ujs in report dialog handler
|
2023-01-03 15:09:23 +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 |