juzser
Repos
20
Followers
19
Following
39

Shopify Polaris design system for Vue JS. Shopify’s design system to help us build the great apps for all of our merchants.

38
11

For the one who is finding a customizable chatbot UI.

41
16

Ownego - Interactive Agency

8
2

Advanced Rocket.Chat reminder, easy to use, a lot of features

Events

create tag
juzser create tag v1.3.5
Created at 6 days ago

Chore v1.3.5

Created at 6 days ago
closed issue
Button not working when the state is disabled then transition to enabled

Hi, thank you for making this project. There is a problem with button in primaryAction (as far as I tried). When it is disabled by initial and then transition to enabled state, clicking on it does not do anything. Could you investigate and it?

Created at 6 days ago

Fix: add generate key method for reloading button component on loading | disable

Merge pull request #185 from ownego/180-button-not-working-when-the-state-is-disabled-then-transition-to-enabled

Fix: add generate key method for reloading button component on loading | disabled

Created at 6 days ago
pull request closed
Fix: add generate key method for reloading button component on loading | disabled
  • Cause: loading and disabled props only change button styles -> button won't update

  • Solution: add generate key method for updating component everytime disabled|loading props change

  • Test with page actions component

  • Test with normal button component

  • Test with build command

Created at 6 days ago
closed issue
Frame using script setup

Hi, thanks for this library!

I'm trying to render some content in a Frame. I see some components use <script setup>, but not this one: https://ownego.github.io/polaris-vue/?path=/docs/components-frame--frame

Would it be possible to update it to use <script setup> too?

Thanks!

PS: Is there a hello world full app example?

Created at 6 days ago
Created at 6 days ago
the timezone is not handled correctly
Created at 1 week ago

Update: biweekly option

Merge remote-tracking branch 'origin/main' into oe-version

Created at 1 week ago

Update: biweekly option

Created at 1 week ago

Update: biweekly option

Created at 1 week ago
closed issue
Can Frame hide Shopify sidebar?

The Frame docs have a screenshot with a full-screen app. For me, app using Frame still shows the Shopify sidebar. Is it actually possible to hide Shopify sidebar and leave more screen for the app?

Found the same question here: https://community.shopify.com/c/shopify-apis-and-sdks/hiding-shopify-ui-elements-in-an-embedded-app/td-p/1250926

Thanks

Created at 1 week ago
issue comment
Can Frame hide Shopify sidebar?

@mariusa Seem likes you do not fully understand the embedded app from Shopify... I think you should read the Shopify document first. There is a way to do fullscreen app mode for embedded app is using appBridge full screen method. Otherwise, if you want your app to be fullscreen, you have to build the un-embedded app (an separated app system)

I'm closing this question here. You should read the documentation and understand Shopify system first.

Created at 1 week ago
issue comment
Frame using script setup

@mariusa Of course you are, the script setup does not related to the component itself, you can use composition API or options API, it's up to you.

I don't have an full app example but I'm using the library for all of my apps, and I see it works well. I will update or fix bug if there is something wrong.

Created at 1 week ago
issue comment
Can Frame hide Shopify sidebar?

@mariusa the answer is Yes, you don't have to do anything, just do not use the #navigation slot, then the screen will be full.

Actually, I'm also using the Frame without navigation for my apps.

Created at 1 week ago

WIP: calloutCard

Created at 1 week ago
create tag
juzser create tag v1.3.4
Created at 1 week ago

Chore v1.3.4

Created at 1 week ago

Hotfix: update Link component not work with vue-router

Update: add vue-router for development stage to work with vue-router

Update: update docs for Link component

Update: modify comments in main.ts file

Merge pull request #181 from ownego/hotfix/link-component-not-work-with-vue-router

Hotfix/link component not work with vue router

Created at 1 week ago
pull request closed
Hotfix/link component not work with vue router

Tested with vue-router Tested with normal link Tested with build command

Created at 1 week ago
Created at 1 week ago
issue comment
Should be able to access privated apps on free edition

Ok so there are 2 issues (1 critical) with the private apps in 6.0.0

  1. There is no navigation item to navigate to private apps page if you're free workspace. I have to access via finding the url in browser history.
  2. When I tried to save the settings of an private app, there is a critical issue when the server's CPU gonna 100%, and the workspace crashed. Anytime I go to marketplace or private app page, the CPU is running high, and after settings, it's crashed. And beside that, after save the settings, the settings page is also gone...
Created at 2 weeks ago
opened issue
Should be able to access privated apps on free edition

Description:

I see RC move the marketplace and public apps as enterprise feature. But we're using RC for years, and have some privated apps that have been developed by us or we hired some freelancers to built, but now I see we cannot access those apps.

I think that's not fair, I agree with the marketplace as enterprise feature, but with privated apps, that does not make sense. I hope RC should consider and bring it back soon.

Created at 2 weeks ago
issue comment
Button not working when the state is disabled then transition to enabled

@tuanpham-dev Hey there, what component are you talking about?

Created at 3 weeks ago
issue comment
Upgrade to Vue 3

@davykiash Actually, I've already been developing Vue 3 version in the next branch, but currently it's just a scaffolding. I will try to keep going but I think it can't be soon because I have less time at this moment.

Created at 3 weeks ago