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

Add View all source #27

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Add View all source #27

merged 2 commits into from
Apr 23, 2024

Conversation

roshni73
Copy link
Collaborator

@roshni73 roshni73 commented Apr 9, 2024

Addresses:

Changes

  • Add View All source details

This PR doesn't introduce:

  • typos
  • conflict markers
  • unwanted comments
  • temporary files, auto-generated files or secret keys
  • console.log meant for debugging
  • codegen errors

@roshni73 roshni73 force-pushed the feature/source-feeds branch 2 times, most recently from b789b5e to e0d3bc4 Compare April 10, 2024 11:27
@roshni73 roshni73 force-pushed the feature/source-feeds branch 3 times, most recently from a81147e to 7b43353 Compare April 12, 2024 04:01
border-radius: var(--go-ui-border-radius-lg);
box-shadow: var(--go-ui-box-shadow-md);
padding: var(--go-ui-spacing-md) var(--go-ui-spacing-lg);
width: 613px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

dont's use px for width

Comment on lines 20 to 22
gap: var(--go-ui-spacing-sm) var(--go-ui-spacing-lg);
width: 208px;
height:142px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't use px for height and width.

{
"namespace": "viewAllSource",
"strings": {
"sourceFeedsTitle":"Sourc Feeds"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"sourceFeedsTitle":"Sourc Feeds"
"sourceFeedsTitle":"Source Feeds"

{
variables: {
pagination: {
limit: 10,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use a variable for Limit size

Comment on lines 65 to 66
// FIX ME :
lastUpdated: 'last updated :2000-22-24',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Lets remove this for now.

@roshni73 roshni73 requested a review from samshara April 23, 2024 05:29
- Add query to display the source details in view all source
- Fix source feed styling
- Add source pagination
@barshathakuri barshathakuri merged commit 22eb370 into develop Apr 23, 2024
4 checks passed
@barshathakuri barshathakuri deleted the feature/source-feeds branch April 23, 2024 14:12
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

3 participants