1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

661 Commits

Author SHA1 Message Date
Patrik J. Braun
9ebb9d46b7 Improving blog UI #587 2023-09-20 18:54:36 +02:00
Patrik J. Braun
03bad354ef Fixing auto lightbox loading on navigation #587 #725 2023-09-20 18:51:41 +02:00
Patrik J. Braun
9e25d0f5b7 Show warning if a job failed #587 #725 2023-09-20 18:27:21 +02:00
Patrik J. Braun
de997fdffe Fix grid margin for small grid sizes #587 #725 2023-09-20 18:23:37 +02:00
Patrik J. Braun
55822c5cd8 Fix broken job scheduling. Also add UI indicator for active timer #725 2023-09-20 18:16:41 +02:00
Patrik J. Braun
eabb39d7b0 improve admin menu UI #587 #725 2023-09-19 23:53:09 +02:00
Patrik J. Braun
1df6c68776 Adding missing translation items #725 2023-09-19 21:24:11 +02:00
Patrik J. Braun
07328a7ae2 Add info panel to jobs #587 2023-09-19 21:10:33 +02:00
Patrik J. Braun
71c9df2d26 Fix photo merging #706 2023-09-13 23:24:29 +02:00
Patrik J. Braun
43b970c992 comment fix 2023-09-13 22:31:02 +02:00
Patrik J. Braun
e85fa29672 Improve blog inlining if no date was added #711 2023-09-13 22:29:21 +02:00
Patrik J. Braun
7d3343a8ff adding missing multiline selector #711 2023-09-12 21:21:13 +02:00
Patrik J. Braun
d7a9d1559a type fix 2023-09-12 00:09:11 +02:00
Patrik J. Braun
577a3ea480 Small bugfixes 2023-09-11 23:55:52 +02:00
Patrik J. Braun
3383e155bf improving linting 2023-09-11 23:47:41 +02:00
Patrik J. Braun
81068b6d66 improving linting 2023-09-11 18:57:51 +02:00
Patrik J. Braun
19aa1a0e90 Add missing gridSize mock 2023-09-11 17:02:55 +02:00
Patrik J. Braun
5a5aec8919 Only match data selectors if they are in a new line #711 2023-09-11 16:58:10 +02:00
Patrik J. Braun
8cc73f2780 Make grid size changer autoclose #716 2023-09-11 16:54:36 +02:00
Patrik J. Braun
b97d62d900 adding missing mock service 2023-09-11 16:48:48 +02:00
Patrik J. Braun
02daa25bc1 Refactor the config a bit to make it easier to understand: #587 2023-09-11 16:47:08 +02:00
Patrik J. Braun
26d94e0482 Add grid size changer #716 2023-09-11 16:31:50 +02:00
Patrik J. Braun
232e91c6fc Add blogs to right date if grouped by date #711 2023-09-11 14:18:11 +02:00
Patrik J. Braun
b5dce0a753 Implement oldest photo based sorting. fixes #675 2023-09-11 13:24:33 +02:00
Patrik J. Braun
009246707f Add background color to loading photos #587 2023-09-09 23:17:57 +02:00
Patrik J. Braun
b5a0b353e1 fixing admin debug state 2023-09-08 23:54:19 +02:00
Patrik J. Braun
c52feb548d Renaming min/max persons to faces #587 2023-09-08 23:17:18 +02:00
Patrik J. Braun
b383b7f585 Fixing Search error message (it was not showing) #683 2023-09-08 23:09:44 +02:00
Patrik J. Braun
d31cf0040c Improve search UI #683 2023-09-08 22:55:24 +02:00
Patrik J. Braun
b6b8170187 Toppick should send unique photos #683 2023-09-08 19:45:56 +02:00
Patrik J. Braun
518fe59921 improve settings layout #587 2023-09-08 19:33:25 +02:00
Patrik J. Braun
f72ef60cf0 improve map controls #587 2023-09-08 00:34:08 +02:00
Patrik J. Braun
cd27ca609f remove debug log #587 2023-09-08 00:17:13 +02:00
Patrik J. Braun
42aa7332b4 make navigator stay in one line if possible #587 2023-09-08 00:15:22 +02:00
Patrik J. Braun
6c62ed1d0f Make gpx files load faster on map #587 2023-09-08 00:09:21 +02:00
Patrik J. Braun
9d13cff002 Improve blog UI and fix missing short text #587 2023-09-08 00:04:24 +02:00
Patrik J. Braun
131af1f4f4 Fix job progress ui #587 2023-09-08 00:03:59 +02:00
Patrik J. Braun
01f1b69b41 Don't show controls before image is fullscreen #587 2023-09-07 23:51:37 +02:00
Patrik J. Braun
c8210b975f Increase photo open speed for a more modern style #587 2023-09-07 23:40:34 +02:00
Patrik J. Braun
f1b2f93c09 Improve albums and faces padding #587 2023-09-06 22:39:44 +02:00
Patrik J. Braun
d94753c252 Improve blog UI #711 2023-09-06 22:24:43 +02:00
Patrik J. Braun
fda22e8333 Rename sort by type persons to faces 2023-09-06 21:40:25 +02:00
Patrik J. Braun
3825c41f13 Add config to let blog be open by default #711, #712 2023-09-06 21:23:02 +02:00
Patrik J. Braun
d34015f1ef Fixing missing faces, also adding E2E tests to test them #704, fixes #713 2023-09-06 21:09:13 +02:00
Patrik J. Braun
c683ee71ab Adding memory to piper to reduce computation: https://stackoverflow.com/questions/77053367/rxjs-pipe-evaluates-too-often-then-breaks-in-anugular-app 2023-09-06 20:31:41 +02:00
Patrik J. Braun
6a38b67aae Exclude cypress folder from type config 2023-09-06 13:47:06 +02:00
Patrik J. Braun
90a5480ff6 Code cleanup and icon padding improvements #587 2023-09-05 22:26:42 +02:00
Patrik J. Braun
2b75866949 Fine markdowns #587 #711 2023-09-04 22:14:25 +02:00
Patrik J. Braun
e3eda4676e Fine lightbox controls #587 2023-09-04 21:52:15 +02:00
Patrik J. Braun
6188270412 Fine tuning app icon #690 #587 2023-09-04 21:16:50 +02:00
Patrik J. Braun
ed56de4523 Implenenting groupped markdowns #711 2023-09-03 18:35:57 +02:00
Patrik J. Braun
5a852dc443 Add more file sizes for groupping #706 2023-09-03 15:20:24 +02:00
Patrik J. Braun
440daba68c Adding never indexing severity to only index if explicitly asked. fixes #613 2023-09-02 16:06:23 +02:00
Patrik J. Braun
b8ed84b7ae Updating config name checking for settings. Obfuscation broke name matching so object matching is needed. fixes #709 2023-09-02 15:48:28 +02:00
Patrik J. Braun
569b11b1b1 Keeping edge only #708 2023-09-02 15:20:28 +02:00
Patrik J. Braun
57b288feb6 Renaming nightly tag to edge #708 2023-09-02 15:07:43 +02:00
Patrik J. Braun
d32e14894b Making multi layer gpx path render properly. Fixes #703 2023-09-01 23:54:36 +02:00
Patrik J. Braun
70f4b02659 Adding sort by file size. Fixes #222 2023-09-01 23:11:15 +02:00
Patrik J. Braun
442a9ab690 Fixing media merging #706 2023-09-01 22:54:31 +02:00
Patrik J. Braun
7b7afc01f0 Fixing settings AlbumCover sorting #706 2023-09-01 08:38:46 +02:00
Patrik J. Braun
c8ca71bf41 Fixing photo merging also adding tests #706 2023-08-31 21:57:42 +02:00
Patrik J. Braun
6de2aeed57 Fix grid image merging 2023-08-31 00:10:27 +02:00
Patrik J. Braun
040e8f1ff2 Improving sorting follow UI 2023-08-31 00:00:02 +02:00
Patrik J. Braun
961fcf3dea Refactoring sorting Enum and creating grouping and sorting config 2023-08-30 23:07:13 +02:00
Patrik J. Braun
2febe176de Implementing sorting method selector to settings 2023-08-30 18:56:49 +02:00
Patrik J. Braun
b6d8e5dfd1 Improve grouping UI 2023-08-29 22:43:27 +02:00
Patrik J. Braun
434e6aaacd Implementing grouping selector button 2023-08-29 22:14:38 +02:00
Patrik J. Braun
3f35c35a13 Adding grouping selector UI 2023-08-28 23:50:41 +02:00
Patrik J. Braun
0a1fb29c9f Implementing grouping 2023-08-28 21:26:00 +02:00
Patrik J. Braun
0cf0e733b4 Improve screen resizing 2023-08-26 15:37:01 +02:00
Patrik J. Braun
340360e5c7 Fixing filter width 2023-08-26 15:18:30 +02:00
Patrik J. Braun
4714bafdc5 Add 1s min. slideshow speed #587 2023-08-26 01:02:55 +02:00
Patrik J. Braun
23fa328f36 Fixing splash screen icon #587 2023-08-26 00:50:11 +02:00
Patrik J. Braun
9e3185154d Fixing lightbox icon positions #587 2023-08-25 22:33:43 +02:00
Patrik J. Braun
5d69d225df Fixing small ui bugs #587 2023-08-25 22:02:04 +02:00
Patrik J. Braun
839f399908 Adding cover photo change explanation #679 2023-08-25 21:32:45 +02:00
Patrik J. Braun
3c9c7e01a3 Renaming preview to cover to reduce confusion #679 2023-08-25 21:24:05 +02:00
Patrik J. Braun
dd9f804f2c Reverting: Printing photo count to directories. Its more complex than this. #376 2023-08-25 20:56:23 +02:00
Patrik J. Braun
231ed38a2a Printing photo count to directories #376 2023-08-25 20:51:03 +02:00
Patrik J. Braun
e6615e3bd4 Fixing navigation with name collision fixes #700 2023-08-25 20:46:12 +02:00
Patrik J. Braun
df9ffe503d Replacing app icon with new outline camera + raspberry head icon
#587
2023-08-25 20:30:46 +02:00
Patrik J. Braun
c8242a7c7d Replacing icons with https://ionic.io/ionicons in rest of the app
#587
2023-08-24 22:15:59 +02:00
Patrik J. Braun
3918dd2384 Replacing icons with https://ionic.io/ionicons in settings
#587
2023-08-24 21:11:40 +02:00
Patrik J. Braun
e93ff6095e Replacing icons with https://ionic.io/ionicons job chevron
#587
2023-08-24 09:41:26 +02:00
Patrik J. Braun
258770ef6e Replacing icons with https://ionic.io/ionicons in settings
#587
2023-08-24 09:35:13 +02:00
Patrik J. Braun
da91f1082c Replacing icons with https://ionic.io/ionicons at multiple places
#587
2023-08-22 23:18:46 +02:00
Patrik J. Braun
9b487bdf99 Replacing icons with https://ionic.io/ionicons at Albums
#587
2023-08-22 22:46:15 +02:00
Patrik J. Braun
6738f54724 Replacing icons with https://ionic.io/ionicons at multiple places
#587
2023-08-22 22:31:28 +02:00
Patrik J. Braun
41193c0826 Replacing icons with https://ionic.io/ionicons lightbox info panel also improving lightbox controls
#587
2023-08-22 09:24:48 +02:00
Patrik J. Braun
de6faf1d70 Replacing icons with https://ionic.io/ionicons lightbox
#587
2023-08-20 22:09:53 +02:00
Patrik J. Braun
d95bde2675 Replacing icons with https://ionic.io/ionicons in gallery grid
#587
2023-08-20 11:34:14 +02:00
Patrik J. Braun
064b254967 Replacing icons with https://ionic.io/ionicons in search
#587
2023-08-20 11:12:15 +02:00
Patrik J. Braun
6a004c2abb Replacing icons with https://ionic.io/ionicons on the main page
#587
2023-08-20 10:19:50 +02:00
Patrik J. Braun
ca51e70e8e Improve sharing list design and prevent accidental shares #607 2023-08-12 11:08:58 +02:00
Patrik J. Braun
4c10f9dd82 Implement basic sharing listing on UI #607 2023-08-11 17:44:51 +02:00
Patrik J. Braun
d35d9e88e6 Set theme already on the login page #587 2023-08-09 23:25:56 +02:00
Patrik J. Braun
99590487b2 Merge remote-tracking branch 'origin/master' 2023-08-09 22:47:22 +02:00
Patrik J. Braun
84e3735b78 Improving icon color 2023-08-09 22:47:11 +02:00
Patrik J. Braun
cd5e21861c
Update frame.component.ts
fix isDesktop logic
2023-08-09 09:43:47 +02:00
Patrik J. Braun
6d91416fd6 Remove empty ctor. 2023-08-09 00:05:51 +02:00