1a3256147a
- Updated feature card grid from CSS Grid to Flexbox (2x2 layout with 50% width) - Added background image and title icon SVGs for visual parity - Changed card title colors from dark gray to blue (#0066cc) matching Angular links - Fixed padding and spacing to match Angular (50px sections, 65px icon offset) - Added data-testid attributes for E2E testing - Created comprehensive visual design alignment report documenting changes
7 lines
185 B
JavaScript
7 lines
185 B
JavaScript
importScripts('diff.js');
|
|
importScripts('diverged.js');
|
|
self.addEventListener('message', function(e) {
|
|
self.postMessage(diverged(...e.data.divergedInput));
|
|
self.close();
|
|
}, false);
|