• Joined on 2022-11-12
seb pushed to master at seb/fibdash 2025-07-20 06:37:24 +00:00
be7a928ce2 Add SortHeader component for sorting functionality in TransactionsTable. Update TransactionsTable to prevent row selection when clicking on IBAN text. Minor adjustment in gridConfig for layout consistency.
seb pushed to master at seb/fibdash 2025-07-20 05:47:30 +00:00
58f5bb4b4f Refactor dashboard route to use mock data instead of database queries, simplifying the code and improving performance. Remove unnecessary database operations and error handling for user data retrieval.
429fd70497 Implement DATEV export functionality in DataViewer and enhance TransactionsTable with selection features and improved row styling. Update environment variables and add devServer configuration in webpack for better development experience.
2a43b7106d Add header component for text filters
Compare 3 commits »
seb pushed to master at seb/fibdash 2025-07-20 03:06:33 +00:00
b9af7694a0 Remove debug login page and refactor TransactionsTable to utilize new utility functions and cell renderers for improved code organization and maintainability.
992adc7bcf Enhance TransactionsTable with custom cell renderers for description and recipient fields, and adjust row height for improved layout.
Compare 2 commits »
seb pushed to master at seb/fibdash 2025-07-20 02:46:07 +00:00
9a0c985bfa aggrid
seb pushed to live at seb/reactShop 2025-07-19 23:37:00 +00:00
1fb92e2df9 refactor: simplify image loading logic and enhance prerender handling in Images component
seb pushed to live at seb/reactShop 2025-07-19 23:28:56 +00:00
bdd50770be fix: enhance image loading logic to handle static paths when sockets are unavailable
seb pushed to live at seb/reactShop 2025-07-19 23:22:57 +00:00
seb pushed to live at seb/reactShop 2025-07-19 23:20:20 +00:00
543c8c4f30 refactor: remove unused Images import from ProductDetailPage component
seb pushed to live at seb/reactShop 2025-07-19 23:16:49 +00:00
bfd1803c6f refactor: remove isPrerender prop and update ProductImage component to unify fullscreen handling in PrerenderProduct and ProductDetailPage
seb pushed to live at seb/reactShop 2025-07-19 23:12:53 +00:00
ea488982a7 feat: introduce ProductImage component to streamline image handling in PrerenderProduct and ProductDetailPage
seb pushed to live at seb/reactShop 2025-07-19 23:11:44 +00:00
seb pushed to live at seb/reactShop 2025-07-19 23:06:31 +00:00
seb pushed to live at seb/reactShop 2025-07-19 23:01:48 +00:00
seb pushed to live at seb/reactShop 2025-07-19 22:57:52 +00:00
e80fedf9a9 refactor: adjust alignment in Footer component for better visual consistency
seb pushed to live at seb/reactShop 2025-07-19 22:48:19 +00:00
b8441b3ceb refactor: remove fixed height and redundant minHeight properties in PrerenderProduct for improved layout flexibility
seb pushed to live at seb/reactShop 2025-07-19 22:34:49 +00:00
3df20cbc6a refactor: replace Box with Container for improved layout consistency in PrerenderProduct and ProductDetailPage components
seb pushed to live at seb/reactShop 2025-07-19 22:28:50 +00:00
cc679e77a9 refactor: simplify layout and improve styling for product attributes and sections in PrerenderProduct component
seb pushed to live at seb/reactShop 2025-07-19 22:22:47 +00:00
seb pushed to live at seb/reactShop 2025-07-19 22:15:38 +00:00
seb pushed to live at seb/reactShop 2025-07-19 22:10:58 +00:00
8e6e020a1b feat: update product detail caching and component loading logic for improved SPA performance