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

[B5] Exports: list and download pages #35161

Merged
merged 28 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fdf872e
Turned on B5 for view
orangejenny Sep 19, 2024
007f808
Updated modal headers
orangejenny Sep 19, 2024
5e1e073
Styling updates, mostly removing inline styles
orangejenny Sep 19, 2024
46fd30f
Removed bulk delete tooltip
orangejenny Sep 19, 2024
1a5a601
Replaced bulk export tooltip with help bubble
orangejenny Sep 19, 2024
2760a7a
Fixed layout of bulk buttons
orangejenny Sep 19, 2024
975e384
Updated dropdown placeholder to match form label
orangejenny Oct 1, 2024
dad903b
Minor text updates
orangejenny Oct 1, 2024
3415b9b
Made basic CSS updates to checkboxes, etc.
orangejenny Oct 1, 2024
b9eccb3
Removed TODO
orangejenny Oct 1, 2024
1d68c7f
Replaced .well with .card, removed TODO
orangejenny Oct 1, 2024
f08f313
Fixed data-target attribute names
orangejenny Oct 1, 2024
5ef6b7a
Updated modals
orangejenny Oct 1, 2024
8653349
Turned on B5 for download view
orangejenny Oct 1, 2024
c311384
Removed unnecessary form CSS classes
orangejenny Oct 1, 2024
bfcb2e4
Migrated export_download_progress.html, all minor updates
orangejenny Oct 1, 2024
6ee9c9d
Migrated export_download_prepare.html
orangejenny Oct 1, 2024
b537f7a
Moved date range picker to B5
orangejenny Oct 1, 2024
3f7bb39
Fixed lint errors
orangejenny Oct 2, 2024
f9a0244
"Bootstrap 5 Migration - Rebuilt diffs"
orangejenny Oct 2, 2024
4c9c6b4
Merge branch 'master' into jls/b5-export-list
orangejenny Oct 8, 2024
6daaf41
Bootstrap 5 Migration - Rebuilt diffs
orangejenny Oct 8, 2024
ec36b95
Fixed select2s in modal
orangejenny Oct 16, 2024
e2aebbb
Moved showLink call inside ko with block.
orangejenny Oct 16, 2024
a72dff8
Merge branch 'master' into jls/b5-export-list
orangejenny Oct 16, 2024
755550c
"Bootstrap 5 Migration - Rebuilt diffs"
orangejenny Oct 16, 2024
b81f01f
Fixed text alignment of bulk actions buttons.
orangejenny Oct 21, 2024
2c231ce
"Bootstrap 5 Migration - Rebuilt diffs"
orangejenny Oct 21, 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
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h4 class="modal-title">
class="btn btn-outline-primary btn-sm"
data-bind="visible: emailedExport.canUpdateData,
attr: {
'data-target': '#modalRefreshExportConfirm-' + id() + '-' + emailedExport.groupId()
'data-bs-target': '#modalRefreshExportConfirm-' + id() + '-' + emailedExport.groupId()
AmitPhulera marked this conversation as resolved.
Show resolved Hide resolved
}"
data-bs-toggle="modal">
<i class="fa fa-refresh"></i>
Expand Down Expand Up @@ -506,7 +506,7 @@ <h4 class="modal-title">
<!-- ko if: isLocationSafeForUser() -->
<a class="btn btn-outline-primary"
data-bind="attr: {
'data-target': '#modalEnableDisableAutoRefresh-' + id() + '-' + emailedExport.groupId(),
'data-bs-target': '#modalEnableDisableAutoRefresh-' + id() + '-' + emailedExport.groupId(),
}"
data-bs-toggle="modal">
<span data-bind="visible: !isAutoRebuildEnabled()">
Expand Down