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
Issue #357 store refactoring main and postcreation #378
Merged
petro-khanenko
merged 15 commits into
develop
from
issue_#357_store_refactoring_main_and_postcreation
Jun 7, 2021
Merged
Issue #357 store refactoring main and postcreation #378
petro-khanenko
merged 15 commits into
develop
from
issue_#357_store_refactoring_main_and_postcreation
Jun 7, 2021
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
Ihor-malyshko
approved these changes
Jun 1, 2021
sarhan-azizov
approved these changes
Jun 7, 2021
@@ -0,0 +1 @@ | |||
export const ERROR_404 = '/error_404'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move page url to router
Stacey-dev
added a commit
that referenced
this pull request
Feb 16, 2022
sarhan-azizov
pushed a commit
that referenced
this pull request
Feb 22, 2022
* add tooltip and icon * set pagination to init after setting value * add tooltip styling * fix table bottom margin * fix filters grid issue * fix semicolon issue * added post deletion and status setting * implement structure for action buttons group with modals * add action modals file * refactor action buttons * add action buttons menu component * refactor action buttons * refactor action buttons * add styling to modals * add publish btn to action buttons * fake views added * seting fake views added * seting fake views added (fix) * implement setFakeViews modal * implement setFakeViews modal * new statuses adeed * hotfix ChangeViewsCount input * refactor action buttons * fix statuses error * delta fake views fix * fix ChangeViewsCountModal input * fix ChangeViewsCountModal input * add datepicker arrows styling * add sorting by views * Add schedule future posting feature * Add schedule future posting * feat: add publish button for three post statuses * fix: fix tests * refactor: change names of variables * some code is now commented (for a while) * commented some files to disable fakevVewCount request + Schedule bttn in Action table * commented some files to disable fakevVewCount request + Schedule bttn in Action table * feat: add post statuses according to user story #378 * fix: fix post status list * input elemetns on admin table page reworked a bit, debounce feature added * minor changes to search * removed dedicated requests to database for view counts, some comments are still present (for the ease of future implementation of setFakeViewCount feature * files adjusted, fake views feature works now * feat: change handler for publishBtn and add modal for publish action * refactor: remove tests * fix: update snapshots * fix: fix code smell Co-authored-by: Dmytro Pavliuk <pavlyukdm@gmail.com> Co-authored-by: daniloflek <58514722+daniloflek@users.noreply.github.com> Co-authored-by: IvanDanyliuk <ivandaniliuk@gmail.com> Co-authored-by: Sergii Bespalov <besizzo@gmail.com> Co-authored-by: MrShushka <mrshushka99@gmail.com> Co-authored-by: Milichihin <milichihin@gmail.com>
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.
develop
GitHub Board
Issue link
#357 Store refactoring(main and postCreation slices)