Commit Graph

20 Commits

Author SHA1 Message Date
c322baa9c8 fix: server_rendered logic for newer versions of nextjs (#3509)
* fix: server_rendered condition update
2024-11-20 03:22:39 +05:30
7ddb8c3f4d fix: graphql editor search box styling 2024-10-30 19:34:08 +05:30
ee7f886c03 feat: adjust code editor font size (#2204)
* add font-size setting for code editor

* add code font size to remaining editors

* align font-size after font-family

* changed default font size to 14

* fixed className typo

* set inherit mode if unset

* add code font size schema validation

* add font size to folder settings

---------

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-27 18:26:58 +05:30
0d3765ad66 fix scrolling issue by setting the height of the CodeMirror using (#1058)
flex

Co-authored-by: Nick Boyadjian <nick.boyadjian@podium.com>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-07-04 11:26:34 +05:30
95b59b06e8 feat(#BRU-26): json filter button with expandable input bar (#1699)
* feat(#BRU-26): JSON filter UI
* feat(#BRU-22): prettify graphql toast
2024-03-11 02:06:27 +05:30
96bcc7074a chore: prettify icon styling updates 2024-02-27 23:48:03 +05:30
f64e13a71f feat(#bru-22): prettify graphql placement and styling (#1675) 2024-02-27 21:14:08 +05:30
d1a8f59c79 Add "Prettify GraphQL" button
The goal is to achieve the same behavior from Insomnia which allow to format a GraphQL query using prettier (see 264177b56f/packages/insomnia/src/ui/components/editors/body/graph-ql-editor.tsx (L260-L266)).

I moved the `prettier` deps from `devDependencies` to `dependencies` because it's now used within the application.
I was forced to import `prettier/standalone` & `prettier/parser-graphql` (as it is explained here: https://prettier.io/docs/en/browser.html) otherwise I got that error:

> Couldn't resolve parser "graphql". Parsers must be explicitly added to the standalone bundle.
2024-02-26 17:02:04 +01:00
76a743b74e spelling: interpreted
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
19a7f397bb feat(#197): prettier formatting on all files in packages/bruno-app 2023-09-18 13:37:00 +05:30
0efd782bcb feat: github star button blends with dark mode 2023-02-01 21:52:46 +05:30
6f6dedbb9c feat: collection variables 2023-02-01 17:56:13 +05:30
6852cc6631 feat: refactored logic around query param parsing 2023-02-01 06:07:43 +05:30
8bfb2591c2 feat: graphql schema introspection 2023-02-01 05:09:42 +05:30
d01cada16c fix: fix json stringify bug in response timeline 2023-01-21 19:54:06 +05:30
dd4fecfd1c fix: fix env info popup issues in graphql query editor 2023-01-21 19:41:37 +05:30
60fc13c765 feat: refactor codemirror bruno variables mode 2023-01-21 01:17:27 +05:30
2aef7c61a4 feat: graphql support (#65) 2022-11-07 02:56:58 +05:30
ba219d66db feat: prettier config 2022-10-20 15:09:30 +05:30
539cdef9ca feat: moved next app to its own package (resolves #21) 2022-10-09 16:13:11 +05:30