Bouncey
e59ad6ebda
chore(client): Move client app to /client
2018-09-03 17:47:48 +05:30
SG
8e79a48b29
fix: privacy terms page styling issues and jQuery not initialised
2018-08-22 22:28:52 +05:30
Mrugesh Mohapatra
dae7f383f4
fix: remove code-mirror
2018-08-04 22:48:20 +01:00
Stuart Taylor
6d6f8af647
chore(unused): Remove unused files
2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra
d7180d8a4f
chore(seed): update curriculum to v3.1.1
2018-08-01 14:14:14 +01:00
eolculnamo2
5b1278a725
style(Settings): Improve mobile responsiveness of settings page
...
added flex wrap to many of the flexed items targeted at mobile with
media queries so they would properly collapse. Also off set the -15px
horizontal margins added by react bootstrap which made much of the text
touch the side of the screen.
BREAKING CHANGE: none
2018-06-30 19:46:21 +05:30
Rachel Sinclair
6fab6319f8
chore(package): Update Font Awesome and remove Ionicon dependency ( #17497 )
...
Update Font Awesome from 4.7 to 5. Update existing Font Awesome icon
references to match version 5 syntax. Replace all Ionicon references
with Font Awesome icons and remove all files relating to Ionicon.
Closes #13798
2018-06-22 01:46:17 +05:30
renojvarghese
1f9349c6b5
fix: green text is lighter and easier to read on night mode ( #17514 )
2018-06-11 18:30:28 +05:30
Quincy Larson
bc0e213529
feat: Update quotes and quote logic ( #17381 )
2018-06-02 03:32:37 +05:30
Quincy Larson
74eb179c7b
fix: update confusing welcome page copy ( #17314 )
2018-05-31 14:12:04 +05:30
Stuart Taylor
9eb7cf1ae1
chore(ui): Minor UI/Copy fixes ( #17237 )
2018-05-25 21:19:47 +05:30
Mrugesh Mohapatra
ebc1586222
fix(sign-up): Add check boxes for confirm
2018-05-20 13:40:48 +05:30
mrugesh mohapatra
0271e78a1d
chore(opbeat): Remove opbeat react logging ( #17173 )
2018-05-16 15:22:43 +01:00
Stuart Taylor
156ea1af76
Feat: Welcome Page ( #17150 )
2018-05-15 10:42:05 +05:30
Lovepreet Singh
2f95c9f363
feat(challenges): Highlight current challenge ( #16982 )
...
highlight the currently selected challenge
Closes #16902
feat(challenges): Use of params dashed to get current challenge
Closes #16902
2018-04-18 16:23:37 +01:00
Vivek Agrawal
809b3a9c8b
fix(settings): Report user modal centered to the page
2018-03-23 09:32:25 +00:00
Vivek Agrawal
aa42888b87
fix(settings): Fix modal success button hover animation
2018-03-23 09:32:25 +00:00
Berkeley Martinez
1d513227e8
Merge pull request #16890 from Bouncey/fix/binButtons
...
Feat(Nav): Responsive Nav with promonent Bin buttons
2018-03-20 16:45:30 -07:00
Vivek Agrawal
4c5ffb30fc
fix(alerts): Fix page not found alert & UI adjustments ( #16864 )
...
* fix(alerts): Fix page not found alert & UI adjustments
- Added adequate margins to flash alerts.
- Page not found alert link fix & UI adjustments.
Closes #16857
Closes #16860
* fix(404): Changed the UX of 404 page
- This makes the 404 page UX consistent.
2018-03-19 23:49:55 -05:00
Berkeley Martinez
543f43c4f1
Merge pull request #16845 from Bouncey/feat/opBeat
...
feat(opbeat): Enable opbeat-react for frontend performance tracking
2018-03-13 16:05:11 -07:00
Stuart Taylor
73b8ba96af
fix(env): Use NODE_ENV to enable/disable opbeat frontend
2018-03-13 22:56:44 +00:00
Stuart Taylor
61d76220c7
fix(git): Merge temp branch to fix/binButtons
2018-03-13 20:17:13 +00:00
Stuart Taylor
33d0d05adb
feat(nav): Use screen width specific navs
2018-03-13 20:10:06 +00:00
Stuart Taylor
fa59bcfd7b
fix(credentials): Pass credentials through DefinePlugin
2018-03-09 15:59:45 +00:00
Stuart Taylor
a0c3d5bd08
feat(opbeat): Enable opbeat-react for frontend performance tracking
2018-03-09 15:42:44 +00:00
Stuart Taylor
21df3dcade
fix(toolPanel): Disable buttons when challenge block is incomplete
2018-03-09 09:12:38 +00:00
Stuart Taylor
cebf72701e
fix(challenge): Update challenge once we have all the data
2018-03-06 10:25:58 +00:00
Stuart Taylor
24ef69cf7a
feat(settings): Expand Settings page functionality ( #16664 )
...
* fix(layout): Fix Settings layout in firefox
* chore(availableForHire): Remove available for hire setting
* feat(helpers): Use helper components for Settings layout
* fix(map): Fix undefined lang requested
* feat(settings): Expand Settings page functionality
* chore(pledge): Remove pledge from Settings
* fix(about): Adjust AboutSettings layout
* fix(portfolio): Improve PortfolioSettings layout
* fix(email): Improve EmailSettings layout
* fix(settings): Align save buttons with form fields
* fix(AHP): Format AHP
* fix(DangerZone): Adjust DangerZone layout
* fix(projectSettings): Change Button Copy
* fix(CertSettings): Fix certificate claim logic
* chore(lint): Lint
2018-02-16 17:18:53 -06:00
Berkeley Martinez
235c3974a7
Merge pull request #16612 from vkWeb/fix/nightmode-modal-v3
...
fix(Settings): Fix hover animation of night mode modal button
2018-02-02 14:05:15 -08:00
mrugesh mohapatra
0085eb3ab1
Fix(settings): normalize responses ( #16603 )
2018-02-03 01:43:36 +05:30
Vivek Agrawal
b955ab9e06
fix(Settings): Fix hover animation of nightmode modal button
...
PR #16501 broke the hover animation of button in nightmode modals
important property in success button is not required
2018-02-02 21:09:10 +05:30
Berkeley Martinez
ae3ccdd672
fix(user/settings): Add theme server validations
2018-01-30 17:14:33 -08:00
Berkeley Martinez
4d545a018c
fix(nightModeEpic): Colocate in app
...
This moves epic into main app and prevents it running server side
2018-01-30 17:14:33 -08:00
Berkeley Martinez
9e6e3800a2
Merge pull request #16501 from vkWeb/fix/nightmode-modal-v2
...
fix(settings): Changed modal footer background color for night mode
2018-01-30 15:42:10 -08:00
Vivek Agrawal
a6b45e13ca
fix(settings): Change modal footer background color for night mode
...
Closes #16282
Closes #16280
remove footer nightmode bg color
fix(settings): Change button background for nightmode modals
For accessibility
Closes #16282
Closes #16280
2018-01-30 13:03:59 +05:30
Berkeley Martinez
6cf91060fc
fix(client): Remove unused import
2018-01-18 15:20:54 -08:00
Berkeley Martinez
9c155c73ed
fix(client): Make devtools optional/disable
...
You must enable debug to enable devtools
2018-01-18 15:20:54 -08:00
Berkeley Martinez
4a6123ce70
fix(Settings): Email settings refactor
...
broke after a couple of other changes
2018-01-18 15:20:54 -08:00
Berkeley Martinez
8b7199223d
chore(less): Add below/above/between usage
2018-01-18 15:20:54 -08:00
Berkeley Martinez
387eafbf33
feat(Flash): Add render methods that do not dump flash autom
...
query from the front end app for these messages
2018-01-18 15:20:54 -08:00
Berkeley Martinez
8fe46d1f9a
feat(App): Make full size
2018-01-18 15:18:42 -08:00
Berkeley Martinez
5a32585ddd
feat(Flash): Get flashes from ssr
2018-01-18 15:18:42 -08:00
Berkeley Martinez
4c5b41fe9a
chore(client): Remove error log, add note
...
This callback does not have an err, may also never be called when used
with React hot reload
2018-01-18 15:18:42 -08:00
Berkeley Martinez
71869757a0
feat(babel): Add babel-runtime plugin
...
Reduce payload and remove old shims in favor of babel shims
2018-01-18 15:18:42 -08:00
Berkeley Martinez
f8f55dd846
fix(client): Hot reload breaking on undefined defaultState
2018-01-18 15:18:42 -08:00
Berkeley Martinez
3bb70619be
Merge pull request #16503 from vkWeb/fix/signin-overflow
...
fix(sign-in): Changed left-padding of sign-in buttons to prevent text overflow
2018-01-18 10:47:34 -08:00
Brian Lee
b1b8074733
fix(commit): Fix certificate text overflow ( #16494 )
...
Layout certificate buttons vertically
2018-01-18 12:23:14 +05:30
Vivek Agrawal
acc52682f6
style(sign-in): Changed left-padding to prevent overflow
...
prevent overflow
2018-01-16 00:14:05 +05:30
Chloe Collier
5f65f04ba4
fix(style): changed colors for dark-mode ( #16404 )
2018-01-04 12:09:19 +05:30
Mikhail Pontus
3144820405
fix(challenges): Implement Help Dialog
...
This commit applies changes from 78e86f514f
.
It introduces Help dialog which guides the user to review Read-Search-Ask
methodology, ask the question on the forums or in gitter chatroom.
This dialog replaces existing Help button which was leading to Gitter Chatroom.
2017-12-23 14:58:06 +03:00