Browse Source

merged with master

gh-pages
Igor Zhukov 10 years ago
parent
commit
e3c18fe1c0
  1. 3
      app.manifest
  2. 5
      css/app.css
  3. BIN
      img/Manytabs.png
  4. 32
      js/app.js
  5. 7
      js/locales/en-us.json
  6. 3
      webogram.appcache

3
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Sun Oct 18 2015 15:53:10 GMT+0200 (CEST)
# Time: Wed Oct 21 2015 16:01:30 GMT+0200 (CEST)
CACHE:
@ -8,6 +8,7 @@ favicon_unread.ico
css/app.css
css/desktop.css
css/mobile.css
img/Manytabs.png
img/Telegram.png
img/Telegram72.png
img/Telegram72_2x.png

5
css/app.css

@ -1844,6 +1844,11 @@ a.md_modal_list_peer_name{color:inherit}
.md_photo_loading{display:block;width:72px;height:72px;border-radius:36px;overflow:hidden;background:#48769b;text-align:center;line-height:72px;padding:0}
.md_photo_loading i{display:inline-block;background:#fff;width:8px;height:8px;border-radius:4px;vertical-align:middle;border:0;margin-left:6px}
.md_photo_loading i:first-child{margin-left:0}
.inactive_page_content{max-width:400px;margin:0 auto;text-align:center}
.inactive_image{display:block;background:url(../img/Manytabs.png) no-repeat;width:341px;height:262px;margin:0 auto}
.inactive_title{font-size:18px;color:#444}
.inactive_description{color:#666;font-size:15px;line-height:150%}
.inactive_actions{margin-top:15px}
@media print{body,html{background:#fff}
body .im_page_wrap{border:0;box-shadow:none;overflow:visible}
body .im_bottom_panel_wrap,body .im_dialogs_col_wrap,body .tg_head_logo_wrap,body .tg_head_msgs_edit_btn,body .tg_head_peer_dropdown,body .tg_head_peer_return_btn{display:none}

BIN
img/Manytabs.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

32
js/app.js

File diff suppressed because one or more lines are too long

7
js/locales/en-us.json

@ -360,7 +360,6 @@
"error_modal_flood_description": "You are performing too many actions. Please try again later.",
"error_modal_internal_description": "Internal server error occured. Please try again later.",
"error_modal_tech_details": "Technical details here",
"error_modal_multiple_open_tabs": "Please close other Telegram app tabs.",
"error_modal_recovery_na_description": "Since you haven't provided a recovery e-mail when setting up your password, your remaining options are either to remember your password or to reset your account.",
"error_modal_password_success_descripion": "Your password for Two-Step Verification is now active.",
"error_modal_password_disabled_descripion": "You have disabled Two-Step Verification.",
@ -531,6 +530,12 @@
"phonebook_modal_submit_active": "Importing",
"phonebook_modal_submit": "Import contacts",
"inactive_tab_title": "Telegram: Zzz...",
"inactive_title": "Such error, many tabs",
"inactive_description_md": "Telegram supports only one active tab with the app.\nPlease reload this page to continue using this tab or close it",
"inactive_reload_btn": "Reload App",
"country_select_modal_country_ab": "Abkhazia",
"country_select_modal_country_af": "Afghanistan",
"country_select_modal_country_ax": "Åland Islands",

3
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Sun Oct 18 2015 15:53:10 GMT+0200 (CEST)
# Time: Wed Oct 21 2015 16:01:30 GMT+0200 (CEST)
CACHE:
@ -8,6 +8,7 @@ favicon_unread.ico
css/app.css
css/desktop.css
css/mobile.css
img/Manytabs.png
img/Telegram.png
img/Telegram72.png
img/Telegram72_2x.png

Loading…
Cancel
Save