Commit Graph

220 Commits (337475e24fe6ef6bee038a75ce3453d7009d0273)
 

Author SHA1 Message Date
Naeem Ullah 337475e24f 08-04-2026 1 month ago
Naeem Ullah b12008db80 Merge pull request 'mazdak/UI-2896' (#65) from mazdak/UI-2896 into PRE-PRODUCTION-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/65
1 month ago
Mazdak Gibran 7403e4d81d Update menu.component.ts 1 month ago
Mazdak Gibran 3ea351d20d dynamically show transaction permission apis from backend 1 month ago
Mazdak Gibran 1616545600 Refactor menu permissions UI & endpoint handling 1 month ago
Mazdak Gibran dd649b51de Add transaction permissions menu and component
Introduce a new Menu feature to manage transaction permissions: adds MenuComponent (template, spec and scss), registers a /home/menu route with ActivityGuard, and adds a side-nav entry. Extend PermissionNode with boolean flags for transaction types and add logic in the component to load default menu data, fetch user permissions, map endpoint URIs to booleans, and save selections by sending endpoint arrays. Add new URI enum keys and corresponding entries in assets/app.uri.json, insert a 'menu' node in sideMenu.json, and add i18n strings for English and Arabic. Also add rootDir to tsconfig and a small whitespace fix in reset-password component's GET subscription.
1 month ago
Mazdak Gibran 387002c494 logo changed
logo changed, in dashboard, headers and index.html
3 months ago
Naeem Ullah 815357c9ca Update setup-user.component.html 3 months ago
Naeem Ullah 44aa386c98 Merge branch 'PRE-PRODUCTION-2026' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into PRE-PRODUCTION-2026 3 months ago
Naeem Ullah 9b61d7fcea Update transaction-logs.component.html 3 months ago
Mazdak Gibran 7b22e638f3 Update user-permissions.component.ts 3 months ago
Naeem Ullah 3e8c73569e Fix login issue
Fix login issue
3 months ago
Naeem Ullah c251e6b3a0 translations 3 months ago
Naeem Ullah 87e14d11ba Update setup-user.component.ts 3 months ago
Naeem Ullah a054c192a7 aaaa 3 months ago
Naeem Ullah e0b14adb9d aaaa 3 months ago
Naeem Ullah 182742bc67 Update Arabic.json 3 months ago
Naeem Ullah 3bd01d55d1 Update English.json 3 months ago
Naeem Ullah 16be190777 Merge branch 'mazdak/UX-transactionLogs' into PRE-PRODUCTION-2026 3 months ago
Mazdak Gibran cdec4e63ec Refactor transaction logs UI and logic for clarity
Redesigned the transaction logs component to use a reactive form for date filtering, simplified the table and search logic, and improved pagination and export functionality. Updated SCSS for cleaner date input styling and adjusted i18n keys for new UI labels.
3 months ago
Naeem Ullah 69912b7366 Merge branch 'PRE-PRODUCTION-2026-OSHO' into PRE-PRODUCTION-2026 3 months ago
Naeem Ullah 66714433f2 userName
userName
3 months ago
Naeem Ullah b0932f4748 Merge branch 'dev-pending-01-02-2026' into PRE-PRODUCTION-2026-OSHO 3 months ago
Naeem Ullah 9039567896 Merge pull request 'Refactor pagination and fix password modal icons' (#63) from mazdak/UX-2369 into dev-pending-01-02-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/63
3 months ago
Mazdak Gibran 1cb475cb9a Refactor pagination and fix password modal icons
Refactored transaction logs pagination by converting pagedItems to a getter and removing redundant state and methods. Fixed the password visibility toggle icons in the reset password modal and removed the minLength error message from the new password field.
3 months ago
Naeem Ullah 2006708988 added 3 months ago
Naeem Ullah 21934a24a0 Update English.json 3 months ago
Naeem Ullah b82833b5ba Merge branch 'dev-pending-01-02-2026' into PRE-PRODUCTION-2026-OSHO 3 months ago
Naeem Ullah 8fd3b984aa Merge pull request 'hide icon added to setup user' (#62) from mazdak/UX-2368 into dev-pending-01-02-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/62
3 months ago
Mazdak Gibran 6a23ddcd05 Merge branch 'dev-pending-01-02-2026' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into mazdak/UX-2368 3 months ago
Naeem Ullah a81271a8d5 Merge pull request 'transaction log table update' (#61) from mazdak/UX-2367 into dev-pending-01-02-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/61
3 months ago
Naeem Ullah 0b22056c86 Update setup-user.component.html 3 months ago
Naeem Ullah 384df6e03a ADDED VALIDATIOIN
ADDED VALIDATIOIN
3 months ago
Mazdak Gibran aff85205f5 correct error displayed 3 months ago
Mazdak Gibran ac65383761 hide icon added to setup user 3 months ago
Mazdak Gibran 49362bffa1 transaction log table update 3 months ago
Naeem Ullah d4292cdefe Update setup-user.component.ts 3 months ago
Naeem Ullah 476b951708 added 3 months ago
Naeem Ullah ebf6fe4f86 Remove unused date filter keys from Arabic translations
Deleted 'fromDate' and 'toDate' keys from Arabic.json as these translations are no longer needed or have been replaced.
3 months ago
Naeem Ullah 9821ed4d9e Add date range filtering to transaction logs
Introduces a date filter section with quick-select buttons (last 7 days, last 30 days, this month), clear filter, and active filter badge to the transaction logs component. Implements debounced search, date range validation, and updates export to include date filters. Enhances UI/UX with new SCSS styles and adds relevant i18n keys for both English and Arabic.
3 months ago
Naeem Ullah 0929acd502 30-01-2026
30-01-2026
3 months ago
Naeem Ullah f7e8b340c8 Merge branch 'dev-pending-20-01-2026' into PRE-PRODUCTION-2026 4 months ago
Naeem Ullah 6e4f1c3c58 Enhance transaction logs UI and fix translations
Improved the transaction logs component with better table UI, pagination, loading/error states, and date filtering. Updated SCSS for responsive design and visual enhancements. Fixed translation keys and placeholders in user management and constants. Adjusted login direction logic and commented out duplicate login check in authentication service.
4 months ago
Naeem Ullah 244ff1067a Merge pull request 'added translations for headers in excel report files' (#60) from aconnect-UX/reporting-translation-updates into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/60
4 months ago
Mazdak Gibran a930cfe696 Update app.component.ts 4 months ago
Mazdak Gibran ef3952650d resolved direction issue in Arabic on browser reload 4 months ago
Mazdak Gibran ed48419fc0 added translations for headers in excel report files 4 months ago
Naeem Ullah bab3e95f9a Update English.json 4 months ago
Naeem Ullah da8aa6f51d Merge branch 'dev-pending-20-01-2026' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into dev-pending-20-01-2026 4 months ago
Naeem Ullah 9b323539bb Update password change flow and UI text
After a successful password change, users are now logged out and redirected to the login page instead of updating credentials in local storage. Also removed unused password hints and user info text from the reset password modal, and updated the error message for duplicate user IDs in the English translations.
4 months ago