Min Idzelis
|
e7edbcdf04
|
feat(server): lighter buckets (#17831)
* feat(web): lighter timeline buckets
* GalleryViewer
* weird ssr
* Remove generics from AssetInteraction
* ensure keys on getAssetInfo, alt-text
* empty - trigger ci
* re-add alt-text
* test fix
* update tests
* tests
* missing import
* feat(server): lighter buckets
* fix: flappy e2e test
* lint
* revert settings
* unneeded cast
* fix after merge
* Adapt web client to consume new server response format
* test
* missing import
* lint
* Use nulls, make-sql
* openapi battle
* date->string
* tests
* tests
* lint/tests
* lint
* test
* push aggregation to query
* openapi
* stack as tuple
* openapi
* update references to description
* update alt text tests
* update sql
* update sql
* update timeline tests
* linting, fix expected response
* string tuple
* fix spec
* fix
* silly generator
* rename patch
* minimize sorting
* review
* lint
* lint
* sql
* test
* avoid abbreviations
* review comment - type safety in test
* merge conflicts
* lint
* lint/abbreviations
* remove unncessary code
* review comments
* sql
* re-add package-lock
* use booleans, fix visibility in openapi spec, less cursed controller
* update sql
* no need to use sql template
* array access actually doesn't seem to matter
* remove redundant code
* re-add sql decorator
* unused type
* remove null assertions
* bad merge
* Fix test
* shave
* extra clean shave
* use decorator for content type
* redundant types
* redundant comment
* update comment
* unnecessary res
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
|
2025-05-19 16:40:48 -05:00 |
|
Arno
|
4ebc25c754
|
feat(mobile): Folder View for mobile (#15047)
* very rough prototype for folder navigation without assets
* fix: refactored data model and tried to implement asset loading
* fix: openapi generator shadowing query param in /view/folder
* add simple alphanumeric sorting for folders
* basic asset viewing in folders
* rudimentary switch sorting order
* fixed reactivity when toggling sort order
* Fixed trailing comma
* Fixed bad merge conflict resolution
* Regenerated open-api
* Added rudimentary breadcrumbs
* Fixed linting problems
* feat: cleanup
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
|
2025-03-06 17:27:43 +00:00 |
|
Jason Rasmussen
|
ad33ce5938
|
refactor(mobile): open api dto upgrade (#12793)
|
2024-09-23 15:41:41 -04:00 |
|
Alex
|
5ec407b57c
|
chore(mobile): properly patch openapi with custom response dto (#11753)
|
2024-08-13 14:39:25 -05:00 |
|
Jason Rasmussen
|
2e39243670
|
deps: open-api generator (#6655)
* deps: open-api generator
* fix: unused sed/replace
|
2024-01-26 11:40:28 -05:00 |
|
Ben McCann
|
84f8a4ac3b
|
chore(open-api): remove no-op patch (#6649)
* chore: remove no-op patch
* address code review
|
2024-01-25 23:50:48 -05:00 |
|
Jason Rasmussen
|
2439c5ab57
|
refactor: open api (#6334)
|
2024-01-12 07:36:27 -05:00 |
|