Commit 92576fa
feat(a11y-table): Define a standalone table component
Add table to the app component.
Add support for th and td templating
Finalize drag and drop
Fix height diff between rows
Fix reactive model of table
fixup! Fix reactive model of table
fixup! fixup! Fix reactive model of table
fixup! fixup! fixup! Fix reactive model of table
fixup! fixup! fixup! fixup! Fix reactive model of table
fixup! fixup! fixup! fixup! fixup! Fix reactive model of table
fixup! fixup! fixup! fixup! fixup! fixup! Fix reactive model of table
Fix the ctrl shift and meta key issue
fixup! Fix the ctrl shift and meta key issue
Resize idea and mapOverIndexes craziness
fixup! Resize idea and mapOverIndexes craziness
fixup! fixup! Resize idea and mapOverIndexes craziness
Add flagged column
Use BehaviorSubject to update firstRowHeight
This removes the error where it complains about a property change after
render.
Enrich rows also when rows change
Use SelectionModel and remove checkbox select logic from table
Prevent checkbox toggle after checked is set
Fix smaller screen layout
Do not deselect for certain actions. Fix bulk action when no item is checked
Revert the directive resizer changes
Add resizable columns
- Setup a sane default for column widths.
- Convert absolute columns widths to relative ones.
https://codepen.io/Neizan/pen/ExajoJe
fixup! Add resizable columns
fixup! fixup! Add resizable columns
fixup! fixup! fixup! Add resizable columns
fixup! fixup! fixup! fixup! Add resizable columns
Add some sane column width defaults
Enable ordering of columns on th click
Reset column width on dblclick
fixup! Reset column width on dblclick
Show skeleton when scrolling fast
fixup! Show skeleton when scrolling fast
Fix issue where last selected is set to first item on scroll
Figure out how to reset column widths on switching routes
fixup! Figure out how to reset column widths on switching routes
Recompute column width on window resize
Fix issues that caused build to fail
Fix freezing caused by too many row height checks
fixup! fixup! Figure out how to reset column widths on switching routes
Small typing changes in app.component.ts helpers
WIP: Fix memory issue and use message display abstraction
Fix date and from columns values
Make row deselect when selected row clicked
Fix the damn scroll issue finally with trackBy
Improve resize button style
Add answered and folder column and fixed message data fn
Disable canvastable dopaint
fixup! Disable canvastable dopaint
fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! fixup! fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Disable canvastable dopaint
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Disable canvastable dopaint
Fix build issue
fixup! Fix build issue
fixup! fixup! Fix build issue
fixup! fixup! fixup! Fix build issue
Scroll selected message into view
This solves the issue where the bottom drawer overlaps selected message.
Set column px width on user column resize
Fix multi action buttons
Remove no direction from sort button cycle
Prevent mat-icon from increasing tbody height
Have messages underneath mail viewer and on scroll down or on window resize
Reduce font size of table
Get threaded view working similar to production
Rename accessible table to virtual scroll table
Remove event listener and binding from skeleton version of message row
Move common human bytes logic to own module and reuse
Remove resize listener from resize button
The reason being that the resize button is not aware of the larger
window that resizes.
fixup! Remove resize listener from resize button
fixup! fixup! Remove resize listener from resize button
Add horizontalResize event to resize observer directive
Use this event instead to reset column widths.1 parent bbe1cc1 commit 92576fa
File tree
31 files changed
+7776
-1643
lines changed- src
- app
- canvastable
- changelog
- common
- directives
- follows-mouse
- mailviewer
- messagetable
- models
- resizable-button
- rmmapi
- sort-button
- virtual-scroll-table
- websocketsearch
- xapian
31 files changed
+7776
-1643
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
413 | 643 | | |
414 | 644 | | |
415 | 645 | | |
| |||
449 | 679 | | |
450 | 680 | | |
451 | 681 | | |
452 | | - | |
| 682 | + | |
453 | 683 | | |
454 | 684 | | |
455 | 685 | | |
| |||
469 | 699 | | |
470 | 700 | | |
471 | 701 | | |
| 702 | + | |
472 | 703 | | |
473 | 704 | | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
474 | 711 | | |
475 | 712 | | |
476 | 713 | | |
477 | 714 | | |
478 | 715 | | |
479 | 716 | | |
| 717 | + | |
| 718 | + | |
0 commit comments