Mike Cao

Results 168 comments of Mike Cao

It's a design decision. I think it looks neat. But I can provide an option to disable animations.

That's right, next release will tackle page visit time. It's tricky because I need to decide whether to make a database schema change or find another way around it.

I believe if you send the user to just the url the browser will figure out if it's https or not.

I'll have to look into it. But what is the use case for this?

I'm not sure I understand. You want the full url in the referrer or the page, or both?

@highschooldropout what do you mean by PDF? like summarized reports? It doesn't really make sense to export to CSV because you already own the data. But if you want to,...

Do you mean custom dashboards? Because that is a planned future. For now, you can create another account, then assign that website to the new account (via SQL). Then you...

Probably the easiest thing to do is to make a copy of the database, then delete all the websites you don't want from the copy.

I think we can do it using localStorage so we wouldn't need to touch the database. I'm trying to understand what the use case would be though. You can just...