feat(events): add client-side pagination and animations on /events\n\n- Show 5 nearest events (>= today-3d) by default\n- Add Load previous/Load later with smooth fade-slide-in for new items\n- Prevent animating existing items; preserve scroll on prepend\n- Show check-in prompt only for initial 5 events\n- Add keyframes utility in index.css
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.cli users:list
|
||||
.cli users:create --email test@radziel.com --username radziel --password QWEqwe123 --first Radek --last Gierwialo
|
||||
.cli users:verify --email test@radziel.com
|
||||
.cli users:create --email test@radziel.com --username radziel --password QWEqwe123 --first Radek --last Gierwialo
|
||||
users:create --mail test@radziel.com --username radziel --password QWEqwe123 --first Radek --last Gierwialo
|
||||
@@ -25,6 +27,4 @@ event
|
||||
.
|
||||
help
|
||||
.exity
|
||||
.cli events:import:worldsdc --dry-run --limit 20
|
||||
exit
|
||||
.cli events:import:worldsdc --dry-run --limit 20<32> w CLI REPL
|
||||
.cli events:import:worldsdc --dry-run --limit 20
|
||||
Reference in New Issue
Block a user