Skip to content

Commit 6aff332

Browse files
bernardodiascNick Plekhanovdennermirandakararadejaspax
authored
"Version-6.0.0" release (#554)
* Add SkillsSelector component (#514) * Add SkillsSelector component * Fix package-lock conflict * Adjust SkillsSelector behaviour * Group external exports together * Update SkillsSelector * Update SkillsSelector * Update SkillsSelector * Reorder import statements * Update SkillsSelector * Build app * Update SkillsSelector * Update SkillsSelector Co-authored-by: Nick Plekhanov <[email protected]> * Add Label UI component (#521) * Add component * Amend * Amend flow types * Amend blank lines * Amend blank lines * Amend blank lines and variable name * Amend blank lines and indenting * Refactor to avoid unnecessary div renders * Adjustments on Label component Co-authored-by: Bernardo Dias <[email protected]> * Create SignupScreen component (#522) * Move CustomSelect from XP-Reg to XP-UI (#523) * move CustomSelector and rename SkillsSelectorOption to SelectorOption * fix lint * fix flow * add more props * clean props * rebuild * update stories * Fixed a capitalization error which prevents building * Create Timeframe component (#525) * Create Timeframe component * Fix Timeframe validations * Update Timeframe component * Add standalone components bundles (#528) * Add SkillsSelector component (#514) * Add SkillsSelector component * Fix package-lock conflict * Adjust SkillsSelector behaviour * Group external exports together * Update SkillsSelector * Update SkillsSelector * Update SkillsSelector * Reorder import statements * Update SkillsSelector * Build app * Update SkillsSelector * Update SkillsSelector Co-authored-by: Nick Plekhanov <[email protected]> * Move CustomSelect from XP-Reg to XP-UI (#523) * move CustomSelector and rename SkillsSelectorOption to SelectorOption * fix lint * fix flow * add more props * clean props * rebuild * update stories * Add lazyload.js output * Make independent bundles for each client-side-only components * Add error message in the SignupScreen.InputGroup * Add disabled props for Timeframe and SkillsSelector * Replace Select with CustomSelector in SkillsSelector * Update CustomSelector * Build app * Rebuild the app Co-authored-by: Nick Plekhanov <[email protected]> Co-authored-by: Carlos Almeida <[email protected]> * Create WorkExperienceList UI Component (#530) * Add SkillsSelector component (#514) * Add SkillsSelector component * Fix package-lock conflict * Adjust SkillsSelector behaviour * Group external exports together * Update SkillsSelector * Update SkillsSelector * Update SkillsSelector * Reorder import statements * Update SkillsSelector * Build app * Update SkillsSelector * Update SkillsSelector Co-authored-by: Nick Plekhanov <[email protected]> * Add Label UI component (#521) * Add component * Amend * Amend flow types * Amend blank lines * Amend blank lines * Amend blank lines and variable name * Amend blank lines and indenting * Refactor to avoid unnecessary div renders * Adjustments on Label component Co-authored-by: Bernardo Dias <[email protected]> * Create SignupScreen component (#522) * Move CustomSelect from XP-Reg to XP-UI (#523) * move CustomSelector and rename SkillsSelectorOption to SelectorOption * fix lint * fix flow * add more props * clean props * rebuild * update stories * Fixed a capitalization error which prevents building * Create Timeframe component (#525) * Create Timeframe component * Fix Timeframe validations * Update Timeframe component * create workExperienceCard component * fix typo in stories * add new case and update tests description * update props * add list * finish with card and list components * refactor and fixed flow errors * updated exported component * Add SkillsSelector component (#514) * Add SkillsSelector component * Fix package-lock conflict * Adjust SkillsSelector behaviour * Group external exports together * Update SkillsSelector * Update SkillsSelector * Update SkillsSelector * Reorder import statements * Update SkillsSelector * Build app * Update SkillsSelector * Update SkillsSelector Co-authored-by: Nick Plekhanov <[email protected]> * Add Label UI component (#521) * Add component * Amend * Amend flow types * Amend blank lines * Amend blank lines * Amend blank lines and variable name * Amend blank lines and indenting * Refactor to avoid unnecessary div renders * Adjustments on Label component Co-authored-by: Bernardo Dias <[email protected]> * Create SignupScreen component (#522) * Move CustomSelect from XP-Reg to XP-UI (#523) * move CustomSelector and rename SkillsSelectorOption to SelectorOption * fix lint * fix flow * add more props * clean props * rebuild * update stories * Fixed a capitalization error which prevents building * Create Timeframe component (#525) * Create Timeframe component * Fix Timeframe validations * Update Timeframe component * refactored due to code-review * changes applied due to the code-review feedbacks * changes applied due to the code-review feedbacks * restoring back files after rebase * building * typo error fixed Co-authored-by: Bernardo Dias <[email protected]> Co-authored-by: Nick Plekhanov <[email protected]> Co-authored-by: Dener Miranda <[email protected]> Co-authored-by: Jesse Bangs <[email protected]> * Multiple work experiences UI updates (#542) * Component adjustments for multiple work experiences * Add SignupForm component * Adjustments on signup form and work experience related components * Create AddMoreButton * Update ConfirmationBox * Fix responsiveness of SignupForm * Adjustments for code review * Adjust ConfirmationBox * Create InputError and InputSection (#546) * Create InputError and InputSet * Include lib files * Rename InputSet to InputSection * Add more showcases for InputSection * Add disabled state on ConfirmationBox (#547) * Add disabled state on ConfirmationBox * Include lib files * Build app Co-authored-by: Nick Plekhanov <[email protected]> * Rework TextareaEditor component (#548) * Rework TextareaEditor component * Changes according code review. * Different colour for text limit and Validation for initial value * minor update * Including lib files * Variable names tweaks according to coding review * Including Lib files * Event Type fix * Naming vars * Admin work experience (#550) * Create work experience presenter component (#531) * added in a basic work entry files * move the experience type definitions into the type utils * added stories for the presenter component and modified type entries * protect against the case where experience is null * export the new component from xp-ui * replaced Markdown with RichTextEditor and added task names to TODOs * updates for syntax consistency * added one trailing code convention fix * Create work experience editor (#533) * added in a basic work entry files * move the experience type definitions into the type utils * added stories for the presenter component and modified type entries * protect against the case where experience is null * export the new component from xp-ui * rebuild lib files * rework the Experience object to use startDate and endDate rather than start_date and end_date * implement initial version of WorkExperienceEntryEditor * additional edits for options etc * Replace TextareaEditor with RichTextEditor * updates to index and stories to handle edge cases * added a prop to cleanly start the InlineEditor in edit mode * tweaks to the editor presentation * updates to stories, correctly using the SkillsEditor and eliminating errors * make exports follow conventions * Create work experience presenter component (#531) * added in a basic work entry files * move the experience type definitions into the type utils * added stories for the presenter component and modified type entries * protect against the case where experience is null * export the new component from xp-ui * replaced Markdown with RichTextEditor and added task names to TODOs * updates for syntax consistency * added one trailing code convention fix * Minor stylistic tweaks * rebuilt libraries Co-authored-by: Carlos Almeida <[email protected]> * Admin work experience styles (#545) * modified styles for better integration with xp admin page * Add styles to the WorkExperienceEntryPresenter stories Since the WorkExperienceEntryPresenter no longer has its own text styles, we need to create a wrapper to avoid giving the impression that its text styling is broken. * Hide work experience items beyond the 3rd and make buttons wider In accordance with the spec, only 3 work experience entries are added at the start, with an option to view more. Buttons are changed into a `wide outline` style to match the image. * fix mistaken use of class => className * Update src/components/ui/WorkExperience/index.js Formatting jsx a little more nicely. Co-authored-by: Bernardo Dias <[email protected]> * fix things introduced by making changes in the github UI * Fix CustomSelector styles * minor improvements to formatting and api Co-authored-by: Bernardo Dias <[email protected]> * Fix flow errors introduced as part of rebase * lib rebuilt after rebase Co-authored-by: Carlos Almeida <[email protected]> Co-authored-by: Bernardo Dias <[email protected]> * Updates for components used at About page (#551) * Add isInvalid state for some form input components * Fix null issue with prop update on TextareaEditor * Merge remote-tracking branch 'origin/develop' into XP-3337-work-experience-page * Remove unused files * Add Milestones component (#555) * Update components for experience form (#556) Co-authored-by: Nick Plekhanov <[email protected]> Co-authored-by: Dener Miranda <[email protected]> Co-authored-by: Carlos Almeida <[email protected]> Co-authored-by: Jesse Bangs <[email protected]> Co-authored-by: Rodrigo Venancio <[email protected]> Co-authored-by: Jesse Bangs <[email protected]>
1 parent 3dca8f1 commit 6aff332

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+8830
-5993
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// flow-typed signature: 05e1dfe5b4f449bb67a5823331b3ee5a
2+
// flow-typed version: <<STUB>>/lodash.differenceby_v4.8.0/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'lodash.differenceby'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'lodash.differenceby' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
26+
27+
// Filename aliases
28+
declare module 'lodash.differenceby/index' {
29+
declare module.exports: $Exports<'lodash.differenceby'>;
30+
}
31+
declare module 'lodash.differenceby/index.js' {
32+
declare module.exports: $Exports<'lodash.differenceby'>;
33+
}

0 commit comments

Comments
 (0)