Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hreikin hreikin released this 13 Mar 19:44
· 27 commits to main since this release

Commits

  • 7eadb5d: Add new example images. (Michael Haslam)
  • d0845f2: Fix formatting. (Michael Haslam)
  • 8334986: Rename project. (Michael Haslam)
  • dc643dc: Fix code example. (Michael Haslam)
  • 4117904: Update link to demo app. (Michael Haslam)
  • f0a1a3d: Replace missed names. (Michael Haslam)
  • 85b3858: Fix imports. (Michael Haslam)
  • 494299e: Create a wrapper for st.file_uploader. (Michael Haslam)
  • 020d013: Restructure page content of example app to showcase upcoming features. (Michael Haslam)
  • cc85546: Remove unused content. (Michael Haslam)
  • 768c7db: Fix import in example and set sidebar state to closed. (Michael Haslam)
  • f3d07b4: Fix import, remove unused content and provide example of uploader within the sidebar. (Michael Haslam)
  • b96e1fe: Create uploads page with basc ontent including an example of the uploader along with usage code. (Michael Haslam)
  • 75e70b3: Fix examples. (Michael Haslam)
  • a854c56: Add a note about development status. (Michael Haslam)
  • ffdc0f1: Move layout creation to a method and fix wrong variable used to open file. (Michael Haslam)
  • 19efe11: Change page titles to match style of others. (Michael Haslam)
  • 54f195c: Add extra images for use in example galleries. (Michael Haslam)
  • 7dbe804: Convert the Gallery class to a Library class and subclass that to create the new Gallery class. (Michael Haslam)
  • 69df61d: Strip out the different view functionality in favour of letting the user decide how to display it. (Michael Haslam)
  • 6555495: Extend the functionality of create_library so images of all sizes are aligned correctly. (Michael Haslam)
  • fb48218: Add the cache decorator to the function and the newly required variables. (Michael Haslam)
  • ea9d040: Update example galleries with required variables passed in. (Michael Haslam)
  • 2f64eae: Display some file details like size, name and type in a form with 2 dummy functions connected to the buttons. (Michael Haslam)
  • 87e8a05: Create method to update file name or delete it if selected. (Michael Haslam)
  • f28941b: Update sub class with new required variables. (Michael Haslam)
  • ea03960: Switch to having one expander for all the details in a row instead of individual ones. (Michael Haslam)
  • 92a0e27: Update with changes from latest development. (Michael Haslam)
  • 9bbff48: Remove unused import. (Michael Haslam)
  • ec46df2: Updates with latest changes applied to example app pages. (Michael Haslam)
  • 6fe6973: Create basic library page. (Michael Haslam)
  • f3f2ce2: Add note to demo app about development status. (Michael Haslam)
  • 4e3333e: Update requirements with get_image_size dependency. (Michael Haslam)
  • de45adf: Center the images vertically in the columns to help with displaying different resolutions side by side. (Michael Haslam)
  • 716145b: Use replace instead of rename and add a try except block to the delete section. (Michael Haslam)
  • ac6212d: Addtry, except block to catch errors on file update. (Michael Haslam)
  • bc3253a: Remove unused parameters from class. (Michael Haslam)
  • a795487: Update demo app pages with new code and examples. (Michael Haslam)
  • c8b537a: Removes the expander due to issues with the mobile device layout and adds options for uid and image_alignment. (Michael Haslam)
  • c64080b: Update demo app pages with latest content. (Michael Haslam)
  • aa04095: Updates the docstring. (Michael Haslam)
  • 1e23857: Create basic docstrings and update demo page with changes. (Michael Haslam)
  • 73904a5: Create the docstrings for the gallery and update the demo page. (Michael Haslam)
  • 3910314: Restructure the assets folder to provide 3 distinct libraries/galleries. (Michael Haslam)
  • 69695be: Pass in parameters to methods instead of using self to stop issues with caching. (Michael Haslam)
  • 1ad5b19: Update child class with latest changes. (Michael Haslam)
  • a5cf690: Set defaults in init method. (Michael Haslam)
  • 958a047: Update docstrings with latest changes. (Michael Haslam)
  • 4aa8348: Update demo app with latest development changes. (Michael Haslam)
  • 9ce7dd4: Update README with new info, covering installation and usage. (Michael Haslam)
  • 6e1dc96: Spelling fix. (Michael Haslam)
  • 03b931d: Add generate_image_size dependency. (Michael Haslam)
  • 391edf9: Minor fix to intro section, removes an unwanted sentance. (Michael Haslam)
  • 0dd29ce: Fix code example variable name. (Michael Haslam)
  • ed5f2c8: Remove development status notice. (Michael Haslam)
  • c75eb22: Bump version number. (Michael Haslam)