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

[server] do server-side (request order param) #17

Open
github-actions bot opened this issue Dec 14, 2022 · 0 comments
Open

[server] do server-side (request order param) #17

github-actions bot opened this issue Dec 14, 2022 · 0 comments
Labels

Comments

@github-actions
Copy link

https://github.com/pushme-tgxn/PushMeApp/blob/9fd1529d7c9bcd09320d9fcb9b24ace8d642697f/screens/PushScreen.js#L67

        }
    }, [route]);

    // reverse push history list
    // TODO(server) do server-side (request `order` param)
    const pushArray = [];
    Object.keys(state.pushList).map((pushId) => {
        pushArray.push(state.pushList[pushId]);
@github-actions github-actions bot added the todo label Dec 14, 2022
@tgxn tgxn transferred this issue from pushme-tgxn/PushMeApp Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants