generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop to Release #781
Merged
Merged
Develop to Release #781
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* edit mobile newest section * edit mobile newest section * edit mobile newest section * edit mobile newest section * edit mobile newest section * edit mobile view * edit mobile view * edit mobile view * edit mobile view * edit mobile view * edit mobile view * edit mobile view * edit mobile view * edit main page mobile version * edit main page mobile version * edit main page mobile version * edit main page mobile version * edit main page mobile version * edit main page mobile version * edit main page mobile version * edit sonarLint errors
* editor_bugFix * editor_bugFix * edit mobile view * edit text max lengths * edit text max lengths * edit text max lengths * edit editors test
* edit_main_page_mobile * edit_main_page_mobile * edit_main_page_mobile * edit_main_page_mobile * edit_main_page_mobile * edit_main_page_mobile * edit_main_page_mobile * edit_main_page_mobile
…nd in NoteCreation from article to post. (#579)
* Fix header and footer responsiveness on laptops * Hide the avatar on tablets
* editor bug fix & hide footer on mobile version * editor bug fix & hide footer on mobile version * fix conflict
* Add MaterialsViewMobile component and connect it * Remove margin from page (on mobile width) * Change width of the preview cards (mobile width) * Add filters button * Add FiltersMenu component * Adjust Media Post Preview Card width in mobile design * Add new word to locale * Change color of direction chip on mobile * Add dividers to checkboxes in mobile * Movd selected types and filters to separate variable * Adjust MaterialsView styles for mobile * Update FiltersMenu * Update MaterialsViewMobile * Update FiltersButton * Adjust styles * Fix content display on mobile devices * Add new word to locales * Add dynamic header and load more button * Remove redundant inline styles * Update PostList styles * Fix style bugs * Add svg arrow, fix grid props bug * Update filters button cross * Change width of selected types slider
* change name to icon in account menu * add styling to account nemu icon * remove unused vars
* edit_sticky_appBar_&_header * edit_sticky_appBar_&_header * edit_sticky_appBar_&_header * fixed typo
…ub-text and for congratulation-title-text and for еру second class I set padding-top to 50px, for congratulation-container height to 430px. Also i added cross button forco congratulation pop-up. (#587)
* remove default image * change height of the card
* stylize author's section on mobile * stylize top section on mobile * stylize second top section * edit some styles
* Update ConditionNav styles, add hooks * Update ContentSection styles (mobile) * Add styles to conditions * Rework scroll logic on mobile
* starting from the button * saving progress * admin table width adjusted
* bug fixed * bug fixed, but may persist on old articles * test file adjusted since tested file has been refactored
* feat(author): add send to review button instead of publish * feat(Author): delete publish button from action button group from table * test: update missing test for post editor buttons
* fix: added sort to `getAllExperts` request * fix: change format of sorting
Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
* bugfix_514 * Delete yarn.lock * return yarn.lock Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
* test: added tests to the BasicButton component * fix: ESlint error
* bugfix_588 * test fix Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
* TextFieldWithDebounce component tests * TextFieldWithDebounce component tests * remove renamed file * add tests AdminDatePicker and AdminTextField * add snapshots * change error in snapshots * Delete AdminDatePicker.test.tsx.snap * remove Snapshot Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
* order adjusted * test file adjusted to new options order
* bug fixed * bug fixed, but may persist on old articles * test file adjusted since tested file has been refactored * double spaces bug handled, bug fixed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of Pull Request *
Description *
Extend copy of files in docker.prod file. Now lock files copied and used in build
###Summary of issue
Before we were copying just package.json which caused yarn install to operate without lock file, which was copied later. It caused dependencies were never locked during the build and finally(yesterday) caused build failure, when installed latest prettier-format incompatible with Node12 project uses.
###Summary of change
Now lock file is copied before yarn install processed
"*" - mandatory field