Skip to content

Commit

Permalink
User download file (#1531)
Browse files Browse the repository at this point in the history
* user management screen

* some changes to user screen

* some name changes

* user management screen

* table rendered

* Table rendering and other changes

* roles default value set to all roles

* checkpoint

* EOD checkpoint

* filter deafult changes and roles as list of roles

* resolved comments after pull

* index.html

* resolved comments

* changes in names

* changes

* changes

* making api calls

* EOD checkpoint

* downloading

* random commit

* working user download screen

* css styling and pull from console

* some changes

* changes

* for css changes for roles

---------

Co-authored-by: Nipun Arora <[email protected]>
  • Loading branch information
abishekTa-egov and nipunarora-eGov authored Oct 16, 2024
1 parent f6da599 commit c56553d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />

<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].80-campaign/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].81-campaign/dist/index.css" />


<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.0.80-campaign",
"version": "1.0.81-campaign",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,10 @@
}

.dm-code {
max-width: var(--dm-code-max-width, 10rem);
display: inline-block; /* Keep elements inline but respect width constraints */
white-space: nowrap; /* Prevent wrapping */
overflow: hidden; /* Hide overflow text */
text-overflow: ellipsis; /* Add ellipsis to overflowing text */
max-width: 100%; /* Remove width constraint to avoid overflow */
display: block; /* Ensure each item appears on a new line */
white-space: normal; /* Allow text to wrap */
overflow: visible; /* Ensure text isn't cut off */
}

.dm-audit-info11 {
Expand Down
2 changes: 1 addition & 1 deletion health/micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<!-- added below css for hcm-workbench module inclusion-->

<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].79-campaign/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].81-campaign/dist/index.css" />

<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit c56553d

Please sign in to comment.