-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: #232 Fixes: #787 Fixes: #497 Fixes: #646 wip use put_assoc for WorkUploads got update working! dragdrop reordering work upload removal support test &c fixes more test fixing Add opengraph etc stuff to header Add stuff to creation page too work listing on the discover page checkpointing offering configuration offering configuration for works portfolio fix preview item when there's only one migrate away from scss and start moving css out of <style> tags migrate to standalone css files for styling redo works page to be masonry-style columns styling tweaks tweak WorkGallery component for shared rendering behavior replace offering gallery with works gallery move to simpleicons for social brand icons and start minifying css show upload-related errors for work uploads remove WorkCard fix new_offering in seeds.exs support showcasing works to prioritize their display fix issue with New Work button overflowing to next column add 'Related Works' to Work page, plus some other niceties remove stray inspect try and get watching working for css? css tweaks fix regex misc tweaks to commission styling stuff get live reload for css working add support for creating works from commissions' final invoices sketch out migrators (not tested yet) fix migrators a bit make migrators be Workers initial stab at trigger-based upload deletion automated upload deletion through periodic garbage collection deletion button for works cleanup pass tests passing
- Loading branch information
Showing
82 changed files
with
6,476 additions
and
2,723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
module.exports = { | ||
syntax: 'postcss-scss', | ||
plugins: { | ||
'postcss-dart-sass': {}, | ||
'postcss-import': {}, | ||
'cssnano': { preset: 'default' }, | ||
'tailwindcss/nesting': {}, | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
'postcss-url': { | ||
url: 'inline', | ||
} | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.