openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Cursor not changing to hand on links #2832

Open sarthak-sehgal opened 6 years ago

sarthak-sehgal commented 6 years ago

Description

Cursor not changing to a pointer/hand on hovering upon links,

Steps to Reproduce

Click on user's name on top right > Hover on "Help" Click on user's name on top right > Hover on "Settings" Slide in the menu on left > Hover on "Help"

Expected Behaviour

Cursor should change to a hand on hovering upon a link.

Actual Behaviour

Cursor is not changing to a hand and is instead a normal pointer or a text cursor.

Settings

Screenshots, if any

screenshot from 2018-01-18 16 09 13

SupreethSudhakaranMenon commented 5 years ago

As per the second screenshot i have met the required solution for that , and i hope i have fixed it. Below will be attaching the screenshot of the same. Cursor

Mancancode commented 4 years ago

I will like to fix the open issue of "Cursor not changing to hand on links"

bharathcgowda commented 3 years ago

Hi @Mancancode would you be interested in fixing this issue?

@spider0061 @BLasan would be able to check this small issue?

utkarsh-ls commented 3 years ago

Hi, I would like to work on this issue. Is it still open ?

BLasan commented 3 years ago

Hi, I would like to work on this issue. Is it still open ?

go ahead

bharathcgowda commented 3 years ago

Hi @utkarsh-ls Let us know if you need any help in resolving this issue

utkarsh-ls commented 3 years ago

Hi @utkarsh-ls Let us know if you need any help in resolving this issue

I am not able to log in to the server at "https://openmf.github.io/community-app/?baseApiUrl=https%3A%2F%2Fdemo.fineract.dev&tenantIdentifier=default#/" using the credentials given in README. The response is "Invalid authentication details were passed in api request". Can someone verify the credentials?

BLasan commented 3 years ago

Hi @utkarsh-ls Let us know if you need any help in resolving this issue

I am not able to log in to the server at "https://openmf.github.io/community-app/?baseApiUrl=https%3A%2F%2Fdemo.fineract.dev&tenantIdentifier=default#/" using the credentials given in README. The response is "Invalid authentication details were passed in api request". Can someone verify the credentials?

You can use dev.mifos.io as the baseApiUrl. And the default credentials are mifos:password. Else if you want to run the fineract server locally please follow the guidelines mentioned in README.md