Skip to content

Commit

Permalink
Merge pull request #284 from ertush/hotfix-dev
Browse files Browse the repository at this point in the history
Hotfix dev
  • Loading branch information
ertush authored Jan 9, 2024
2 parents cc61ea6 + 8baa5ff commit 0bb6122
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 39 deletions.
26 changes: 0 additions & 26 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion components/HeaderLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default function HeaderLayout({
groupID == 2 ||
groupID == 3 ) && isLoggedIn &&
<li className="flex-wrap font-semibold">
<Link href="/users">
<Link href="/user">
<p
className={
`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "KMHFR",
"name": "kmhfr",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"react-csv": "^2.2.2",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-dual-listbox": "^6.0.0",
"react-dual-listbox": "^5.0.2",
"react-highcharts": "^16.1.0",
"react-icons": "^4.10.1",
"react-leaflet": "^4.2.1",
Expand Down
10 changes: 5 additions & 5 deletions pages/user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,18 @@ const Users = (props) => {
</div>


<div className='col-span-1 w-full col-start-1 h-auto py-0 border border-blue-600'>
<div className='col-span-1 w-full col-start-1 h-auto py-0 bg-blue-50 shadow-md'>

<List
sx={{ width: '100%', bgcolor: 'transparent', flexGrow:1, paddingTop:0, paddingBottom:0}}
component="nav"
aria-labelledby="nested-list-subheader"

>
<ListItemButton className='border-b border-blue-600' sx={{
<ListItemButton className='border-b border-gray-300' sx={{
backgroundColor: usersTheme && '#2563eb',
color: usersTheme && '#ffff',
borderBottom: 'solid 1px #2563eb',
borderBottom: 'solid 1px rgba(107, 114, 128, 1)',
"&:hover": {
backgroundColor: "#eff6ff",
color: "rgba(17, 24, 39, 1)"
Expand All @@ -187,7 +187,7 @@ const Users = (props) => {
sx={{
backgroundColor: inactiveUsersTheme && '#2563eb',
color: inactiveUsersTheme && '#ffff',
borderBottom: 'solid 1px #2563eb',
borderBottom: 'solid 1px rgba(107, 114, 128, 1)',
"&:hover": {
backgroundColor: "#eff6ff",
color: "rgba(17, 24, 39, 1)"
Expand All @@ -208,7 +208,7 @@ const Users = (props) => {
sx={{
backgroundColor: groupsTheme && '#2563eb',
color: groupsTheme && '#ffff',
borderBottom: 'solid 1px #2563eb',
borderBottom: 'solid 1px rgba(107, 114, 128, 1)',
"&:hover": {
backgroundColor: "#eff6ff",
color: "rgba(17, 24, 39, 1)"
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 0bb6122

@vercel
Copy link

@vercel vercel bot commented on 0bb6122 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kmhfl-upgrade-alpha-ui – ./

kmhflv3.vercel.app
kmhfl-upgrade-alpha-ui-ertush.vercel.app
kmhfl-upgrade-alpha-ui-git-main-ertush.vercel.app

Please sign in to comment.