d8987067b4
Merge pull request #32 from Derpy-Leggies/unstable
...
Security
2024-01-23 14:31:56 +00:00
6e77ba6b2e
Merge branch 'main' into unstable
2024-01-23 14:31:50 +00:00
396f4a7908
Security
2024-01-23 14:28:44 +00:00
d901eab433
Merge pull request #31 from Derpy-Leggies/dependabot/pip/werkzeug-3.0.1
...
Bump werkzeug from 2.3.7 to 3.0.1
2023-11-05 10:49:58 +00:00
dependabot[bot]
b1d28bc25b
Bump werkzeug from 2.3.7 to 3.0.1
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 2.3.7 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/2.3.7...3.0.1 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-04 13:54:29 +00:00
c8c523987b
Merge pull request #30 from Derpy-Leggies/deepsource-autofix-1554309f
...
refactor: refactor unnecessary `else` / `elif` when `if` block has a `return` statement
2023-09-27 20:28:21 +01:00
deepsource-autofix[bot]
55c5fc482c
refactor: refactor unnecessary else
/ elif
when if
block has a return
statement
...
The use of `else` or `elif` becomes redundant and can be dropped if the last statement under the leading `if` / `elif` block is a `return` statement.
In the case of an `elif` after `return`, it can be written as a separate `if` block.
For `else` blocks after `return`, the statements can be shifted out of `else`. Please refer to the examples below for reference.
Refactoring the code this way can improve code-readability and make it easier to maintain.
2023-09-27 18:20:34 +00:00
fd08fbd0c8
Merge pull request #29 from Derpy-Leggies/unstable
...
Unstable
2023-09-27 14:00:31 +01:00
b4bc8c61ec
Allow for styling
2023-09-27 13:59:31 +01:00
3496a3bbe9
Update readme with notice
2023-09-27 11:37:34 +01:00
317c875cf0
Functional settings menu plus sass stuff apparently?
2023-09-27 11:32:39 +01:00
1a59e413a9
Move colours to HSL, probably a mistake
2023-09-26 19:36:49 +01:00
9821db72c6
Yeet old runner script as it was useless
...
Clean up code and styling
2023-09-26 13:43:00 +01:00
0b640bf93c
Merge pull request #28 from Derpy-Leggies/deepsource-autofix-d3b417dc
...
refactor: refactor `if` expression
2023-09-25 09:49:32 +01:00
deepsource-autofix[bot]
a0e381a34d
refactor: refactor if
expression
...
The `if` expression used here can be simplified to increase the code readability. Example:
2023-09-25 08:49:13 +00:00
c89ec7af11
Merge pull request #27 from Derpy-Leggies/unstable
...
Add context menu script
2023-09-24 19:53:54 +01:00
8a4fe891ef
Add context menu script
2023-09-24 19:53:14 +01:00
38a1b79ac1
Merge pull request #26 from Derpy-Leggies/unstable
...
Unstable
2023-09-24 15:46:43 +01:00
2db4d0a6ea
Merge branch 'main' into unstable
2023-09-24 15:46:36 +01:00
54a98a8591
Clean up JS for Groups and Images page
...
Clean up group.py and image.py
2023-09-24 15:42:26 +01:00
bdecdaff7c
Fix broken runner.py
2023-09-24 10:48:03 +01:00
d19a33501a
🦞
2023-08-04 17:34:08 +00:00
4c7bf9706f
remove unnecessary sass
...
clean up metadata parser (kinda)
2023-07-03 08:49:01 +00:00
3c09fb494b
Rename layout to base and clean up HTML
2023-05-29 10:42:17 +00:00
d9714da918
AAAA
2023-05-29 10:41:53 +00:00
b30e336ae6
Clean up Styling
2023-05-29 10:41:08 +00:00
bc2ed9e2be
Cookie for tracking if info tab should be shown
2023-05-29 10:40:29 +00:00
e5b066a50c
Update Colour utils
2023-05-29 10:39:53 +00:00
ca91809a44
Update Grid and Square functions
2023-05-29 10:39:31 +00:00
4435325003
Bump Dependencies
2023-05-29 10:39:03 +00:00
1fade10c41
Create Macros
2023-05-29 10:34:25 +00:00
786711dc6c
Merge pull request #25 from Fluffy-Bean/dependabot/pip/flask-2.3.2
...
Bump flask from 2.2.3 to 2.3.2
2023-05-02 11:34:30 +01:00
dependabot[bot]
1d969ec3c0
Bump flask from 2.2.3 to 2.3.2
...
Bumps [flask](https://github.com/pallets/flask ) from 2.2.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.3.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 10:33:05 +00:00
3e3598ae10
Working prototype for Lychee like image grid
2023-04-22 19:58:10 +00:00
85d4b47760
Fixy image tags
2023-04-22 15:13:15 +00:00
113391dc74
Black
2023-04-22 14:11:47 +00:00
13a0b21710
Add colour contrast filter
...
Make colours on images yoinkable
2023-04-22 14:11:25 +00:00
76cc8456d2
Add clipboard function
2023-04-22 13:48:06 +00:00
e9e3706172
Move JS to layout HTML for faster loading
...
Keep images square through JS and not a bug with ::after
2023-04-22 13:45:29 +00:00
ac2e73042e
Broken gradient on groups
2023-04-22 11:52:10 +00:00
77167b902d
Update version
2023-04-22 11:46:56 +00:00
2cf7bc9091
Use Picture element to automatically choose webp
...
Remove loadOnView function as has to be remade for new picture element
Remove broken way of checking for Webp support
2023-04-22 11:46:20 +00:00
16df5bc255
Optimise loading and reduce image size
2023-04-22 10:29:57 +00:00
df2b2091ec
Add User profile picture to image details
2023-04-22 09:39:27 +00:00
e8cde31458
Use info-tab as settings container
2023-04-22 09:03:05 +00:00
0e2fee8260
Betterer sizes
2023-04-22 09:02:25 +00:00
2af2a36b74
More info to Link previews
2023-04-22 09:02:05 +00:00
bb7b9fb2c3
Optimize banner
2023-04-22 08:50:19 +00:00
63b725a5b7
Merge pull request #24 from Fluffy-Bean/unstable
...
Unstable
2023-04-21 18:51:09 +01:00
e3c25a5241
Pylinty
2023-04-21 17:49:08 +00:00