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

Convert intent-to-implement.html django template into lit element template #3470

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
711cbc8
Initial conversion of intent email template to lit.
dlaliberte Oct 31, 2023
8e7d5d1
Cleanup lint
dlaliberte Oct 31, 2023
659c159
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Oct 31, 2023
e977b3f
Formatting
dlaliberte Oct 31, 2023
c890a6e
Corrections
dlaliberte Nov 1, 2023
110bdba
formatting
dlaliberte Nov 2, 2023
f4555a4
Add methods for assembling page data
dlaliberte Nov 2, 2023
7250729
Added launch.html template
dlaliberte Nov 28, 2023
4211366
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Nov 28, 2023
f2b7266
Add jsconfig.json
dlaliberte Dec 1, 2023
acaeff0
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Dec 2, 2023
9d0b600
Fix formatting, intent lookup.
dlaliberte Dec 4, 2023
6fe4f8d
Fix intent mapping.
dlaliberte Dec 4, 2023
a900274
Include sections up to SampleLinks
dlaliberte Dec 5, 2023
00ed824
Finish adding template content.
dlaliberte Dec 5, 2023
091388d
Use join directive instead of e.g. .join('')
dlaliberte Dec 6, 2023
fb78d47
Show dialog when preflight not needed.
dlaliberte Dec 6, 2023
3e6a8e8
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Jan 24, 2024
2d657a8
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Jan 25, 2024
a32fa51
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Jan 30, 2024
1be5d16
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Feb 9, 2024
fc33724
Misc updates.
dlaliberte Feb 9, 2024
cfbbb3c
Merge remote-tracking branch 'origin/main' into dlaliberte-intentprev…
dlaliberte Feb 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client-src/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ import './elements/chromedash-guide-stage-page';
import './elements/chromedash-guide-metadata-page';
import './elements/chromedash-guide-verify-accuracy-page';
import './elements/chromedash-header';
import './elements/chromedash-intent-dialog'
import './elements/chromedash-legend';
import './elements/chromedash-login-required-page';
import './elements/chromedash-metadata';
Expand Down
Loading
Loading