i added select all function #26

Closed
yaaqob wants to merge 1 commits from bug209_yaaqobv2 into master

our bug was 209 and its content was to let the user to select all the words he want to save in one press rather than selecting one by one

our bug was 209 and its content was to let the user to select all the words he want to save in one press rather than selecting one by one
yaaqob self-assigned this 2022-06-06 17:14:18 +08:00
yaaqob added 1 commit 2022-06-06 17:14:18 +08:00
yaaqob requested review from mrlan 2022-06-06 17:14:32 +08:00

Thanks. Someone will review your code. Please do not merge by yourself.

-Hui

Thanks. Someone will review your code. Please do not merge by yourself. -Hui
mrlan reviewed 2022-06-07 21:31:02 +08:00
@ -6,0 +5,4 @@
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes"
/>

@yaaqob

Thanks. What is the point of breaking the following line into several lines?

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes" />

Hui

@yaaqob Thanks. What is the point of breaking the following line into several lines? `<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes" />` Hui
mrlan reviewed 2022-06-07 21:32:51 +08:00
@ -35,0 +36,4 @@
href="http://youdao.com/w/eng/{{word}}/#keyfrom=dict2.index"
title="{{word}}"
>{{word}}</a
>

@yaaqob

Same thing here. Why break the line, <a href='http://youdao.com/w/eng/{{word}}/#keyfrom=dict2.index' title={{word}}>{{word}}</a> ?

Hui

@yaaqob Same thing here. Why break the line, `<a href='http://youdao.com/w/eng/{{word}}/#keyfrom=dict2.index' title={{word}}>{{word}}</a>` ? Hui
mrlan reviewed 2022-06-07 21:35:32 +08:00
@ -47,0 +52,4 @@
{{ yml['footer'] | safe }} {% if yml['js']['bottom'] %} {% for js in
yml['js']['bottom'] %}
<script src="{{ js }}"></script>
<script>

@yaaqob

Please add a comment for function checkall.

Hui

@yaaqob Please add a comment for function `checkall`. Hui
mrlan closed this pull request 2023-07-08 19:24:55 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrlan/EnglishPal#26
There is no content yet.