Skip to content
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

OHRM5X-1745: Buzz - Newsfeed UI #1485

Merged
merged 3 commits into from
Oct 11, 2022

Conversation

Super-Chama
Copy link
Member

No description provided.

@Super-Chama Super-Chama changed the title OHRM5X-1745: Buzz newsfeed OHRM5X-1745: Buzz - Newsfeed UI Oct 11, 2022
@Super-Chama Super-Chama marked this pull request as ready for review October 11, 2022 08:31
@@ -19,97 +19,75 @@
-->

<template>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ManulMax I've refactored the anniversary component with less styles and support for tabs. please review.

);

for ($postCount = 0; $postCount < 50; $postCount++) {
array_push($posts, [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RajithaKumara this is the post structure i used for mock API. have to discuss further

{
  "data": [
    {
      "id": 1,
      "type": "text",
      "text": "Ipsa soluta ullam facilis velit. Voluptatem quisquam unde itaque",
      "employee": {
        "empNumber": 0,
        "employeeId": "000",
        "firstName": "Voluptatem",
        "lastName": "hic",
        "middleName": "amet",
        "terminationId": null
      },
      "stats": {
        "noOfLikes": 82,
        "noOfComments": 24,
        "noOfShares": 45
      },
      "createdTime": 1450260596,
      "updatedtime": 1548444748
    }
  ],
  "meta": {
    "total": 1
  }
}

@Super-Chama Super-Chama merged commit 0082d71 into orangehrm:5.x-buzz Oct 11, 2022
@Super-Chama Super-Chama deleted the OHRM5X-1745 branch October 11, 2022 09:30
RajithaKumara pushed a commit to RajithaKumara/orangehrm that referenced this pull request Oct 19, 2022
* OHRM5X-1745: Refactor upcoming anniversaries styles

* OHRM5X-1745: Buzz newsfeed UI components
RajithaKumara pushed a commit that referenced this pull request Oct 19, 2022
* OHRM5X-1745: Refactor upcoming anniversaries styles

* OHRM5X-1745: Buzz newsfeed UI components
RajithaKumara pushed a commit to RajithaKumara/orangehrm that referenced this pull request Oct 24, 2022
* OHRM5X-1745: Refactor upcoming anniversaries styles

* OHRM5X-1745: Buzz newsfeed UI components
ManulMax pushed a commit to ManulMax/orangehrm that referenced this pull request Oct 25, 2022
* OHRM5X-1745: Refactor upcoming anniversaries styles

* OHRM5X-1745: Buzz newsfeed UI components
Super-Chama pushed a commit to Super-Chama/orangehrm that referenced this pull request Dec 13, 2022
* OHRM5X-1745: Refactor upcoming anniversaries styles

* OHRM5X-1745: Buzz newsfeed UI components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants