Ali Yusuf

Results 19 comments of Ali Yusuf

Any update on this pull? I think it should accepted @kamilmysliwiec

This is a possible fix for https://github.com/nestjsx/crud/issues/438

Is there any roadmap to merge this?

I agree we should have this command @KeKs0r Did you make it? If so, can you share your configuration? I tried to configure my app `tsconfig.json` file but it seems...

@micalevisk thank you, I didn't notice that. I created new `tokens.ts` on the root to solve the issue. Also, I reverted changes in `lib/index.ts`. As you said the current `build`...

@kamilmysliwiec Since the current `index.ts` in the root it's not affected by the `build` command due to the wrong path in `tsconfig.json`. I suggest having a separate command to build...

That's fine @or-else What about resources prefix should I use `tindroid_ui_` or `tindroidui_`.

I think it's good. By the way I prefer that the UI module naming should be similar to the SDK module; to be more convenient for the users. In this...

@or-else Currently a lot of features are tightly coupled with the application like (Contacts sync, Chats lists, Messages, etc.) We need to have a list of features that should be...

Exactly this is what I'm trying to achieve. What I understand that not every component will add to `tinui` will be used right away in the app. So it doesn't...