kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

FE: Topic analysis progress not visible on dark theme

Open iliax opened this issue 1 year ago • 3 comments

Issue submitter TODO list

  • [X] I've looked up my issue in FAQ
  • [X] I've searched for an already existing issues here
  • [X] I've tried running master-labeled docker image and the issue still persists there
  • [X] I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Topic analysis progress not visible on dark theme

Expected behavior

No response

Your installation details

v0.7.1, Dark theme

Steps to reproduce

  1. Dark theme
  2. Topics -> select topic -> Statistics -> Start analysis => progress stats not visible

Screenshots

https://github.com/provectus/kafka-ui/assets/702205/bba1f118-46f3-417b-91ff-23027a962eb0

Logs

No response

Additional context

No response

iliax avatar Aug 05 '23 14:08 iliax

May I take this up please?

nikhilkarve avatar Oct 03 '23 16:10 nikhilkarve

After deciding to work on this issue, while setting up the project i encountered this issue which prevents me from building the project, Error - " The type InternalPartitionsOffsets does not define InternalPartitionsOffsets(Map<Object,Object>) that is applicable here " on line 154 - " .map(InternalPartitionsOffsets::new); " in kafka-ui-api\src\main\java\com\provectus\kafka\ui\service\TopicsService.java i tried using jdk 17 and 19 but the error is still there ..........

nio2004 avatar Oct 13 '23 17:10 nio2004

@nikhilkarve @nio2004 https://github.com/provectus/kafka-ui/discussions/4255 Please note that even if you raise a PR there will be no one who could review and merge it, as I currently don't have r/w access to the repo.

Haarolean avatar Oct 13 '23 17:10 Haarolean