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

feat: Add new app detail page #655

Merged
merged 1 commit into from
Jan 10, 2019
Merged

Conversation

whDongRui
Copy link
Contributor

@whDongRui whDongRui commented Jan 9, 2019

* refactor: Modify Header and TitleBanner by design
@whDongRui whDongRui requested review from liiil825 and sunnywx January 9, 2019 09:23
@codecov
Copy link

codecov bot commented Jan 9, 2019

Codecov Report

Merging #655 into master will increase coverage by 0.05%.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #655      +/-   ##
========================================
+ Coverage   13.95%    14%   +0.05%     
========================================
  Files         112    112              
  Lines        1849   1842       -7     
  Branches      401    400       -1     
========================================
  Hits          258    258              
+ Misses       1523   1516       -7     
  Partials       68     68
Impacted Files Coverage Δ
src/components/Nav/index.jsx 75% <ø> (ø) ⬆️
src/components/AppList/index.jsx 0% <ø> (ø) ⬆️
src/components/AppImages/index.jsx 0% <ø> (ø) ⬆️
src/components/Layout/index.jsx 0% <ø> (ø) ⬆️
src/components/Header/index.jsx 0% <0%> (ø) ⬆️
src/components/Layout/TitleBanner.jsx 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6621cb3...0c8f2fb. Read the comment docs.

@@ -13,21 +13,14 @@ const Account = lazy(() => import('../pages/Account'));
const Store = lazy(() => import('../pages/Store'));

const routes = {
'/': Home,
// for no login
Copy link
Contributor

Choose a reason for hiding this comment

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

多余的注释

@sunnywx sunnywx merged commit 762fdf4 into openpitrix:master Jan 10, 2019
@whDongRui whDongRui deleted the new/app-detail branch January 17, 2019 06:50
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.

3 participants