gterrono / houston

A zero-config, Django Admin-like admin for Meteor

Home Page:https://atmospherejs.com/houston/admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI refreshing on collection update

ngschaider opened this issue · comments

Hey, I'm new to Meteor but I managed to set up houston:admin in a little app.

My collection gets updated once every second.
The problem is the admin interface refreshes itself every second too since it loads the new data.

Navigating through data sets is impossible!
I don't want to see the data every second. It would be GREAT if I just can refresh manually.

EDIT: The site doesn't refresh anymore.. I didn't change anything but it works. Now the problem is, that when I want to edit something like the money the user has, and it gets updated the next second, my value gets replaced by the old value and I can't press Save in that short amount of time.

EDIT2: Okay, the site refreshes every second again.

Okay, I rebuilt my app from scratch and the problem is gone! I thought this would be a problem from houston admin because the app is VERY simple... lol..