Robin Ward
e79c1c23d9
Show CSV groups on user profile
2014-11-05 14:05:16 -05:00
Kris Aubuchon
59e0c1b9cd
trying out a new css-only loading spinner
2014-11-05 10:08:20 -05:00
Robin Ward
6a424cf469
UX: Make the user card badge image larger. If present, make text have a
...
smaller width to accomodate the larger image.
2014-11-04 16:30:46 -05:00
Sam
cc9b040502
Revert "FEATURE: display github profile links on user card and profile"
...
This reverts commit 95c518329a
.
2014-11-05 07:45:35 +11:00
Robin Ward
74e2b8f674
FIX: User card @mentions looked pretty bad
2014-11-04 14:25:35 -05:00
Robin Ward
e96630c6f4
FIX: Malformed user card HTML
2014-11-04 13:13:45 -05:00
Robin Ward
9196642221
UX: Add title to user card image, shrink to avoid bleeding into text.
2014-11-04 13:01:41 -05:00
Robin Ward
7a8811882e
UX: Remove icons, add black/white colors to attributes in user card
2014-11-04 12:53:02 -05:00
Kris Aubuchon
03c3221ea8
quick fix on collapsed user profile controls
2014-11-04 10:57:30 -05:00
Sam
95c518329a
FEATURE: display github profile links on user card and profile
...
Can be disabled by unchecking "public_github_screen_name"
2014-11-04 13:33:58 +11:00
Robin Ward
bab4f48eeb
FIX: Trim the profile text in the user card even if it has multiple lines.
2014-11-03 11:59:56 -05:00
Kris Aubuchon
6ab7bfee14
fixing ban display on usercard and IE11 issue with user page controls
2014-11-03 10:16:10 -05:00
Régis Hanol
b09ad87098
FIX: add 'show emails' button from moderators in user admin section
2014-11-03 12:46:08 +01:00
Sam
4d82a571fb
FIX: restrict the size of small tags (when nested)
2014-11-03 11:23:18 +11:00
Jeff Atwood
4e3a8b87e3
mobile user profile page tweak
2014-11-01 21:44:56 -07:00
Jeff Atwood
6f391052dc
mobile user profile page tweak
2014-11-01 21:30:37 -07:00
Jeff Atwood
a54e33cd6b
FIX: mobile date was pushed offscreen, w/ h-scroll
2014-11-01 21:21:21 -07:00
Kris Aubuchon
1f4e2d0fd6
adding last post/joined to usercard
2014-11-01 23:03:52 -04:00
Robin Ward
811b8f3281
FIX: On mobile you couldn't click on a post avatar
2014-10-31 17:34:45 -04:00
Jeff Atwood
0408960b74
tweak time field on user page stream
2014-10-31 12:26:46 -07:00
Jeff Atwood
28bd46d816
clean up user page mobile styles
2014-10-31 12:21:55 -07:00
Jeff Atwood
e822108d85
tighten up mobile search spacing
2014-10-31 12:12:25 -07:00
Jeff Atwood
f179c8a6fb
make search help fit on mobile
2014-10-31 12:07:09 -07:00
Jeff Atwood
b732e9b1bb
tighten up expansion left gutter
2014-10-31 11:46:31 -07:00
vagrant
cbaa8893ce
few small usercard fixes, more to come!
2014-10-31 00:46:27 -04:00
Robin Ward
b5e9e9d6bd
FIX: Enable word wrap for pre
tags in embedded discourse on iOS
2014-10-30 16:14:40 -04:00
Jeff Atwood
212b593960
long embed content urls overflow in safari?
2014-10-30 10:15:44 -07:00
Sam
cd0ff7b0f2
Merge pull request #2932 from awesomerobot/master
...
new usercard style
2014-10-30 11:01:05 +11:00
Kris Aubuchon
faece5a504
new usercard style
2014-10-29 19:48:20 -04:00
Robin Ward
7990d6ba2f
Revert "FIX: Workaround for modal CSS bugs in IOS 8. Don't use a table to"
...
This reverts commit edea7180f4
.
2014-10-29 12:43:19 -04:00
Régis Hanol
3dcccb5dee
Merge pull request #2926 from mcwumbly/hide-revision-button
...
UX: show the hide revision button on mobile
2014-10-29 01:02:01 +01:00
David McClure
827a13a08b
UX: show the hide revision button on mobile
2014-10-28 16:58:35 -07:00
Régis Hanol
7525a896df
UX: make the blue notification float over the column headers on desktop
2014-10-29 00:46:05 +01:00
Robin Ward
39bbab89cc
Merge pull request #2928 from awesomerobot/master
...
fixing the broken groups page
2014-10-28 16:07:47 -04:00
Kris Aubuchon
f353df97e3
fixing the broken groups page
2014-10-28 16:04:18 -04:00
Kris Aubuchon
ff4dcb8520
fixing the broken groups page
2014-10-28 15:48:03 -04:00
Robin Ward
edea7180f4
FIX: Workaround for modal CSS bugs in IOS 8. Don't use a table to
...
vertically centre, use a margin offset.
2014-10-28 12:03:36 -04:00
Jeff Atwood
93af6107e7
Merge pull request #2924 from awesomerobot/master
...
new user profile page
2014-10-27 22:24:42 -07:00
Kris Aubuchon
f605a7ef61
new user profile page
2014-10-27 23:35:16 -04:00
Régis Hanol
e7f251c105
LOTS of changes to properly handle post/topic revisions
...
FIX: history revision can now properly be hidden
FIX: PostRevision serializer is now entirely dynamic to properly handle
hidden revisions
FIX: default history modal to "side by side" view on mobile
FIX: properly hiden which revision has been hidden
UX: inline category/user/wiki/post_type changes with the revision
details
FEATURE: new '/posts/:post_id/revisions/latest' endpoint to retrieve
latest revision
UX: do not show the hide/show revision button on mobile (no room for
them)
UX: remove CSS transitions on the buttons in the history modal
FIX: PostRevisor now handles all the changes that might create new
revisions
FIX: PostRevision.ensure_consistency! was wrong due to off by 1
mistake...
refactored topic's callbacks for better readability
extracted 'PostRevisionGuardian'
2014-10-27 22:06:43 +01:00
Sam
6d3d425611
apply same fix to mobile
2014-10-27 09:16:51 +11:00
Sam
5b02bc03a8
FIX: search was rendering incorrectly in safari mac
2014-10-27 09:09:05 +11:00
Jeff Atwood
de05012c76
tighten up draft display on mobile
2014-10-21 23:37:34 -07:00
Jeff Atwood
5161d0f23d
increase click area on editor toggle, mobile
2014-10-21 23:27:06 -07:00
Jeff Atwood
ea681d92a2
increase click area on editor toggle
2014-10-21 23:17:58 -07:00
Neil Lalonde
c330fb7639
add missing semicolon
2014-10-21 14:57:26 -04:00
Jeff Atwood
d501f003ca
fix up /about on mobile
2014-10-21 01:09:54 -07:00
Jeff Atwood
7cda43e502
fix expanded avatar 1 row css suppress mobile
2014-10-21 00:50:17 -07:00
Jeff Atwood
e88fc65de4
fix expanded avatar 1 row css suppression
2014-10-21 00:34:57 -07:00
Robin Ward
71f211f0b3
FEATURE: Allow users to select a badge with an image to appear on their
...
user card
2014-10-20 16:35:38 -04:00