144 Commits

Author SHA1 Message Date
50e3725686 Fix narrow mode: sync stack visible child to button state on re-entry 2026-05-21 21:10:51 +02:00
e25e5db846 Add responsive layout: narrow mode and adaptive request tab switcher 2026-05-21 20:57:43 +02:00
60c0d0ac11 Remove stale @Gtk.Template.Callback from on_add_project_clicked 2026-05-21 19:57:07 +02:00
32b19ee524 Fix sidebar toggle icon: use sidebar-show-symbolic (available in Adwaita) 2026-05-21 19:54:05 +02:00
24733e77ab Change sidebar toggle button icon to dock-left-symbolic 2026-05-21 19:49:35 +02:00
d011ee2569 Consolidate all menu items into sidebar hamburger menu, remove right panel menu button 2026-05-21 19:39:54 +02:00
7107e2df8d Replace sidebar popover with GMenu model: flat sections instead of submenu, standard font 2026-05-21 19:35:02 +02:00
d074b1599a Move sidebar hamburger menu button to top-right corner of sidebar panel 2026-05-21 19:29:29 +02:00
2c432a1a37 Add hamburger menu to sidebar header, move Add Project and Import buttons into it 2026-05-21 19:26:08 +02:00
28c06463cf Set minimum window width to 470px to prevent layout overflow 2026-05-21 00:04:18 +02:00
946e726859 Fix header bar clipping: separate window controls as rightmost end child, add min width 400px 2026-05-20 23:46:30 +02:00
1af59b3539 Fix narrow-window layout: response panel stays, request shrinks, send button always visible 2026-05-20 23:35:34 +02:00
b620016397 Replace GtkPaned sidebar with AdwOverlaySplitView for responsive layout 2026-05-20 23:10:05 +02:00
bc0ee493e7 Move request tabs back to top, keep response tabs+status merged at bottom 2026-05-20 00:56:39 +02:00
38242f5c95 Move request/response tab switchers to bottom of panels 2026-05-20 00:40:01 +02:00
a6c389edd7 Improve sidebar layout: center Projects title, fix padding, add method chips
- Center "Projects" label in sidebar headerbar via title-widget property
- Fix asymmetric request list margins (margin-start 12→6, add margin-end 6)
- Replace dim method labels with colored chips (GET/POST/PUT/PATCH/DELETE)
2026-05-20 00:07:59 +02:00
728697711c Add .http file import support
Parse and import IntelliJ HTTP Client (.http/.rest) files into projects.
2026-05-19 23:37:29 +02:00
12c37db7a9 Fix window controls disappearing when moved to left side 2026-05-19 15:10:15 +02:00
a92eff7a68 Fix WSDL parser: keep wrapper elements and per-schema namespaces 2026-05-19 14:31:47 +02:00
f5f096d97f Fix console.error() not defined in script execution context 2026-05-13 00:46:46 +02:00
45100d3d44 Merge import buttons into single popover menu, add PyYAML to Flatpak 2026-05-12 23:17:58 +02:00
fef8dec193 Add OpenAPI/Swagger import (2.0 + 3.x, JSON body templates) 2026-05-12 15:04:42 +02:00
99f7800924 Use papyrus-vertical-symbolic icon for WSDL import button (CC0) 2026-05-12 13:37:09 +02:00
cc6d812df2 Change WSDL import button icon to papyrus-vertical-symbolic 2026-05-12 13:22:41 +02:00
0827e3637a Add custom W-in-box icon for WSDL import sidebar button 2026-05-12 13:07:56 +02:00
037691eb5c Improve WSDL import: WSDL 2.0 support, param extraction, UI cleanup 2026-05-12 12:46:42 +02:00
da0f2e02f8 Add WSDL import: parse SOAP services and create requests from operations 2026-05-12 12:15:24 +02:00
56e294debb Fix variable indicators not updating when active environment is deleted 2026-05-12 01:17:12 +02:00
1a35867871 Refresh environment dropdown in open tabs after environments dialog changes 2026-05-12 01:13:05 +02:00
f4f33324dd Add Copy environment button to Environments dialog
Each environment column header now has a copy button that creates a
duplicate with a unique name (e.g. "Production (1)"). Non-sensitive
variables are copied directly; sensitive variables are migrated
through the keyring asynchronously.
2026-05-12 01:10:07 +02:00
97a3336e4f Fix variable indicators showing all vars as undefined when opening saved request in new tab 2026-05-12 00:47:08 +02:00
9e7fbcca1f Auto-switch to response body tab after request completes 2026-02-10 23:52:14 +01:00
daf03123a6 Support syntax highlighting for all XML/JSON-based content types via +xml/+json suffix 2026-02-10 23:47:30 +01:00
180e15ac20 Fix export button crash for saved requests by using async callback 2026-02-10 23:34:39 +01:00
f685ec5c92 Use XDG Secrets Portal instead of direct D-Bus access 2026-01-19 22:06:10 +01:00
9641fe9fb2 Shorten User-Agent version to major.minor 2026-01-15 00:52:05 +01:00
f4278647f3 Implement Add Request to create new tab for project 2026-01-14 22:24:03 +01:00
8dba2c0d28 Improve button layout and increase dialog width 2026-01-14 01:11:31 +01:00
53e34ce248 Fix cursor jumping when editing variable names 2026-01-14 01:01:16 +01:00
3bc458bb4b Add keyboard shortcuts: Ctrl+L (focus URL) and Ctrl+Return (send) 2026-01-13 17:55:04 +01:00
9ced4f54d7 Add sensitive variable redaction in history 2026-01-13 11:27:05 +01:00
fe5747cb42 Add sensitive variable support with GNOME Keyring integration 2026-01-12 23:28:55 +01:00
a6407a5dec FIX: Empty tab detection with default User-Agent header 2026-01-12 22:43:46 +01:00
291f8e4ae2 Add version constant and default User-Agent header for requests 2026-01-12 22:35:18 +01:00
05d6f0c15d Add cURL export functionality with custom icon and extensible architecture 2026-01-12 22:27:38 +01:00
d71bd4043d Display response size in the status line 2026-01-12 11:02:21 +01:00
41281f5121 FIX: Change style of stack switcher button (light theme) 2026-01-12 10:29:40 +01:00
5e5fca65a4 Change style of stack switcher button 2026-01-11 22:37:10 +01:00
79bd29776a Add application icons and update branding metadata, update licensing documentation 2026-01-11 01:22:34 +01:00
e22829e82a Fix blank script results panel separator on request load
Hide the results_paned container when both script output panels are empty.
This prevents the separator and blank space from appearing when opening
requests without script output, maximizing response panel space.
2026-01-07 12:16:25 +01:00