Commit Graph
39 Commits
Author SHA1 Message Date
Joe cc77a285ee UX: improves edit reason contrast in dark themes 2018-08-06 10:53:46 +08:00
Joe 3dbaaf0d74 UX: gives wizard language selector more room to expand 2018-07-28 11:51:53 +08:00
Joe 85291e53f1 UX: more categories link alignment 2018-07-27 22:17:29 +08:00
Joe 59950b0f95 UX: category description display issue
html tags like `<strong>` are displayed on separate lines inside a flexbox with `flex-wrap`
2018-07-10 13:51:46 +08:00
Joe d36c260dd0 UX: adds flexbox to topic user name fields on mobile 2018-07-09 11:45:00 +08:00
Joe 4852e5df34 FIX: mobile /admin/users style fixes 2018-07-07 12:28:04 +08:00
Joe dc04892a2d FIX: mobile /admin/users page adjustments 2018-07-05 16:18:51 +08:00
Joe b5d29f7d88 FIX: responsive admin adjustments 2018-07-05 14:32:27 +08:00
Joe d8e51095c9 FIX: mobile topic-timer adjustments 2018-07-04 19:23:09 +08:00
Joe 98478d78d7 FIX: update test to match new admin layout 2018-07-03 17:03:43 +08:00
Joe 9834263687 FIX: update test to match admin layout changes 2018-07-03 16:28:57 +08:00
Joe 888a827b93 FIX: removes inline styles applied to "all categories" in category dropdown
"all categories" in the category dropdown gets category-like inline styles when category mode is set to "box"
2018-07-03 12:02:50 +08:00
Joe 2bfe700bd6 FEATURE: responsive admin pages 2018-07-03 11:14:53 +08:00
Joe 27c018e75c FIX: makes large images in polls responsive 2018-07-01 13:20:00 +08:00
Joe f3a1b3829a FIX: composer popup close link overlaps with text 2018-06-30 13:02:10 +08:00
Joe 15bb8954de FIX: low contrast issues for dark themes in edit history modal 2018-06-29 14:42:26 +08:00
Joe 5fc4e9e324 FIX: nav-pill dropdown overlaps category-selector when both are open 2018-06-20 13:09:14 +08:00
Joe e8e8d540d3 FIX: desktop pin-topic modal not wide enough for date-picker 2018-06-16 15:19:08 +08:00
Joe 4645cf6b28 FIX: remove unwanted space in user notification items 2018-06-15 15:44:51 +08:00
Joe 2ec53a9628 FIX: adjust 2FA input width in mobile login form 2018-06-10 21:33:41 +08:00
Joe 5eb0066be9 FIX: adjust max-width of social login buttons for non-English locals 2018-06-09 14:14:59 +08:00
Joe c3ac32d991 FIX: user-fields layout in desktop create account form 2018-06-07 14:03:54 +08:00
Joe 56dbbfbd2a FIX: user-fields layout in mobile create account form 2018-06-06 21:02:35 +08:00
Joe 560a950da9 FIX: alignment for instructions on change email and 2FA fields 2018-06-01 09:51:46 +08:00
Joe 733ffc4bbf FIX: add classes to input groups and move tips 2018-05-30 21:02:06 +08:00
Joe ec7f597274 FIX: update poll-builder to new modal design 2018-05-30 21:00:54 +08:00
Joe 47a9b3427b FIX: input tip causes modal to change width when present 2018-05-30 14:26:06 +08:00
Joe 0ca2a1ce92 Merge pull request #5875 from hnb-ku/master
FEATURE: New design for the login / create account forms
2018-05-25 20:28:08 +08:00
Joe 4a2931f43d FEATURE: New login / create account form layout 2018-05-25 20:16:38 +08:00
Joe 1948a9912c FEATURE: Horizontal login / create accout layout 2018-05-25 20:15:34 +08:00
Joe 7f6f61cff2 FIX: Move tips into instructions div 2018-05-25 20:13:06 +08:00
Joe 1a9aeca93b FIX: Move tips into instructions div 2018-05-25 20:12:08 +08:00
Joe 9e546e9ddc FIX: Move tips into instructions div 2018-05-25 20:11:22 +08:00
Joe 5ec896d163 FIX: align categories with menu panel links 2018-05-24 16:15:57 +08:00
Joe 9df6b2c00b FIX: clarify badge image field help text 2018-05-23 21:34:16 +08:00
Joe 48c4f192e9 FIX: make the image field use its own help string 2018-05-22 16:06:25 +08:00
Joe 3ef3b5b67a FIX: both icon and image fields used the same string.
Added new string for image field and edited the current string for the icon field.
2018-05-22 16:02:50 +08:00
Joe 02e0426de6 FIX: search icon is rendered outside of tag-selector filter-input
Make the selectors from this sheet match the ones from selectors from the select-kit sheet... different states for the filter-input were causing it to expand outside of the tag-selector and push the search icon.
2018-05-15 15:28:27 +08:00
hnb-ku afdc559f4f FEATURE: Whitelist div[data-theme-*] (#5598)
* Whitelist div[data-theme-*]

Whitelisting data attributes on <div> elements that match [data-theme-*] allows theme authors to target elements in posts and not have those attributes sanitized. 

https://meta.discourse.org/t/79520/16

* Update white-lister.js.es6
2018-02-15 04:32:41 -05:00