Commit Graph

251 Commits

Author SHA1 Message Date
Kirk van Gorkom
2a929e0c54 v0.59.15+158 2025-04-07 22:44:40 -07:00
Kirk van Gorkom
7f885179e5 v0.59.14+157 2025-04-04 18:08:49 -07:00
Kirk van Gorkom
0c43e10a73 v0.59.13+156 2025-04-03 15:43:25 -07:00
Amanda Bullington
787410876f Update AICamera icon (#2815) 2025-03-31 13:55:04 -07:00
Johannes Klein
2437b02966 v0.59.12+155 2025-03-27 17:55:42 +01:00
Johannes Klein
ce7d398d10 v0.59.12 2025-03-27 17:54:53 +01:00
Kirk van Gorkom
5cafd83fab v0.59.11+154 2025-03-21 21:27:37 -07:00
Amanda Bullington
4bd212813e Update ai camera icon (#2792)
* First attempt, but need to replace SVGs

* Icons

* Update aicamera across app with Figma sizing
2025-03-21 13:16:25 -07:00
Johannes Klein
de097fffe9 v0.59.10+153 2025-03-19 15:50:21 +01:00
Johannes Klein
620eee7711 v0.59.10 2025-03-19 15:47:20 +01:00
Johannes Klein
c878715e58 v0.59.9+152 2025-03-17 15:44:33 +01:00
Johannes Klein
a998c52582 v0.59.9 2025-03-17 15:41:54 +01:00
Johannes Klein
c72344d3b5 v0.59.8+151 2025-03-14 17:47:18 +01:00
Johannes Klein
7f9f6ea42d v0.59.8 2025-03-14 17:46:17 +01:00
Johannes Klein
e0cee641d1 v0.59.7+150 2025-03-13 17:28:17 +01:00
Johannes Klein
69441b2323 v0.59.7 2025-03-13 17:26:58 +01:00
Amanda Bullington
d4d29b3aa8 Fix icons for dropdown carets in ObsEdit (#2748)
* Add icon

* Add icon

* Add icon

* Fix triangle dropdowns on ObsEdit other data section

* Update snapshots
2025-03-12 14:53:45 -07:00
Johannes Klein
7a85e375c1 v0.59.6+149 2025-03-12 16:50:00 +01:00
Johannes Klein
ee11bceebc v0.59.6 2025-03-12 16:48:55 +01:00
Johannes Klein
5f2c6cd81f v0.59.5+148 2025-03-11 17:53:15 +01:00
Johannes Klein
e39dc03078 Bump version 2025-03-11 17:52:24 +01:00
Johannes Klein
194926aae8 v0.59.4+147 2025-03-11 17:30:56 +01:00
Johannes Klein
626fbfd94f Full screen loading state on match screen (#2717)
* Build UI for loading state between AI->Match

* Make designs for AI loading screen match Figma

* Selective changes from bf872e2d4f

* Selective changes from 9ed81f99c7

* Selective changes from 4bc7c3474f

* Selective changes from 4916cf70fb

* Replace loading state from store with props

* Add some types

* Make component agnostic of what skipping does

* Remove debug info

* Add more debug data

* Elongate loading state if online errors out and offline is still loading in sequence

* Remove underline

This classname had no effect as far as I can tell.

* Hide skip button when it has no function

* Remove a comment that slipped through partial cherry-picking

* Split apart online and offline fetch status

Weird but even though they start in sequence it happened to me that online error was received after offline was fetched successfully. So, Let's split apart online and offline loading state.

---------

Co-authored-by: Amanda Bullington <albullington@gmail.com>
2025-03-07 11:50:49 +01:00
Kirk van Gorkom
2ac737e9ad v0.59.4+146 2025-03-06 22:27:23 -08:00
Kirk van Gorkom
c203b6c8d9 v0.59.3+145 2025-03-06 10:52:37 -08:00
Johannes Klein
6b269192ff v0.59.2+144 2025-03-04 18:08:58 +01:00
Johannes Klein
bd4723c2d2 Bump version 2025-03-04 17:57:45 +01:00
Johannes Klein
6b50f2db45 v0.59.1+143 2025-02-22 10:55:24 +01:00
Johannes Klein
990eaeff39 v0.59.1 2025-02-22 10:52:15 +01:00
Johannes Klein
6484fd0c7f v0.59.0+142 2025-02-20 16:19:59 +01:00
Johannes Klein
f90ff4f968 v0.59.0 2025-02-20 16:17:56 +01:00
Johannes Klein
e2ee6170ea Some camera design changes with using geomodel (#2677)
* Do not show double gap for when no zoom button to show

* Add location-off icon

* Basic location button for camera

* Do not show new button in default mode

* In advanced mode using geomodel is opt-in with the button state

* Basic info box layout

* Add opacity

* Update strings.ftl

* Use location if present

* If no location permission given, show permission gate on pressing use location

* Minor restyle for offline text

* Refactor LocationStatus and add animation

* Update snapshot tests
2025-02-20 11:32:47 +01:00
Amanda Bullington
400f118ad9 Change terminology from gallery to photo library (#2663)
* Update user-facing terminology from gallery to photo library

* Update terminology for devs to make the user-facing change easier to remember

* Update snapshots
2025-02-13 17:11:28 -08:00
Johannes Klein
d8c956ba7f v0.58.2+141 2025-02-12 17:45:26 +01:00
Johannes Klein
ce36e75176 v0.58.2 2025-02-12 17:44:14 +01:00
Johannes Klein
61c0e95505 v0.58.1+140 2025-02-07 11:39:33 +01:00
Johannes Klein
db21cbd766 v0.58.1 2025-02-07 11:19:00 +01:00
Johannes Klein
1d599458f0 v0.58.0+139 2025-02-05 16:39:03 +01:00
Johannes Klein
11d262e10e Some signup login flow UI changes (#2645)
* Add title string

* Label for icon button

* Restyle 3rd party sign in section

* Add apple svg icon

* Use apple svg

* Add google icon

* Update strings.ftl

* Partially bold string

* SignUpForm TS

* SignUpConfirmation TS

* Rename signup screens

* SignUpConfirmation TS

* Remove string

* TS fixes

* Button text change

* Remove superfluous margin

* Move two text fields to sign up confirmation

* Revert "Remove superfluous margin"

This reverts commit 6a8fe1e7cf.

* Add TODO

* Remove text under Continue button

* Reorder states

* Close button only on login

* LoginSignupWrapper TS

* SignUp TS

* Remove Learn More screen

* Update text input field label

* Remove email confirmation screen

* Disable button when inputs empty

* Navigate to main after register

* Only show one check box

* Add error component to first signup screen

* Partially italics string

* Remove previous text

* SignUpConfirmationForm TS

* Add a type

* Make exclamation mark appear white

* Example email validation

* Updated Learn More webview title

* Comment out some registration fields from previous checkboxes

* Add comment

* Update Error.tsx

* Set all previously separate checkbox consents to true if the one is checked

* Revert removal of LearnMore screen

* Navigate to Learn More screen

* Update LoginForm.tsx

* Revert "Remove email confirmation screen"

This reverts commit 52c396e411.

* Use pink_flower as background for Learn More screen

* Remove old confirmation screen

* Remove LearnMore demo

* Show translated error text for common errors

* Force dark buttons in signup/login flow screens

* Add text to forgot password page

* Change text input label
2025-02-05 11:36:57 +01:00
Kirk van Gorkom
9894e25700 v0.57.6+138 2025-01-27 16:38:45 -08:00
Kirk van Gorkom
00b7170338 v0.57.5+137 2025-01-27 16:20:52 -08:00
Kirk van Gorkom
65d391afbe v0.57.4+136 2025-01-24 20:23:35 -08:00
Johannes Klein
eda2c6a7c7 v0.57.3+135 2025-01-17 12:07:55 +01:00
Kirk van Gorkom
60ae8eef9d v0.57.2+134 2025-01-16 20:46:38 -08:00
Kirk van Gorkom
9e593c1779 v0.57.1+133 2025-01-16 16:47:06 -08:00
Ken-ichi Ueda
ad6909c95c v0.57.0+132 2024-12-12 12:41:50 -08:00
Ken-ichi Ueda
9b39af987d v0.56.0+131 2024-12-07 00:28:18 -08:00
Ken-ichi Ueda
8434988c83 v0.55.3+130 2024-12-04 16:20:08 -08:00
Johannes Klein
94a495ec36 v0.55.2+129 2024-11-29 15:18:17 +01:00
Johannes Klein
1aaf19de5d v0.55.1+128 2024-11-25 12:04:11 +01:00