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

Redesign telescope react native app #3584

Merged
merged 1 commit into from
May 30, 2022

Conversation

Kevan-Y
Copy link
Contributor

@Kevan-Y Kevan-Y commented May 13, 2022

Issue This PR Addresses

Fixes #3583

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI

Description

Redesign Home page, and post page.

Follow-up redesigns navbar and improves CSS in the post text.

Steps to test the PR

  • pnpm i
  • cd src/mobile
  • cp .env.development .env
  • pnpm start

Demo Video

IOS

IOS.redisgn.MP4

Android

android.Redign.mp4

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)

@gitpod-io
Copy link

gitpod-io bot commented May 13, 2022

Copy link
Contributor

@DukeManh DukeManh left a comment

Choose a reason for hiding this comment

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

Great design, excellent job implementing it.

src/mobile/src/utils/getNameInitial.js Outdated Show resolved Hide resolved
src/mobile/src/utils/getNameInitial.js Outdated Show resolved Hide resolved
src/mobile/src/utils/formatPublishedDate.js Show resolved Hide resolved
src/mobile/src/components/Post/index.jsx Show resolved Hide resolved
src/mobile/src/components/Post/Pagination.jsx Outdated Show resolved Hide resolved
src/mobile/src/components/Skeleton.jsx Show resolved Hide resolved
src/mobile/src/components/PostCard.jsx Show resolved Hide resolved
DukeManh
DukeManh previously approved these changes May 30, 2022
Copy link
Contributor

@DukeManh DukeManh left a comment

Choose a reason for hiding this comment

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

Awesome. LGTM

import { Text, View, StyleSheet } from 'react-native';
import { Image } from 'react-native-elements';

const logo = require('../assets/logo.png');
Copy link
Contributor

Choose a reason for hiding this comment

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

Es modules import please.

Reorder Navigation

Add pagination in post

Fix Eslint config

Remove About page and its components
@Kevan-Y Kevan-Y merged commit 9815927 into Seneca-CDOT:master May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign telescope react native app
2 participants