issues
search
JustinACoder
/
DebateArena
A place to have meaninful debates (at least, most of the time...)
MIT License
1
stars
0
forks
source link
Divide settings into multiple pages
#68
Open
JustinACoder
opened
4 months ago
JustinACoder
commented
4 months ago
Many ways to do that:
Each time we change tab, we reload the whole page
Each time we change tab, we make an ajax call to a view for a section of the settings and directly put the html in the page. (no need to reload whole page)
Many ways to do that: