Unpoly 2 demo application

45 views
Skip to first unread message

randl...@googlemail.com

unread,
Jun 23, 2021, 11:31:47 AM6/23/21
to unpoly
Hi everyone,

there is now a demo application for Unpoly 2 available here:

Best regards
Henning

adam.me...@gmail.com

unread,
Jun 23, 2021, 12:18:08 PM6/23/21
to unpoly
Very nice!

I think the Edit actions should have a way to Cancel. Closing the Edit modal essentially goes back two steps, not one (I'd expect it to be back to Show, personally). I might look to submit a PR for this if time permits.

Also, from Canada, there's definitely a small bit of latency. Should we add an indicator for `up:request:late` and `up:request:recover`?

Hector Cabarcas

unread,
Jun 23, 2021, 12:46:26 PM6/23/21
to unp...@googlegroups.com
I love this. Everything works great! The only exception is that creating a new task doesn’t immediately show the newly created task. A refresh or clicking of something else to force the view to reload needs to happen to see the task.

Other than that this is awesome. Looking forward to diving into Unpoly for an upcoming project.


--
You received this message because you are subscribed to the Google Groups "unpoly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unpoly+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unpoly/895806a3-93fe-48bd-9709-8129f261c018n%40googlegroups.com.

randl...@googlemail.com

unread,
Jun 24, 2021, 5:25:56 AM6/24/21
to unpoly
Thanks for your feedback last night!

I updated the demo with your notes:

- Show a loading indicator when there is network latency
- Add cancel buttons for all edit forms
- When a new task is created, the task list updates automatically

- Henning

Fuzen

unread,
Jun 24, 2021, 11:59:00 AM6/24/21
to unpoly

Excellent. Tasks show up immediately. Very awesome indeed.

szabesz

unread,
Jun 24, 2021, 4:47:35 PM6/24/21
to unpoly
@Henning

I like the demo as well, thanks! However, I have noticed that – depending on the browser I use – the site makes the browser consume 35%-80% of CPU usage. After a few minutes of browsing, the fans must kick in to cool the CPU. Can you please fix that?

Thanks in advance!

Adam Daniels

unread,
Jun 24, 2021, 6:18:26 PM6/24/21
to unp...@googlegroups.com
Which browser and OS is this?

Sent from my iPhone

On Jun 24, 2021, at 4:47 PM, szabesz <szab...@gmail.com> wrote:

@Henning
--
You received this message because you are subscribed to a topic in the Google Groups "unpoly" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unpoly/JZqVnXFFMRA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to unpoly+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unpoly/0d94817d-a557-4912-b62a-8ac6f63ff1b6n%40googlegroups.com.

szabesz

unread,
Jun 25, 2021, 2:22:58 AM6/25/21
to unpoly
35%-80% of CPU usage is for my macOS Mojave on which Firefox latest consumes 35% while Chrominum based browsers (including Chrome) around 70%-80%.

I have also checked the site with my brand new MacBook Pro, on which no additional software has been installed yet, so it only has the system it came with including Safari, and on this machine Safari consumes 18% of CPU usage, which is sill hight I think, considering that the site seemingly just "sits there, doing nothing".

Henning Koch

unread,
Jun 25, 2021, 2:30:05 AM6/25/21
to unp...@googlegroups.com
This is probably the CSS animation for the green pulsing help dots.

- Henning
>> <https://groups.google.com/d/topic/unpoly/JZqVnXFFMRA/unsubscribe>.
>> To unsubscribe from this group and all its topics, send an email
>> to unpoly+un...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/unpoly/0d94817d-a557-4912-b62a-8ac6f63ff1b6n%40googlegroups.com
>> <https://groups.google.com/d/msgid/unpoly/0d94817d-a557-4912-b62a-8ac6f63ff1b6n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "unpoly" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/unpoly/JZqVnXFFMRA/unsubscribe
> <https://groups.google.com/d/topic/unpoly/JZqVnXFFMRA/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to
> unpoly+un...@googlegroups.com
> <mailto:unpoly+un...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/unpoly/b9b2e0d5-d3e5-450f-937f-5e31bdb6c91an%40googlegroups.com
> <https://groups.google.com/d/msgid/unpoly/b9b2e0d5-d3e5-450f-937f-5e31bdb6c91an%40googlegroups.com?utm_medium=email&utm_source=footer>.

Peter Wilkinson

unread,
Jun 25, 2021, 2:31:29 AM6/25/21
to unp...@googlegroups.com
I’ve just had a quick look and the Safari dev tools timeline shows continuous changes to styles.

The unpoly docs site doesn’t do this:




And as I’m putting this together I saw Henning’s email… that sounds right.

Peter W.


You received this message because you are subscribed to the Google Groups "unpoly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unpoly+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unpoly/b9b2e0d5-d3e5-450f-937f-5e31bdb6c91an%40googlegroups.com.

Peter Wilkinson

unread,
Jun 25, 2021, 2:34:16 AM6/25/21
to unp...@googlegroups.com


On 25 Jun 2021, at 4:30 pm, Henning Koch <hennin...@gmx.net> wrote:

This is probably the CSS animation for the green pulsing help dots.

It is definitely that… if I remove that element this is the timeline.

Peter W.

szabesz

unread,
Jun 25, 2021, 2:35:24 AM6/25/21
to unpoly
"This is probably the CSS animation for the green pulsing help dots."
Yes, it is. I deleted the dots manually using the inspector and the issue is gone.

Henning Koch

unread,
Jun 25, 2021, 6:47:13 AM6/25/21
to unp...@googlegroups.com

I removed the animation.

- Henning

--
You received this message because you are subscribed to the Google Groups "unpoly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unpoly+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unpoly/22CC2220-602F-4351-87E2-06760DB68DEA%40thirdfloor.com.au.

Florian Apolloner

unread,
Jun 25, 2021, 8:05:26 AM6/25/21
to unpoly
Looks great so far and nicely introduces the core concepts.

A few nitpicks though:

 * Clicking Projects -> project -> Delete results in Companies being shown in the modal. I guess it should dismiss instead and maybe show a flash message on the upper layer.
 * The company selection when editing a project takes really long to open and gives the impression that the select doesn't work at all. This might be due to the fact that the list is really long even though only 5 companies seem to exist (the data seems duplicated)

Nevertheless, thank you for your hard work on this. The demo really wets the appetite for unpoly.

Cheers,
Florian
Reply all
Reply to author
Forward
0 new messages