gitea_admin
  • Joined on 2026-05-15
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 11:01:37 +00:00
0621bd0a67 DV: drop phase dots from hero; remove chart focus outline on click
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 10:57:46 +00:00
c45b7c9d28 DV: pill for recording URLs, show more/less toggle for longtext fields
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 10:46:56 +00:00
82934cd191 fix: send instance_id as number; rotate funnel chart x-axis labels
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 10:37:27 +00:00
179c956926 FormModal: hide lookup fields and drop required validation
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 09:30:40 +00:00
f05ea4b23e PhaseDots: distinguish failed states with halo ring, STALLED tag, dashed connector
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 09:21:41 +00:00
19e1ddc0f8 Demo Slots calendar: week grid, model filter, right-panel booking details with car images
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 08:32:45 +00:00
db5d3cb34d Hero phase dots, name hierarchy, lighter page title, cleaner sections
6148db7902 Rebrand to Tech Mahindra/Zino + DV cards, FormModal & Login restyle
Compare 2 commits »
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 05:51:59 +00:00
a35c7824c9 Render charts in separate row below tiles
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 05:49:27 +00:00
8a32282c09 Add recharts: BarChart + PieChart, switch by chart_type
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 05:43:28 +00:00
dde6fdda9d Render tiles/charts inside RecordViewTable (rv-screen layout, not parent screen)
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 05:38:13 +00:00
50f0591b41 Render rv_tile / rv_chart elements above record views
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 05:15:15 +00:00
942eae98db Show all configured fields in detail view (was hiding empty ones)
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-23 05:13:02 +00:00
c6a32de2ba Format phone object in detail view (phone_with_dial_code)
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 18:33:47 +00:00
d0016bac0b Send instance_id as int64 on form-screens (server typed as int64)
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 18:32:20 +00:00
d9a911facf Use dv_template_uid (v2 envelope renames dv_template_id to UUID slug)
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 18:29:52 +00:00
1e33a465d8 Key dv-screen map by parent screen UUID (nav target), not rv-screen UUID
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 18:26:15 +00:00
5dfdab0d69 Render rv_table custom action column inline (config-driven)
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 18:22:28 +00:00
fe23207e5a Map rv-screen UUID to its corresponding dv-screen for row clicks
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 17:49:38 +00:00
e58951b46e Render phone object as phone_with_dial_code in recordview cells
gitea_admin pushed to main at gitea_admin/tech_mahindra 2026-05-22 17:49:01 +00:00
6e02999d0d Submit phone fields as {dial_code, phone, phone_with_dial_code} object