Andreas Nedbal
711d6a9f4e
WIP: Add initial overrides for Bootstrap 4 styling
2020-04-26 21:48:25 +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
7767eeae9f
Merge branch 'master' into feature/bootstrap
2020-04-25 13:14:01 +02:00
Andreas Nedbal
2dbc6eff01
Adjust navbar styling
2020-04-20 00:04:01 +02:00
Karina Kwiatek
4889071f95
Add JS for dismissing announcements
2020-04-19 22:27:50 +01:00
Karina Kwiatek
8a632a09cd
Create Announcement model & controller
2020-04-19 20:12:22 +01:00
Andreas Nedbal
7f74e844f5
Replace Bootstrap 3 with Bootstrap 4
2020-04-19 21:08:58 +02:00
Georg Gadinger
d680185b0b
Remove twemoji
2020-04-19 17:03:53 +02:00
Georg Gadinger
b926820d90
javascripts: "fix" (un)smile update bug
2020-04-18 23:44:59 +02:00
Georg Gadinger
1922094f11
Fix translations again argh
2017-04-02 09:07:59 +02:00
Georg Gadinger
4424cb64cd
Fix JS translations
2017-04-02 09:04:49 +02:00
Georg Gadinger
771821356f
fix sweetalert
2017-03-31 22:49:38 +02:00
pixeldesu
8d4d2ffce1
apply changes to groups page, adjust heading for header
2017-03-29 15:29:07 -07:00
pixeldesu
6787c0539f
limit header size
2017-03-29 14:35:23 -07:00
pixeldesu
08644306fc
Update frontpage styling and content
2015-09-20 15:16:24 +02:00
pixeldesu
9bb512e8fe
fix underlining style for notification header links
2015-09-17 00:26:00 +02:00
pixeldesu
927d6632c1
make the notification center smaller and shorten content
2015-09-16 23:59:47 +02:00
pixeldesu
ede3ad1b92
Update notification design and behaviour
...
- Add display of content that was replied to/with
- Instead of marking notifications new, only show new items and hide seen entries
- Add a 'New Notifications' page and set it as default
- Add proper display if there are no new notifications
- Adjust theme to fit new changes
2015-09-16 22:18:40 +02:00
Yuki
71caf3cce5
Several changes to theming, solving a bunch of bugs
2015-08-27 05:30:26 +05:30
Yuki
906692e78f
Theming is finished
...
Previews, settings pane and presets!
2015-08-25 23:57:06 +05:30
Yuki
3444fcc93e
rework some theme code, particlefield now adapts color
2015-07-29 20:38:07 +05:30
pixeldesu
1a9660bc05
update userbox style with headers
2015-07-24 17:04:46 +02:00
pixeldesu
e1d38ebb89
removing more logic from templates + simpler coffeescript
2015-07-17 21:45:45 +02:00
pixeldesu
a122106d82
fix manual deletion not decreasing ib-count
2015-07-17 21:25:32 +02:00
pixeldesu
e9ae442431
add ability to show/search questions from specific users
2015-07-17 20:29:19 +02:00
pixeldesu
d2c59c047d
remove line of code that determines C as language for this file
2015-07-06 18:38:52 +02:00
Robin B.
00b9ec8192
scroll down the fucking page
2015-06-21 17:18:30 +02:00
Andreas N.
6c0428398c
Merge pull request #45 from Retrospring/locale
...
Locale Flags
2015-06-21 13:29:39 +02:00
Yuki
208184fe4a
Merge pull request #33 from colons/padding-for-create
...
Merge PR #33
2015-06-21 12:42:31 +05:30
Yuki
409c82b5ed
Flag switcher
2015-06-21 12:33:29 +05:30
pixeldesu
58e80919df
add data page
2015-06-20 20:38:07 +02:00
Yuki
f65bfa9e75
Twitter Emoji
2015-06-13 20:23:11 +05:30
pixeldesu
045efb80a5
fix missing translation error
2015-06-09 18:07:10 +02:00
pixeldesu
0aeab3b7f7
fix merge conflict
2015-06-08 22:17:14 +02:00
pixeldesu
8109cb8e2d
this time it's really final
2015-06-08 22:06:39 +02:00
pixeldesu
73147c414a
fix discover merge conflict
2015-06-08 21:24:02 +02:00
Yuki
3afaf3222d
Yes and No translated into true and false??? this fixes it
2015-06-09 00:31:37 +05:30
pixeldesu
d13cdb27dc
localize javascript
2015-06-08 20:35:16 +02:00
Yuki
d3aec1faea
uncomment require i18n/translations
2015-06-08 20:20:59 +05:30
Yuki
055830626e
Set up i18n-js and show usage to pixel
2015-06-08 20:19:47 +05:30
pixeldesu
488d582afa
add i18n-js and localize javascript (not implemented yet)
2015-06-08 16:01:16 +02:00
Iain Dawson
96e367852b
Move the north-of-768px styles up one pixel.
...
Prevents the site looking totally broken at exactly 768px wide.
2015-06-06 16:57:17 +01:00
Iain Dawson
1aa4cf6ebb
Make room for the create button
...
Fixes an issue where content on the bottom of the page would be impossible to click on narrow devices.
2015-06-06 16:53:18 +01:00
Yuki
b907029673
and apparently browser variety is a good thing
2015-05-30 06:38:49 +05:30
Yuki
76be03be66
Fix header parallax (assigned a variable called 'top' which is read only, caused issues with firefox and blink/webkit browsers IDK why it worked in local test envs, but this should fix it)
2015-05-28 06:51:26 +05:30
Georg G
b1ad14caf0
swapped || order
2015-05-27 16:18:08 +02:00
Yuki
2e89758c37
few JS fixes and header parallax ( closes #53 )
2015-05-27 11:11:38 +05:30
Yuki
d79fcc68bc
Merge branch 'optimize-js' of github.com:Retrospring/retrospring into profile-headers
2015-05-27 11:09:36 +05:30
pixeldesu
8753af3b48
completely redesign About page
2015-05-19 17:48:02 +02:00
Yuki
7a5b1cf1de
Merge branch 'master' of github.com:Retrospring/retrospring into optimize-js
2015-05-18 14:36:46 +05:30
pixeldesu
bbb3b806a5
Merge remote-tracking branch 'origin/master'
2015-05-17 05:36:50 +02:00
pixeldesu
ab6983001e
timestamps for comments and CSS fixes
2015-05-17 05:36:23 +02:00
Yuki
9e3a6e2171
Mobile-friendly profile info box
2015-05-16 04:09:33 +05:30
pixeldesu
773b2917cb
Merge branch 'feature-discover'
2015-05-14 00:47:23 +02:00
pixeldesu
023fe26e81
finish up Discover page
2015-05-14 00:45:01 +02:00
Yuki
47c574f404
Temp. fix for text not being a readable color due to the purple background being gone
2015-05-14 03:35:12 +05:30
pixeldesu
c27c99b18f
add particles to about and faq, update frontpage
2015-05-13 16:14:30 +02:00
pixeldesu
e01ac8dcf6
added Particleground to frontpage
2015-05-12 23:53:42 +02:00
Yuki
0ba88942de
Fix question headers overflowing into the answers
2015-05-13 00:18:06 +05:30
Yuki
580e645403
Fix ban.js throwing errors
2015-05-11 12:31:48 +05:30
Yuki
7d2f1b1594
Non-blocking image load
2015-05-11 11:28:24 +05:30
pixeldesu
884dab5988
update panel styles, fixes Retrospring/bugs#51
2015-05-11 06:17:12 +02:00
Yuki
fa51961341
prevent double binding controls
2015-05-08 21:50:57 +05:30
Yuki
b71466535d
Fix zooming when cropping header
2015-05-08 21:44:54 +05:30
Yuki
9633511859
Some fixes (whoops used current_user instead of user)
2015-05-08 21:34:58 +05:30
Yuki
e20ce9999e
cleanup
2015-05-08 21:19:37 +05:30
Yuki
843845c05a
fix scroll issue w/ headers
2015-05-08 21:16:07 +05:30
Yuki
2e6ffdaab7
basic implementation
2015-05-08 21:14:16 +05:30
Yuki
b2a57da4b2
Merge with master
2015-05-08 18:58:50 +05:30
Georg G.
9b39491d88
Merge pull request #18 from skiprope/temp-bans
...
Support for ban reasons and ban times.
2015-05-05 16:54:23 +02:00
Yuki
ab35c2740c
monkey patch buggy underlines in smile modal
2015-05-04 07:14:30 +05:30
Yuki
2204227273
Feature-comment-smiles complete ( fix Retrospring/bugs#42 )
2015-05-04 07:09:47 +05:30
Yuki
9688b7ee48
Merge stable
2015-04-28 10:22:54 +05:30
Yuki
76ac8e1a9d
Fix Retrospring/bugs#36
2015-04-27 06:51:29 +05:30
pixeldesu
f0ef693361
move panel styles in panel file + fix question panel
2015-04-26 13:05:47 +02:00
Yuki
5792b59fc7
fix issue described in https://twitter.com/mochizune/status/592271577871417344
2015-04-26 15:51:47 +05:30
Yuki
ee29e1f28f
Reporting and Deleting logic
2015-04-26 07:06:25 +05:30
pixeldesu
e2f06167dc
fix styling and schema
2015-04-26 02:46:37 +02:00
pixeldesu
c8ba89dd1e
change question display and add report placeholder
2015-04-26 02:18:57 +02:00
Yuki
4ad9916c7e
Rename 'delete answer' to 'return to inbox' for clarity
2015-04-24 04:22:52 +05:30
Yuki
0bb3895ce8
Small fixes
2015-04-24 00:51:58 +05:30
Yuki
4d5d7fdcc1
Bootstrap-datetimepicker
2015-04-24 00:37:39 +05:30
Yuki
be04d3528c
Support for ban reasons and ban times. Fixes Retrospring/bugs#26 and Retrospring/bugs#25
2015-04-23 06:26:29 +05:30
Georg G
c8747fea44
replaced the id with the actual type
2015-04-22 18:29:12 +02:00
Georg G.
e306d36b10
Merge pull request #15 from skiprope/report-reason
...
Add support for report reasons (fixes Retrospring/bugs#7 )
2015-04-22 18:25:29 +02:00
Yuki
b9bf0b04b6
Add support for report reasons
2015-04-22 08:29:10 +05:30
Yuki
ef0330eae9
navbar mobile consistency
2015-04-22 07:12:12 +05:30
Yuki
1625ad6236
No need to work on the first-child, work on the li directly
2015-04-22 03:55:11 +05:30
Yuki
1600cdf295
Implements additions of and fixes retrospring/bugs#16
2015-04-22 03:52:18 +05:30
Yuki
ecffd07344
Support for post subscriptions
2015-04-21 06:42:11 +05:30
pixeldesu
4e185bbaa7
change Bootswatch theme, general theme changes, list group helper
2015-04-19 16:49:53 +02:00
Howl
1032363b5a
fix horrible link section in about page
2015-04-18 23:45:52 +02:00
pixeldesu
642b3e5710
HTTPS
2015-03-03 20:15:43 +01:00
pixeldesu
40c3690c12
change default font to Lato
2015-03-03 19:58:22 +01:00
Andreas N
9bffdec2a5
fix growl notification positioning, this time for real
2015-02-17 00:56:12 +01:00
Andreas N
6c4f5c11df
fix growl notification positioning
2015-02-17 00:53:09 +01:00
Georg G
d5fcec4d7d
hide that "Load more" button if you delete all questions
2015-02-12 22:15:01 +01:00
Andreas N
2a854c1cda
update paddings
2015-02-12 18:14:23 +01:00
Andreas N
f58ec9f2a6
another try to fix
2015-02-12 17:50:13 +01:00
Andreas N
c033f1f4b2
media queries for min and max size
2015-02-12 17:48:19 +01:00
Andreas N
0f8940435d
impoooortant
2015-02-12 17:46:19 +01:00
Andreas N
910c1a81d6
I heard you like importants in media queries so I put an important in your media query
2015-02-12 17:44:07 +01:00
Andreas N
06d2af92ce
another way to fix this
2015-02-12 17:25:46 +01:00
Andreas N
42dd275b2f
more optimizations to mobile display
2015-02-12 17:22:40 +01:00
Andreas N
f46ebe5a30
doing the worst things to css since its existence
2015-02-12 17:11:21 +01:00
Andreas N
8a83db4291
can we remove the important here?
2015-02-12 17:02:14 +01:00
Andreas N
b9874ff423
more centered alignment for single usernames
2015-02-12 17:01:50 +01:00
Andreas N
4e7c0ec819
trying to fix this³
2015-02-12 16:59:54 +01:00
Andreas N
136b4dbba5
trying to fix this²
2015-02-12 16:57:51 +01:00
Andreas N
8e9a893c79
trying to fix this
2015-02-12 16:54:48 +01:00
Andreas N
ed3490c40c
whoops
2015-02-12 16:52:08 +01:00
Andreas N
89ea02e7af
the navbar is kinda broken
2015-02-12 16:51:04 +01:00
Andreas N
1ef032e69e
some more changes
2015-02-12 16:48:14 +01:00
Andreas N
0dfbac0bda
update profile dropdown, first draft
2015-02-12 16:37:07 +01:00
Andreas N
cb13903493
update moderator display
2015-02-12 15:57:05 +01:00
Andreas N
cde8d8a30f
remove padding on specific rows on mobile devices
2015-02-05 15:17:15 +01:00
Georg G
06cc52ffc5
made these checkboxes work
2015-02-03 17:48:30 +01:00
Georg G
96f4a9433f
moderation javascripts now only get loaded if the current_user is a moderator or above
2015-02-03 17:31:04 +01:00
Andreas N
bca0344792
remove margin from navbar
2015-01-30 22:53:44 +01:00
Andreas N
5369f34bab
Merge remote-tracking branch 'remotes/origin/inbox-options'
2015-01-30 20:27:11 +01:00
Andreas N
5ce2368310
Merge branch 'inbox-options'
2015-01-30 20:22:48 +01:00
nilsding
a7fbc5b366
fixed inbox entries and toggle button
2015-01-28 06:49:17 +01:00
Andreas N
9c2b0951bf
add coffescript to expand options
2015-01-27 18:25:20 +01:00
nilsding
ca7789750a
made NProgress loading bar brighter (GitHub issue #73 )
2015-01-27 17:53:05 +01:00
Andreas N
8ff92dca15
Merge remote-tracking branch 'origin/master'
2015-01-26 18:41:37 +01:00
Andreas N
32956319d4
changed question-text line height
2015-01-26 18:41:16 +01:00
nilsding
4e49258463
removed annoying margin, ready to merge [ci skip]
2015-01-26 18:08:03 +01:00
nilsding
f7e71d3d67
how about this selector?
2015-01-26 18:04:17 +01:00
Andreas N
174ea6b774
changed display of notification badge
2015-01-26 17:55:18 +01:00
Andreas N
45e08651af
fixed some more stuff
2015-01-26 17:33:40 +01:00
Andreas N
da9c15d43c
basic stuff added
2015-01-26 17:16:32 +01:00
Andreas N
370169c35a
update and fix mobile design
2015-01-26 15:51:18 +01:00
Andreas N
40eb19d387
updated colours thingy
2015-01-25 20:48:14 +01:00
nilsding
0d639fd6ec
added blogger badge
2015-01-25 20:30:09 +01:00
nilsding
05334e3bd0
added some specs
2015-01-18 14:15:21 +01:00
Andreas N
3edfbb42a1
add design stuff for header display
2015-01-18 00:16:06 +01:00
nilsding
927ec9678f
deleting groups works now! finally!!!
2015-01-17 18:57:23 +01:00
Andreas N
745f600f60
added delete button
2015-01-17 18:42:56 +01:00
Andreas N
2ddb39e530
added top padding
2015-01-17 18:36:46 +01:00
nilsding
a0d0731a6b
creating groups works now.
2015-01-17 18:24:36 +01:00
nilsding
dd6af3f651
adding and removing users to/from groups works now
2015-01-17 17:50:25 +01:00
nilsding
0bf59a0bb0
fixed that damn tab link border thing
2015-01-17 16:26:46 +01:00
nilsding
5fd5af9f47
Merge branch 'master' into groups
2015-01-17 15:51:52 +01:00
nilsding
53cb527c7f
put that damn tooltip in the callback function.
2015-01-15 17:47:54 +01:00
Andreas N
b99fe56038
update design to be condensed
2015-01-14 19:57:11 +01:00
Andreas N
053a2d695c
I think this is causing some problems with the design
2015-01-14 19:30:48 +01:00
Andreas N
1497f97395
attempt to center input
2015-01-14 15:44:27 +01:00
nilsding
d7350838ba
Merge branch 'master' into groups
2015-01-13 23:13:38 +01:00
nilsding
5f3feaa4e6
MAXIMUM SASS™
2015-01-13 22:55:45 +01:00
Andreas N
1b0b505ec9
another try
2015-01-13 22:37:02 +01:00
Andreas N
1c40721688
hopefully
2015-01-13 22:34:48 +01:00
Andreas N
9e1de238da
please
2015-01-13 22:32:23 +01:00
Andreas N
20f01094b5
stupid overrides
2015-01-13 22:15:18 +01:00
Andreas N
bb7cb3ded0
change the primary color to purple
2015-01-13 22:10:45 +01:00
Andreas N
e834a1ae29
change the primary color to purple
2015-01-13 22:03:43 +01:00
nilsding
3d34f916c9
Merge branch 'master' into navbar-color
...
Conflicts:
app/assets/stylesheets/application.css.scss
2015-01-13 21:56:00 +01:00
nilsding
0ee58e0d20
it doesn't make much sense changing the variables after loading bootstrap
2015-01-13 21:54:56 +01:00
Andreas N
40a5689a4b
cool new navbar colours
2015-01-13 21:53:47 +01:00
Andreas N
c1e6945bff
cool new navbar colours
2015-01-13 21:27:39 +01:00
nilsding
14eb6b035b
Revert "got rid of nprogress"
...
This reverts commit 3574993746
.
2015-01-13 19:49:43 +01:00
nilsding
a05d763b75
selecting the group from the ask followers modal works now.
2015-01-13 15:45:32 +01:00
nilsding
1bb369aa7d
implemented basic functionality of YE OLDE BANHAMMER!
2015-01-12 22:44:13 +01:00
nilsding
3574993746
got rid of nprogress
2015-01-12 15:53:14 +01:00
nilsding
bc826f07fe
moved Piwik code to its own file
2015-01-10 18:53:25 +01:00
Andreas N
bbfba492ae
change the line height for answers
2015-01-09 22:03:58 +01:00
Andreas N
e2564f4d37
pretty much the worst issue I ever caused
2015-01-09 21:59:26 +01:00
Andreas N
16cb29852f
fix shit
2015-01-09 21:57:30 +01:00
Andreas N
3e88abe36d
updated answerbox design
2015-01-09 21:44:41 +01:00
ix
054ece5aed
its not a button ok
2015-01-07 19:59:42 +01:00
ix
66734193b0
pressing ctrl/meta + m toggles the question box
2015-01-07 19:58:43 +01:00
ix
26c21e6a27
fixed being unable to use cmd+enter on macs
2015-01-07 00:52:19 +01:00
ix
f76603a071
manual merge??
2015-01-06 18:59:52 +01:00
ix
221025fef7
fixed tooltip loading on loading more questions/answers
2015-01-06 18:56:43 +01:00
Andreas N
4b114b0cab
fixed badge size
2015-01-06 15:35:16 +01:00
Andreas N
0d784aee47
finish implementing new badge design
2015-01-06 15:32:14 +01:00
Andreas N
17afe26171
added new profile badge display
2015-01-06 15:26:24 +01:00
Andreas N
11cd8b59f8
fix broken labels
2015-01-05 00:50:27 +01:00
nilsding
cdfe5564d6
made C-RET work again
2015-01-03 22:36:51 +01:00
nilsding
f1c0bc5a4c
Merge branch 'sweetalert'
2015-01-03 19:54:42 +01:00
Andreas N
30189ae6b8
fixed overlay z-index
2015-01-03 19:53:22 +01:00
nilsding
7d9a0b720d
even more fixes
2015-01-03 19:49:47 +01:00
nilsding
0485be8eb9
report user also now has sweetalert
2015-01-03 19:45:14 +01:00
nilsding
d183a79493
fixed sweetalert for use with Turbolinks, changed wording
2015-01-03 19:43:51 +01:00
nilsding
f53ca1b449
the new answer is now shown
2015-01-03 19:14:26 +01:00
nilsding
88b71d8f31
added render of the answerbox to the response
2015-01-03 18:56:06 +01:00
nilsding
f4d63ae4e3
users now can answer other people's questions
2015-01-03 18:41:10 +01:00
Andreas N
f5a469bafa
fix alert text for destroying answers
2015-01-03 18:40:56 +01:00
nilsding
7be7de11cd
moved answering code from inbox_controller.rb to answer_controller.rb
2015-01-03 18:40:39 +01:00
Andreas N
9d3b8cced4
replaced alerts with sweetAlert
2015-01-03 17:36:55 +01:00
Andreas N
ac9738d058
added sweetalert scripts
2015-01-03 16:54:10 +01:00
Andreas N
c6e7170e7b
added sweetalert styles
2015-01-03 16:51:57 +01:00
Andreas N
ca222f86c8
fix profile-text margin
2015-01-03 04:32:26 +01:00
Andreas N
c871f63f8a
brighter gray
2015-01-03 04:01:25 +01:00
Andreas N
1c7b064dbd
removed this shit
2015-01-03 03:54:30 +01:00
Andreas N
6bf1c6bb01
changed background color
2015-01-03 03:52:50 +01:00
Andreas N
15605682b2
fix
2015-01-03 03:47:48 +01:00
Andreas N
34a5b56555
added follow button to dim view
2015-01-03 03:43:32 +01:00
Andreas N
c71061c5a3
even more design updates
2015-01-03 02:14:49 +01:00
Andreas N
c74f4086eb
even more design updates
2015-01-03 02:13:53 +01:00
Andreas N
dfb879899a
even more design updates
2015-01-03 02:08:09 +01:00
Andreas N
e25b05297f
even more design updatess
2015-01-03 02:00:54 +01:00
Andreas N
6ab87a5431
add cool new profile panel design
2015-01-03 01:58:27 +01:00
Andreas N
75fb90c9e5
add cool new profile panel design
2015-01-03 01:49:56 +01:00
Andreas N
aa6c892eb3
added supporter display
2015-01-03 00:24:06 +01:00
Andreas N
26f21f8e97
fixed #37
2015-01-02 00:28:19 +01:00
Andreas N
806d83fc0c
updated css
2015-01-01 19:45:34 +01:00
Andreas N
d5b538461e
added moderator display to about page
2015-01-01 19:10:31 +01:00
nilsding
7d504778b0
"Delete all" button is now disabled properly and the ibCount is now incremented by 1 (closes GitHub issues #34 and #27 )
2014-12-30 16:20:47 +01:00
nilsding
8998b84027
updateVars is now called when the image finished loading
2014-12-29 17:22:43 +01:00
nilsding
338fa5bdb2
divide by scale
2014-12-29 16:39:27 +01:00
nilsding
fa16612ba8
made the new cropper work
2014-12-29 16:29:46 +01:00
nilsding
26363c4742
added jquery.guillotine
2014-12-29 15:47:10 +01:00
nilsding
4adc6eec09
ugh
2014-12-29 14:49:57 +01:00
nilsding
5071e3ffe8
added JCrop to view
2014-12-29 13:52:19 +01:00
nilsding
f6ceafb710
added jquery.Jcrop
2014-12-29 09:39:47 +01:00
nilsding
65e90e1c64
reporting users works as well.
2014-12-29 01:47:04 +01:00
nilsding
34a2f3cd6b
deleting comments works now
2014-12-29 01:05:30 +01:00
nilsding
a0c0d68e43
posting moderation comments works now
2014-12-29 00:50:14 +01:00
nilsding
b7b5ee960e
deleting reports works now
2014-12-29 00:21:06 +01:00
nilsding
486d5d18f2
this fucker finally works how I want it to
2014-12-28 23:57:07 +01:00
nilsding
7a0b3f4af7
added votes for reports
2014-12-28 23:26:16 +01:00
nilsding
b3f165b12b
reporting and deleting comments works now
2014-12-28 21:14:01 +01:00
nilsding
27afd18d25
fixed follow button
2014-12-28 20:22:37 +01:00
nilsding
6864faee03
reporting answers works now
2014-12-28 19:56:37 +01:00
nilsding
9fe827b537
removed .button calls for destroy
2014-12-28 19:56:13 +01:00
nilsding
90fe42e643
Merge remote-tracking branch 'origin/master' into moderation
...
Conflicts:
app/models/user.rb
2014-12-28 19:29:01 +01:00
Andreas N
4bb65be9e5
css changes
2014-12-27 19:26:35 +01:00
Andreas N
6b3552526c
css changes
2014-12-27 19:24:46 +01:00
Andreas N
f236e7b709
css changes
2014-12-27 19:22:27 +01:00
Andreas N
05002b8d10
added floating ask your followers button
2014-12-27 19:18:55 +01:00
Andreas N
56441a4967
more fix.
2014-12-27 16:03:09 +01:00
Andreas N
3c2467092b
fixing other stuff I broke with this fix.
2014-12-27 15:59:09 +01:00
Andreas N
be30f9c7e5
PLEASE WORK
2014-12-27 15:56:01 +01:00
Andreas N
7a9949c85c
PLEASE
2014-12-27 15:54:26 +01:00
Andreas N
edeff57293
Fixxed!
2014-12-27 15:50:36 +01:00
nilsding
260d5cddd7
updated delete button
2014-12-27 14:59:48 +01:00
Andreas N
a5c8405b9a
attempt to fix this shit
2014-12-27 03:01:52 +01:00
Andreas N
92af469aa4
Merge branch 'master' into moderation
2014-12-27 02:12:32 +01:00
nilsding
64d50ad9b4
fox'd
2014-12-27 01:55:09 +01:00
nilsding
a37cd95f46
Merge branch 'master' into notifications-tooltips
2014-12-27 01:46:34 +01:00
pixeldesu
40dc6a140d
fix margin if content is empty
2014-12-26 13:48:20 +01:00
nilsding
9e918fa3dc
added moderator to users
2014-12-26 13:34:01 +01:00
nilsding
2aea87d305
Meymeys
2014-12-21 22:41:14 +01:00
nilsding
b45b273f50
I TAKE A LOOK AT MY ENORMOUS MEMES
2014-12-21 22:29:52 +01:00
nilsding
e8f4c2662a
goddamnit Karim
2014-12-21 16:40:10 +01:00
nilsding
2169a86615
added a count
2014-12-21 15:36:57 +01:00
nilsding
7a18790241
added disable attribute if there are no questions in the inbox
2014-12-21 14:11:35 +01:00
nilsding
1ba34c59d0
added "delete all questions" button thing
2014-12-21 13:41:57 +01:00