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

WIP Add initial webapp frontend #56

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

WIP Add initial webapp frontend #56

wants to merge 10 commits into from

Conversation

allcaps
Copy link
Member

@allcaps allcaps commented Jul 1, 2021

Idea is to create the plain html/css in webapp_tmp and then (when it is reasonable) move it to Tidianes webapp.

In project root do:

yarn
yarn watch   # file watcher
yarn frontend   # single dev build (uncompressed)
yarn build   # production build (compressed)

Screenshot 2021-07-01 at 09 03 58


.bg-teal {
background: $primary;
}
Copy link
Member Author

@allcaps allcaps Jul 1, 2021

Choose a reason for hiding this comment

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

Drop, we use bg-primary.

}
.border-box {
box-sizing: border-box;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure, maybe the width: 100% on textarea is enough.

@codecov-commenter
Copy link

Codecov Report

Merging #56 (d0a4f7a) into main (3395f47) will decrease coverage by 0.27%.
The diff coverage is 78.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main      #56      +/-   ##
===========================================
- Coverage   100.00%   99.72%   -0.28%     
===========================================
  Files           40       41       +1     
  Lines         1072     1085      +13     
  Branches        98      100       +2     
===========================================
+ Hits          1072     1082      +10     
- Misses           0        1       +1     
- Partials         0        2       +2     
Impacted Files Coverage Δ
...rc/wagtail_live/webapp/templatetags/webapp_tags.py 70.00% <70.00%> (ø)
src/wagtail_live/webapp/serializers.py 100.00% <100.00%> (ø)

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 3395f47...d0a4f7a. Read the comment docs.

@Tijani-Dia Tijani-Dia marked this pull request as ready for review October 20, 2021 16:40
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