1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Vincent Salucci
4853fb3e29 [Send] Add/Edit functionality (#1622)
* Update jslib (0951424 -> 1968dbf)

* [Send] Browser integration initial commit

* Update jslib (1968dbf -> 8a3b551)

* Cleaned up integration

* added radio button style support // updated warning UI/UX

* Update jslib (8a3b551 ->42348e2)
2021-02-23 15:37:55 -06:00
Vincent Salucci
8d2e436a05 [Send] Type component (#1608)
* Initial commit of send type component

* Update jslib (ee164be -> 0951424)

* Update constructor for new jslib
2021-02-12 16:28:31 -06:00
Oscar Hinton
3e79dd245b Safari Web Extension Port from App Extension (#1531) 2021-02-03 20:36:05 +01:00
Chad Scharf
336f8f3117 Revert "Safari Web Extension Port from App Extension" 2021-01-13 17:08:33 -05:00
Hinton
db59f2791a Merge branch 'master' of github.com:bitwarden/browser into feature/safari-webext
# Conflicts:
#	src/browser/safariApp.ts
#	src/safari/safari/SafariExtensionViewController.swift
#	src/services/browserPlatformUtils.service.ts
2021-01-13 14:21:45 +01:00
Matt Gibson
0cd6efd67f Move share from edit to view. Fix animations (#1497)
* Move share from edit to view. Fix animations

Editing and Sharing a cipher simultaneously results in lost edits. Move
share button to the view page to resolve this confusion.

Previous routing caused the share form to be animated again on
submition, resulting in a stuttering page load. This method correctly
animates all transitions with the concession that the share page
always takes you back to the view page. This is not necessarily the current
behavior, but it is the most likely behavior in the current scheme

* Update jslib reference
2020-12-17 11:06:31 -06:00
Hinton
27ca7cc739 WIP Safari web extension 2020-12-07 20:00:49 +01:00
Vincent Salucci
c57340c4f3 Implement personal item cloning capability (#1129)
* Initial pass of clone item

* Updated npm sub:pull script to include target branches

* Made requested changes

* Formatting changes

* Fixed lint warnings
2020-02-04 16:08:13 -05:00
Kyle Spearrin
d8f423711a resolve browserapi 2019-08-21 09:28:42 -04:00
Kyle Spearrin
3bce3ede25 lock animation only on non-safari 2019-08-21 09:26:27 -04:00
Kyle Spearrin
4ba0636cd8 move function expressions to exported functions 2018-11-06 16:55:40 -05:00
Kyle Spearrin
0cdc343ce0 forward/back animations for nested cipher folders/cols 2018-10-29 08:58:20 -04:00
Kyle Spearrin
69e664a154 WIP: add support for nested folders and collection 2018-10-26 12:37:55 -04:00
Kyle Spearrin
b83188993f go back to view after sharing 2018-10-23 16:17:30 -04:00
Kyle Spearrin
80e71d4923 collection management 2018-10-23 12:16:27 -04:00
Kyle Spearrin
db5855aa4b fixes and move to jslib share component 2018-10-23 10:29:05 -04:00
Kyle Spearrin
8737f76edc updated dates and password history 2018-07-30 10:54:38 -04:00
Kyle Spearrin
b16ddbbb45 fix trailing whitespace 2018-04-14 14:29:25 -04:00
Kyle Spearrin
bbee1790e1 sort animation imports 2018-04-13 22:10:27 -04:00
Kyle Spearrin
5bf7faa09a settings -> options page 2018-04-13 14:19:33 -04:00
Kyle Spearrin
b7bd83cc65 premium page 2018-04-13 13:18:56 -04:00
Kyle Spearrin
0505043e18 sync component 2018-04-13 11:49:03 -04:00
Kyle Spearrin
7c8cbb8037 no animation when unlocked 2018-04-13 11:07:56 -04:00
Kyle Spearrin
c895ec386e animation for edit-cipher => tabs (delete op) 2018-04-13 00:23:05 -04:00
Kyle Spearrin
082a74c241 folder listing, add/edit components, cleanup 2018-04-13 00:06:48 -04:00
Kyle Spearrin
f725aa9a60 cipher attachments 2018-04-11 13:51:09 -04:00
Kyle Spearrin
2ad34c5119 replace tools with password generator 2018-04-10 23:03:29 -04:00
Kyle Spearrin
67ab9b1d3e move new app into popup folder 2018-04-10 21:54:20 -04:00