Andreas Nedbal
e9e0a222b0
Merge branch 'master' into feature/bootstrap
2020-04-27 02:11:54 +02:00
Andreas Nedbal
40df3a59d8
Remove "discover" class
2020-04-27 01:55:31 +02:00
Andreas Nedbal
61dbfda395
Remove panel overide styles
2020-04-27 01:36:37 +02:00
Andreas Nedbal
416a12f956
Remove "centre" class
2020-04-27 01:31:43 +02:00
Andreas Nedbal
e8a6644998
Refactor frontpage design and styles
2020-04-27 01:18:46 +02:00
Andreas Nedbal
05efd4a42e
Refactor jumbotron styles
2020-04-27 00:59:53 +02:00
Andreas Nedbal
5550dd9100
Move variables to style root
2020-04-26 23:55:28 +02:00
Andreas Nedbal
84ee5eec68
Adjust background color of website
2020-04-26 23:54:26 +02:00
Andreas Nedbal
dcb314d9a5
Adjust footer link visibilty to work with Bootstrap 4
2020-04-26 23:54:02 +02:00
Georg Gadinger
acc394a110
Merge pull request #88 from Retrospring/replace-dead-links
...
Replace dead links
2020-04-26 23:44:31 +02:00
Georg Gadinger
6a0d9063ba
Revert "Prevent the Return key from submitting while composing using an IME"
...
This reverts commit d13f1cf7b8
.
2020-04-26 23:40:02 +02:00
Georg Gadinger
dc25b5f0c1
Capitalise organisation name in GitHub urls
2020-04-26 23:18:02 +02:00
Georg Gadinger
b2b6419b5d
Use HTTPS in links
2020-04-26 23:16:20 +02:00
Georg Gadinger
c634d5f03c
Update some dead links
2020-04-26 23:12:29 +02:00
Andreas Nedbal
711d6a9f4e
WIP: Add initial overrides for Bootstrap 4 styling
2020-04-26 21:48:25 +02:00
Andreas Nedbal
8d9f1d5efb
Adjust list_group_item helper for Bootstrap 4
2020-04-26 21:48:02 +02:00
Georg Gadinger
aeef50ad78
Merge pull request #86 from Retrospring/cleanup
...
Minor Cleanup
2020-04-26 20:03:46 +02:00
Andreas Nedbal
c124138a4a
Fix layout issues in questionbox
2020-04-26 17:30:06 +02:00
Andreas Nedbal
7513ef2b9e
Clean up answerbox layout
2020-04-26 17:13:31 +02:00
Andreas Nedbal
0afff3f84d
Adjustments and smaller fixes
...
- Fixed initially selected Discover tabs being empty
- Removed spacing classes from inbox templates
- Fixed feed layout and sidebar display
- Adjust some profile layout nits
2020-04-26 16:25:54 +02:00
Andreas Nedbal
1f678b80c1
Fixed issue rendering privilege item partials
2020-04-26 15:27:19 +02:00
Andreas Nedbal
b550e78272
Refactor notifications into partials
...
All notification type layouts have been:
1) present in both the navigation layout and the notification page
2) in a single file
This commit addresses both issues and creates partials for all notfication types.
2020-04-26 15:26:55 +02:00
Andreas Nedbal
4917ce46d3
Fix "nav-item" assigning class in nav_entry helper
2020-04-26 14:30:23 +02:00
Andreas Nedbal
1885343900
Clean up main navigation
...
- Move main navigation into views/navigation
- Split guest navigation into seperate file
- Move main navigation partials into subfolder
- Further adjustments for Bootstrap 4 compatibility
2020-04-26 14:29:23 +02:00
Karina Kwiatek
926631eca3
Remove more left-over references to role fields
2020-04-25 22:23:37 +01:00
Karina Kwiatek
f42cc6aed9
Remove all other references to removed roles
2020-04-25 21:20:02 +01:00
Karina Kwiatek
9d933c933e
Remove unused (removed) roles from Your Data / Export
2020-04-25 21:14:26 +01:00
Karina Kwiatek
71e62dddcf
Remove unused roles from privileges modal
2020-04-25 21:06:36 +01:00
Karina Kwiatek
10a9ca5577
Fix bad replace; update schema.rb
2020-04-25 21:01:46 +01:00
Andreas Nedbal
18d4fad00e
Move notification navigation to new location
2020-04-25 20:27:56 +02:00
Andreas Nedbal
aeedee8b2f
Move moderation navigation to new location
2020-04-25 20:20:00 +02:00
Andreas Nedbal
2fb1966c5b
Move feed navigation to new location
2020-04-25 20:11:33 +02:00
Andreas Nedbal
e56e65cf40
Further adjustments to inbox layout
...
- Fixed base styling of cards due to layout differences between panels of Bootstrap 3
- Removed duplicate rendering of sidebar
2020-04-25 19:45:53 +02:00
Andreas Nedbal
e15cedd56c
Adjust tab classes to Bootstrap 4
2020-04-25 19:02:39 +02:00
Andreas Nedbal
a9812f5800
Clean up feed layouts
2020-04-25 18:23:02 +02:00
Andreas Nedbal
2a074227ac
Clean up inbox layouts
2020-04-25 18:10:48 +02:00
Andreas Nedbal
baf5ba698d
Clean up moderation layout
2020-04-25 18:05:35 +02:00
Andreas Nedbal
ae4c68a10b
Use layout inheritance by convention
2020-04-25 17:54:52 +02:00
Andreas Nedbal
19e7ed557e
Remove .html.haml prefix from modal files
2020-04-25 17:52:24 +02:00
Andreas Nedbal
245c6493d3
Clean up notifications layout
2020-04-25 17:51:00 +02:00
Andreas Nedbal
6e22e84081
Clean up user profile layouts
2020-04-25 17:21:39 +02:00
Andreas Nedbal
c870b00f65
Clean up user setting layouts
2020-04-25 17:04:23 +02:00
Andreas Nedbal
ea77168b50
Port application layout to use parent_layout
2020-04-25 17:03:59 +02:00
Andreas Nedbal
8b8a5a1e72
Add parent_layout helper
2020-04-25 17:02:59 +02:00
Andreas Nedbal
9ee5811243
Remove piwik
2020-04-25 16:22:09 +02:00
Dominik M. Kwiatek
9f992d398f
Fix exception being thrown upon attempting to ban a user ( #82 )
2020-04-25 14:51:28 +01:00
Karina Kwiatek
d13f1cf7b8
Prevent the Return key from submitting while composing using an IME
...
Based on the following article by Michael Stum:
https://www.stum.de/2016/06/24/handling-ime-events-in-javascript/
2020-04-25 14:35:04 +01:00
Andreas Nedbal
96309eb8ba
Move all modals into shared views/modal directory
2020-04-25 15:16:45 +02:00
Andreas Nedbal
3885c24825
Properly align navbar when not signed in
2020-04-25 14:29:52 +02:00
Andreas Nedbal
7767eeae9f
Merge branch 'master' into feature/bootstrap
2020-04-25 13:14:01 +02:00