mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +00:00
bug fixes and added Oceania to the survey.
This commit is contained in:
parent
a84a097f83
commit
befef58fff
3 changed files with 33 additions and 2 deletions
|
|
@ -71,6 +71,7 @@ export default {
|
|||
margin-bottom: 0;
|
||||
margin-top: 50px;
|
||||
z-index: 99999;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.animation {
|
||||
height: 200px;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@ const config = [
|
|||
new: [
|
||||
"Home page has been re-designed and has some cool animations.",
|
||||
"New login and register pages.",
|
||||
"Padding and margin adjusted and small design changes throughout the app."
|
||||
"Padding and margin adjusted and small design changes throughout the app.",
|
||||
"Added Oceania to the survey list."
|
||||
],
|
||||
fix: [
|
||||
'Fixed bugs with appearance settings not correctly working.'
|
||||
|
|
|
|||
|
|
@ -16,10 +16,39 @@ export default {
|
|||
{ name: "Asia", emoji: "🍜", code: "AS" },
|
||||
{ name: "North America", emoji: "🍟", code: "NA" },
|
||||
{ name: "South America", emoji: "🌴", code: "SA" },
|
||||
{ name: "Africa", emoji: "🦘", code: "AF" },
|
||||
{ name: "Oceania", emoji: "🌊", code: "OC" },
|
||||
{ name: "Africa", emoji: "🐘", code: "AF" }
|
||||
],
|
||||
|
||||
countries: [
|
||||
{ name: "American Samoa", emoji: "🇦🇸", code: "OC" },
|
||||
{ name: "Australia", emoji: "🇦🇺", code: "OC" },
|
||||
{ name: "Cook Islands", emoji: "🇨🇰", code: "OC" },
|
||||
{ name: "Fiji", emoji: "🇫🇯", code: "OC" },
|
||||
{ name: "Micronesia", emoji: "🇫🇲", code: "OC" },
|
||||
{ name: "Guam", emoji: "🇬🇺", code: "OC" },
|
||||
{ name: "Kiribati", emoji: "🇰🇮", code: "OC" },
|
||||
{ name: "Marshall Islands", emoji: "🇲🇭", code: "OC" },
|
||||
{ name: "Northern Mariana Islands", emoji: "🇲🇵", code: "OC" },
|
||||
{ name: "New Caledonia", emoji: "🇳🇨", code: "OC" },
|
||||
{ name: "Norfolk Island", emoji: "🇳🇫", code: "OC" },
|
||||
{ name: "Nauru", emoji: "🇳🇷", code: "OC" },
|
||||
{ name: "Niue", emoji: "🇳🇺", code: "OC" },
|
||||
{ name: "New Zealand", emoji: "🇳🇿", code: "OC" },
|
||||
{ name: "French Polynesia", emoji: "🇵🇫", code: "OC" },
|
||||
{ name: "Papua New Guinea", emoji: "🇵🇬", code: "OC" },
|
||||
{ name: "Pitcairn Islands", emoji: "🇵🇳", code: "OC" },
|
||||
{ name: "Palau", emoji: "🇵🇼", code: "OC" },
|
||||
{ name: "Solomon Islands", emoji: "🇸🇧", code: "OC" },
|
||||
{ name: "Tokelau", emoji: "🇹🇰", code: "OC" },
|
||||
{ name: "East Timor", emoji: "🇹🇱", code: "OC" },
|
||||
{ name: "Tonga", emoji: "🇹🇴", code: "OC" },
|
||||
{ name: "Tuvalu", emoji: "🇹🇻", code: "OC" },
|
||||
{ name: "U.S. Minor Outlying Islands", emoji: "🇺🇲", code: "OC" },
|
||||
{ name: "Vanuatu", emoji: "🇻🇺", code: "OC" },
|
||||
{ name: "Wallis and Futuna", emoji: "🇼🇫", code: "OC" },
|
||||
{ name: "Samoa", emoji: "🇼🇸", code: "OC" },
|
||||
|
||||
{ name: "Andorra", emoji: "🇦🇩", code: "EU" },
|
||||
{ name: "United Arab Emirates", emoji: "🇦🇪", code: "AS" },
|
||||
{ name: "Afghanistan", emoji: "🇦🇫", code: "AS" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue