Commit Graph

23 Commits

Author SHA1 Message Date
Tobias Speicher d20d7734cd
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-14 01:22:33 +02:00
Bruno Windels 41d7308ba8 have a separate parse method for identifier so we don't validate the fragment hash 2021-09-14 10:44:27 +02:00
Danila Fedorin b57fbd8b6d Add suggestions for invalid URLs 2021-08-30 14:14:31 -07:00
Danila Fedorin e4aeadecd7 Add a 'invalid URL' view 2021-08-30 12:05:42 -07:00
Danila Fedorin 628e99ba2d Cleanup view switching code a bit 2021-08-30 11:08:58 -07:00
Danila Fedorin 878663ca07 Start work on handling invalid URLs 2021-08-30 11:01:56 -07:00
Danila Fedorin a773daa0cd Merge branch 'main' into danilafe/legal-disclaimer 2021-08-26 09:39:44 -07:00
Danila Fedorin f862ed1403 Hide links when opening policy, show policy when navigated after load 2021-08-25 15:06:13 -07:00
Danila Fedorin 34b30de288 Add a legal disclaimer view 2021-08-25 14:47:42 -07:00
Michael Telatynski acd881385c Mass Tabs -> Spaces conversion 2021-07-23 12:25:21 +01:00
Bruno Windels aa62f1fedc more tweaking to server consent flow and changing servers on preview 2020-12-04 14:00:09 +01:00
Bruno Windels c68e00f7a2 implement homeserver consent stage 2020-12-04 12:34:31 +01:00
Bruno Windels 285ef27b0b add support for loading privacy policies
so we can link to them in a new tab from server selection
2020-12-04 10:33:31 +01:00
Bruno Windels 36710eccc4 some styling for create link form 2020-12-02 16:06:48 +01:00
Bruno Windels 0fc203dff5 basic impl of creating a link, with preview 2020-12-02 15:39:33 +01:00
Bruno Windels 5d40d01360 make preview useable without client list, to reuse in create link view 2020-12-02 15:36:54 +01:00
Bruno Windels cf489284c9 add weechat 2020-12-01 19:00:50 +01:00
Bruno Windels c1bc2546fd add basic preferences 2020-12-01 12:06:37 +01:00
Bruno Windels 8659594c22 very basic client list code 2020-11-30 21:05:26 +01:00
Bruno Windels bb4450e562 named options 2020-11-30 12:49:31 +01:00
Bruno Windels f4cd2a5112 update UI when hash changes 2020-11-30 11:24:08 +01:00
Bruno Windels 4d15ce40c1 minimal working version of user preview 2020-11-30 10:57:39 +01:00
Bruno Windels ead94695f1 preview view model 2020-11-27 21:28:54 +01:00