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

Unhardcode api url #520

Merged
merged 5 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Update graphiql
* Improvement: Accessibility improvements in pos-cli GUI
* Bug: Fixed pos-cli GUI crashing for fresh instances without logs
* Bug: Unhardcoded the API URL in new pos-cli GUI to enable using it on different ports

## 4.11.0
* Feature: Ability to sort the records
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{g as o}from"./graphql.b64cf78b.js";const _={get:async e=>{let t="";e!=null&&e.id&&(t=`id: { value: "${e.id}" }`);let a="";e!=null&&e.type&&(a=`type: ${e.type}`);const r=`
import{g as o}from"./graphql.66a06395.js";const _={get:async e=>{let t="";e!=null&&e.id&&(t=`id: { value: "${e.id}" }`);let a="";e!=null&&e.type&&(a=`type: ${e.type}`);const r=`
query {
admin_background_jobs(
per_page: 20,
Expand Down
1 change: 1 addition & 0 deletions gui/next/build/_app/immutable/chunks/graphql.66a06395.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gui/next/build/_app/immutable/chunks/graphql.b64cf78b.js

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{g as s}from"./graphql.b64cf78b.js";const m={get:e=>{const t=`
import{g as s}from"./graphql.66a06395.js";const m={get:e=>{const t=`
query {
admin_model_schemas(
per_page: 100
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{g}from"./graphql.b64cf78b.js";const d={get:a=>{let e="";a.attribute==="email"?e+=`${a.attribute}: { contains: "${a.value}" }`:e+=`${a.attribute}: { value: "${a.value}" }`;let t="";(a==null?void 0:a.attribute)==="id"&&(a!=null&&a.value)&&(t=`
import{g}from"./graphql.66a06395.js";const d={get:a=>{let e="";a.attribute==="email"?e+=`${a.attribute}: { contains: "${a.value}" }`:e+=`${a.attribute}: { value: "${a.value}" }`;let t="";(a==null?void 0:a.attribute)==="id"&&(a!=null&&a.value)&&(t=`
deleted_at
created_at
external_id
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading