447e72b16e
refactor: Add CSS extraction for production build
...
- Add `mini-css-extract-plugin` to `devDependencies`
- Optimize production builds with `MiniCssExtractPlugin`
- Improve CSS webpack rules for production and development builds
2023-05-29 12:44:29 +01:00
57bd41febf
refactor: Refactor webpack config and asset handling
...
- Improve webpack performance and configuration
- Delete unnecessary CSS and binary files
- Adjust ESLint ignored files list
- Update package.json with webpack mode for dev and prod scripts
- Move app.css to app.js in master.blade.php
2023-05-08 21:56:05 +01:00
a0db33067c
2023 Redesign v1
2023-04-07 15:09:29 +01:00
ae43cf0928
Fix profile links and pagination
2022-05-15 17:10:42 +01:00
4e7170f3c6
Dependency updates
2022-01-08 18:40:34 +00:00
394a0cf15d
Re-compiled css assets
2021-08-31 16:53:07 +01:00
b7a4efb555
Update dependencies and re-compile assets
2021-04-29 20:36:13 +01:00
1406e8b520
Some dependency updates
2021-01-31 14:50:01 +00:00
42340828bf
Pass js through babel and eslint
2020-11-27 15:22:54 +00:00
c4eed8e41a
Use webpack and postcss to generate CSS
2020-11-15 18:50:19 +00:00
ca882d0240
Update dependencies and rework webpack flow
2020-11-01 14:24:36 +00:00
868efc36f6
Minor fixes
...
Improve how we link to external fonts, change csp generating code, fix
width of pagination links
2020-06-25 20:50:32 +01:00
e649c2ebac
Update site styles, better layout, new fonts, some colours
2020-06-23 21:14:23 +01:00
c20a2f403c
Add some colours and new fonts
2020-06-22 20:58:53 +01:00
0104112b59
Break long client URLs on mobile
2020-03-08 14:18:37 +00:00
debbfa98d6
Use macro for pagination links
2020-02-23 17:12:17 +00:00
605ef1ef0b
Improve bookmark layout
...
First bookmark on the bookmarks page now has spacing added to the top
2020-02-21 19:38:33 +00:00
980f2e14d7
Mobile changes:
...
- Header layout fixed
- Improved markup for better click region of header
- reduced width of search input on mobile
2020-02-21 18:57:44 +00:00
f17511dccd
Tweak mobile layout rules
2020-02-21 18:26:52 +00:00
0001d5cd66
Update compiled assets
2020-01-26 12:20:10 +00:00
b2b6693aec
Ooof, got the dependencies all up to date as well
...
Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
2019-10-27 16:15:14 +00:00
5ef23376be
Work so far in refactoring front-end
...
- Mainly getting rid of existing css/js
- No longer linking to stuff like a11y.css
- Creating a FrontPageController to better deal with the home page
2019-07-26 10:40:56 +01:00