Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: settings usage in requests and modification... #1060 #1068

Merged
merged 6 commits into from
Jul 31, 2024

Conversation

astandrik
Copy link
Contributor

@astandrik astandrik commented Jul 25, 2024

Closes #1060

Please Turn Experiment ON via browser console before testing!
Stand
Please Turn Experiment OFF via browser console after testing!

to turn experiment ON use

localStorage.setItem('query_settings', true);
window.location.reload()

to turn experiment OFF use

localStorage.setItem('query_settings', false);
window.location.reload()

@astandrik astandrik self-assigned this Jul 25, 2024
@astandrik astandrik force-pushed the astandrik.settings-usage-and-modification branch 2 times, most recently from 4af9fe8 to c40698f Compare July 26, 2024 15:23
@astandrik astandrik marked this pull request as ready for review July 26, 2024 15:25
astandrik added a commit to astandrik/ydb that referenced this pull request Jul 29, 2024
@astandrik astandrik force-pushed the astandrik.settings-usage-and-modification branch 3 times, most recently from 62f873c to a5ae84b Compare July 29, 2024 13:01
@artemmufazalov
Copy link
Member

Settings are not changed, when I click save button in Dialog, and not applied to requests

@astandrik
Copy link
Contributor Author

Settings are not changed, when I click save button in Dialog, and not applied to requests

I think you should clear cache for this stand

@Raubzeug
Copy link
Contributor

Screenshot 2024-07-30 at 09 03 12 Lets align these two icons

src/services/api.ts Show resolved Hide resolved
src/containers/Tenant/utils/schemaActions.ts Outdated Show resolved Hide resolved
@astandrik
Copy link
Contributor Author

fixed

@astandrik astandrik force-pushed the astandrik.settings-usage-and-modification branch from d5bfcd9 to 29917f9 Compare July 30, 2024 15:59
@astandrik astandrik force-pushed the astandrik.settings-usage-and-modification branch from 29917f9 to d125642 Compare July 31, 2024 10:27
artemmufazalov
artemmufazalov previously approved these changes Jul 31, 2024
@astandrik astandrik requested a review from Raubzeug July 31, 2024 15:48
Raubzeug
Raubzeug previously approved these changes Jul 31, 2024
@astandrik astandrik merged commit c767175 into main Jul 31, 2024
4 checks passed
@astandrik astandrik deleted the astandrik.settings-usage-and-modification branch July 31, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Settings usage in requests and Settings and results display modification
3 participants