react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

Add/customize tooltip for operators.

Open kari-d opened this issue 4 years ago • 7 comments

For eg. '==' tooltip as "Equals", 'Like' tooltip as "Contains", etc

kari-d avatar Aug 06 '20 09:08 kari-d

Hi, Can i work on this issue?

bhargavkumar7031 avatar Nov 27 '23 12:11 bhargavkumar7031

@bhargavkumar7031 Sure

ukrbublik avatar Nov 27 '23 12:11 ukrbublik

Hi @ukrbublik,

Looks like tooltip is added only in MUI and antD. Should tooltip for operator be applied to only these?

bhargavkumar7031 avatar Nov 29 '23 15:11 bhargavkumar7031

I think yes. Other supported UI frameworks (Fluent, Bootstrap) have fewer features, so the main focus should be on MUI and AntD.

ukrbublik avatar Nov 29 '23 15:11 ukrbublik

Raised PR. ci/codesandbox failed. Please let me know if there are any channels for communication

bhargavkumar7031 avatar Nov 29 '23 15:11 bhargavkumar7031

Error from ci/codesandbox is not related to your changes:

 ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE  Cannot perform a frozen installation because the version of the lockfile is incompatible with this version of pnpm

Try either:
1. Aligning the version of pnpm that generated the lockfile with the version that installs from it, or
2. Migrating the lockfile so that it is compatible with the newer version of pnpm, or
3. Using "pnpm install --no-frozen-lockfile".
Note that in CI environments, this setting is enabled by default.
Error: Process rejected with status code 1
    at ChildProcess.<anonymous> (/app/dist/utils/exec.js:20:27)
    at ChildProcess.emit (node:events:517:28)
    at ChildProcess._handle.onexit (node:internal/child_process:292:12) {
  code: 1

You can ping me on discord: ukrbublik

ukrbublik avatar Nov 29 '23 15:11 ukrbublik

Any update here?

bhargavkumar7031 avatar May 06 '24 05:05 bhargavkumar7031